Releases: digitalec/deemon
Releases · digitalec/deemon
2.5.1
- Fixes bug with per-artist configuration; issue #45
2.5
Version 2.5 introduces account type detection with alerting capabilities. If enabled and your Deezer account is a free account, you'll get a warning about low quality downloads and an email will be sent to you. The database will not commit any new releases ensuring you get them all once you've resolved the issue!
New Features
- Added account type detection for
refresh
command; disabled by default
- To enable, set
check_account_status
to true
- Will be added to
download
command in a future update
- Added
extra
command to pull in misc. release info (currently only record label)
- Added ability to download monitored artists via
download --monitored
- Added new
--before
and --after
options to download
for release date control
Fixes
- Fixed issue where new nested config options were not saved back to config.json
- Fixed issue #42
- Fixed issue #44
2.4.4
- Fixes issue #41 -
sqlite3.OperationalError: duplicate column name: explicit
2.4.3
- Fixes error when downloading from a file
2.4.2
- Fixes an sqlite3.OperationalError exception when upgraded from previous release
2.4
Features
- Added ability to specify two time machine dates to grab releases between the first and second
2.3
- See what's new in the current version by using
deemon --whats-new
2.2.1
Features
- Only download explicit albums when both clean and explicit exist
Fixes
- Fixed
alerts
from being hard coded to disabled per-artist
- Fixed various playlist monitoring issues
- Fixed regression with time machine
2.1.2
Fixes
- Fix crash in
search
when using fallback API
- Fixed per-artist record_type being ignored during refresh
- Fixed crash when monitoring artist with
--download
2.1.1
Fixes
- Added back ability to load ARL from file
- Added back ability to download all releases from an artist
- Improper wrapping of fallback API output causing a crash