Skip to content

Releases: digitalec/deemon

2.18.5

09 Mar 23:13
Compare
Choose a tag to compare
  • Fixes an issue when using batch file of artist IDs with download --artist-file

2.18.4

08 Mar 04:14
Compare
Choose a tag to compare

2.18.4

  • Fixed regression introduced in 2.18.3 when downloading playlist URLs
  • Provide more accurate output based on deemix errors

2.18.3

03 Mar 03:51
Compare
Choose a tag to compare

2.18.3

  • Added new config option halt_on_download_error (default: true)
  • Fixed KeyError preventing playlist downloads

2.18.2

02 Mar 02:33
Compare
Choose a tag to compare
  • Fixed missing imports causing NameError on deemix patch

2.18.1

01 Mar 11:11
Compare
Choose a tag to compare

2.18.1

  • Fixes #85, self missing from class method args

2.18

28 Feb 23:06
Compare
Choose a tag to compare

2.18

This release features a prototype of the library upgrade feature that was previously available in beta during Q4 2022. This will generate a text file containing track IDs or album IDs of every MP3 file in your library for you to pass into the download command. This release is mostly a maintenance release with those new features from the beta branch.

New:

  • (library) Added new commands to upgrade library: deemon library upgrade
    • Run deemon library upgrade --help for usage information
  • (library) Added --album-file to download command to support new Library Upgrade feature
  • Added option to also monitor artists from a playlist with --include-artists

Changes:

  • (download) The --file option is deprecated in favor of --artist-file and --track-file

Fixes:

  • Patches a bug in deemix 3.6.6 causing a TypeError when no UPC barcode is found on a release in the pathtemplates.generateTrackName method

2.17.2

25 Feb 21:18
Compare
Choose a tag to compare

v2.17.2 Maintenance Update

  • Resolves unhandled TypeError exception when accessing payload of type None

2.17.1

27 Dec 22:25
2a3b257
Compare
Choose a tag to compare

v2.17.1 Maintenance Update

This update includes a modified requirements.txt to include the latest setuptools package to mitigate CVE-2022-40897.

2.18b4

27 Dec 22:26
629aebd
Compare
Choose a tag to compare
2.18b4 Pre-release
Pre-release

v2.18b4 Maintenance Update

This update includes a modified requirements.txt to include the latest setuptools package to mitigate CVE-2022-40897.

2.18b3

10 Nov 01:50
Compare
Choose a tag to compare
2.18b3 Pre-release
Pre-release

New

  • Added option to also monitor artists from a playlist with --include-artists