Releases: digitalec/deemon
Releases · digitalec/deemon
1.3
This is a major release with a lot of new features and changes!
One of the largest changes is the ability to fine-tune your per-artist settings. The config file is regarded as the default settings but can be overridden on an artist-by-artist basis using some of the new arguments below.
Features
- New
monitor --reset
option to reset database quickly - Added per-artist configuration to
monitor
command-b
,--bitrate
can be set (1, 3 or 9)-t
,--record-type
can be set to all, album, ep or single-a
,--alerts
can be set to 0 - off or 1 - on- All of these settings supersede the settings in
config.json
- Added new
-D
,--download
option tomonitor
- Downloading via
monitor
respects bitrate and record type settings.
- Downloading via
- Updated
download
command to matchmonitor
command usage:--artist
is no longer used; simply usedownload ArtistName
- Download from file now supports Artist IDs or a mix of both!
- Added support for playlist URLs to
download --url
- Added environmental variable
VERBOSE
- If set to true, dumps raw download queue data to log for troubleshooting
import
command is now part ofmonitor
- To import, use the following syntax:
deemon monitor --import ...
- Supports csv and text files as well as directories using the same syntax
- To import, use the following syntax:
Fixes
- Fixes crash when Plex library is left blank (issue #24)
- Removes duplicate items in download queue before sending to deemix
- Monitor, Refresh and Download modules completely rewritten
- Bitrate/Alert validation no longer uses Click
1.2.1
New Features:
- Playlist monitoring support
- Added new
--time-machine
feature for refresh - Added Artist ID support for
import
andshow
commands - Added CSV support for
import
command - Added
-h
for accessing help quickly - Add ARL support inside config.json
- Add -V shorthand for --version
Fixes:
1.1.1
1.1
- Added support for deemix 3.x
- Added support for batch monitoring and removal (CSV)
- Added option to bypass refresh on monitor
- Added option to skip download on refresh
- Added ability to export all artists in CSV format
- Fixed import from directory
- Updated progress bars for a cleaner look