Releases: linuxserver/docker-beets
nightly-b2335b98-ls225
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-b2335b98-ls225/index.html
LinuxServer Changes:
Full Changelog: nightly-0cde654f-ls224...nightly-b2335b98-ls225
Remote Changes:
Fix crash in task.imported_items (#6326)
Fixes #6291
I think it does not hurt if the imported_items() method returned an
empty list instead of an throwing an exception if there is nothing in
it!
nightly-680473b9-ls226
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-680473b9-ls226/index.html
LinuxServer Changes:
Full Changelog: nightly-b2335b98-ls225...nightly-680473b9-ls226
Remote Changes:
Increment version to 2.6.0
nightly-a327c284-ls223
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-a327c284-ls223/index.html
LinuxServer Changes:
Full Changelog: nightly-838a94d9-ls222...nightly-a327c284-ls223
Remote Changes:
fix(lastgenre): Canonicalize keep_existing fallback (#6303)
nightly-0cde654f-ls224
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-0cde654f-ls224/index.html
LinuxServer Changes:
Full Changelog: nightly-a327c284-ls223...nightly-0cde654f-ls224
Remote Changes:
musicbrainz: fix release type (#6299)
- Update the MusicBrainz integration to read the release group's
canonical'primary-type'field instead of the legacy'type'field
when derivinginfo.albumtype.
Noticed that albumtype was missing from the metadata when I did some
imports in my library.
2.5.1-ls308
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/2.5.1-ls308/index.html
LinuxServer Changes:
Full Changelog: 2.5.1-ls307...2.5.1-ls308
Remote Changes:
Updating PIP version of beets to 2.5.1
nightly-aaf046e6-ls222
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-aaf046e6-ls222/index.html
LinuxServer Changes:
No changes
Remote Changes:
Add support for creating indices on arbitrary database tables (#5926)
Creating indexes turned out to be relatively straightforward!
While we can’t remove them yet, that doesn’t seem necessary for now.
Interestingly, much of the infrastructure for database additions was
already in place.
- This PR introduces a new type,
Index, which can be used to create an
index on any defined table. 🎉 - The
itemstable now automatically registers an index onalbum_id
Closes #5809
nightly-912b7ef2-ls222
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-912b7ef2-ls222/index.html
LinuxServer Changes:
Full Changelog: nightly-4572a7dc-ls221...nightly-912b7ef2-ls222
Remote Changes:
Allow to use ANSI 4 bit colors (#6321)
Here some changes which I made when works on #5342 , I think we may say
that it actually fixes #5342 because after that we have full colors in
docs and code which allows user to do colours as he would like to.
nightly-838a94d9-ls222
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-838a94d9-ls222/index.html
LinuxServer Changes:
No changes
Remote Changes:
Retries with 1, 2, 4, 8, 16, 32s backoff (#6322)
At least it allows me to more or less use MusicBrainz, and makes issues
from #6312 almost not noticible
2.5.1-ls307
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/2.5.1-ls307/index.html
LinuxServer Changes:
Full Changelog: 2.5.1-ls306...2.5.1-ls307
Remote Changes:
Updating PIP version of beets to 2.5.1
nightly-4572a7dc-ls221
CI Report:
https://ci-tests.linuxserver.io/linuxserver/beets/nightly-4572a7dc-ls221/index.html
LinuxServer Changes:
Full Changelog: nightly-4882b6be-ls220...nightly-4572a7dc-ls221
Remote Changes:
Gracefully handle 404s when importing from MusicBrainz. (#6292)
A 404 error can be raised when fetching from MusicBrainz in the case of
re-importing an album that has since been deleted from MusicBrainz.