Skip to content

Releases: linuxserver/docker-beets

nightly-796c9add-ls69

19 Sep 21:10
bbe0937
Compare
Choose a tag to compare
nightly-796c9add-ls69 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

Fixes TypeError in the Discogs plugin (#5415)

Handles the case when discogs return None for format descriptions.


Co-authored-by: Šarūnas Nejus [email protected]

nightly-d3c62968-ls68

18 Sep 13:24
6cf251b
Compare
Choose a tag to compare
nightly-d3c62968-ls68 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

Fix most types in beets.util.init (#5223)

This PR is Part 1 of the work #5215 that fixes typing issues in
beets.util.__init__ module.

It addresses simple-to-fix / most of the issues in this module.

nightly-c13f0f2f-ls67

17 Sep 18:10
fc91006
Compare
Choose a tag to compare
nightly-c13f0f2f-ls67 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

Deezer: Improve requests error handling (#5421)

This PR adds gracefully handling requests error in teh Deezer plugin.

nightly-57855221-ls66

16 Sep 11:10
9cdee98
Compare
Choose a tag to compare
nightly-57855221-ls66 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

fetchart: defer file removal config option evaluation (#5244)

Defer the evaluation of the source file removal options (import.delete
and import.move) to the point where the fetchart plugin is actually
called instead of only evaluating those configuration options on plugin
initialization.
This is to allow other plugins (such as the
ytimport
plugin) to invoke the import directly (within the same python process;
implicitly invoking the fetchart plugin) with temporarily overwritten
configuration options.

Addresses
beetbox/beets#5167 (comment)

2.0.0-ls236

13 Sep 18:49
cc265f6
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20, switch from Pillow to Imagemagick.

PIP Changes:

Updating PIP version of beets to 2.0.0

nightly-0a985fdf-ls65

12 Sep 13:24
5a3edc1
Compare
Choose a tag to compare
nightly-0a985fdf-ls65 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

[doc/reference/config] Re-write explanation for 'overwrite_null'

See: beetbox/beets#5373 (comment)

nightly-54b2435c-ls64

08 Sep 13:25
0430a06
Compare
Choose a tag to compare
nightly-54b2435c-ls64 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

Update dependencies and do not install reflink on Windows for tests (#5407)

See my comment under #5406 for context

The build on win32 is failing to install reflink because it's only
supported until Python
3.7
.

I will address this in a separate PR and rebase this one accordingly
once the fix is merged.

Note: this issue popped up now because I added a new requests-mock
dependency which invalidated cached dependencies.

2.0.0-ls235

06 Sep 18:50
32c5799
Compare
Choose a tag to compare

LinuxServer Changes:

Rebase to Alpine 3.20, switch from Pillow to Imagemagick.

PIP Changes:

Updating PIP version of beets to 2.0.0

nightly-98f4a889-ls63

06 Sep 18:51
442318c
Compare
Choose a tag to compare
nightly-98f4a889-ls63 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

ftintitle: New customization option to keep feature in artist field (#5356)

nightly-98f4a889-ls62

06 Sep 12:06
4f5119b
Compare
Choose a tag to compare
nightly-98f4a889-ls62 Pre-release
Pre-release

LinuxServer Changes:

Rebase to Alpine 3.20.

beets Changes:

ftintitle: New customization option to keep feature in artist field (#5356)