Skip to content

Releases: linuxserver/docker-beets

nightly-712bada6-ls256

31 Mar 04:37
029cc17

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-712bada6-ls256/index.html

LinuxServer Changes:

Full Changelog: nightly-201989b8-ls255...nightly-712bada6-ls256

Remote Changes:

Update deps (#6479)

Updated dependencies given multiple vulnerability issues:

image

2.8.0-ls321

28 Mar 13:55
f863e18

Choose a tag to compare

nightly-e69a5889-ls255

29 Mar 08:32
db674fc

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-e69a5889-ls255/index.html

LinuxServer Changes:

No changes

Remote Changes:

Explicitly normalize delimited genres on read (#6468)

Fixes #6450.

Delimited genres are currently split when reading from the db, but this
does not cover externally-tagged files that contain semicolon-delimited
genre values, which can occur during import. Explicitly normalize these
values to ensure genres are always correctly parsed.

nightly-c3482c68-ls254

28 Mar 13:55
a350ba9

Choose a tag to compare

nightly-201989b8-ls255

28 Mar 15:31
db674fc

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-201989b8-ls255/index.html

LinuxServer Changes:

Full Changelog: nightly-c3482c68-ls254...nightly-201989b8-ls255

Remote Changes:

Clarify changelog notes that the genre field is gone (#6467)

Added a sentence to clarify that genre field has been removed.

2.7.1-ls320

27 Mar 19:27
ffb7335

Choose a tag to compare

nightly-72b4c771-ls253

27 Mar 19:27
ce0f5d4

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-72b4c771-ls253/index.html

LinuxServer Changes:

Full Changelog: nightly-72b4c771-ls252...nightly-72b4c771-ls253

Remote Changes:

Simplify tagging (#6165)

Refactor item tagging and fix several underlying issues.

Fixes

  • Synchronise all artist list fields. Notably, artist_sort /
    artists_sort and artist_credit / artists_credit fields have not
    been synchronised.
  • Fix overwrite_null configuration which was previously ignored for
    fields defined in autotag/__init__.py::SPECIAL_FIELDS.

Updates

  • Move metadata application logic into Match objects: add
    Match.apply_metadata, AlbumMatch.apply_metadata,
    AlbumMatch.apply_album_metadata, and TrackMatch.apply_metadata;
    callers now use those methods instead of legacy free functions.
  • Remove legacy functions from beets.autotag.__init__
    (apply_item_metadata, apply_album_metadata, apply_metadata) and
    related globals (SPECIAL_FIELDS, log), and export only core types
    (AlbumInfo, AlbumMatch, TrackInfo, TrackMatch, Proposal,
    Recommendation, tag_album, tag_item).
  • Add structured metadata facilities to Info and subclasses:
  • Info.type class property and nullable_fields for per-type
    'overwrite_null' config.
  • Info.raw_data and Info.item_data computed properties to apply
    artist_credit rules, filter nulls, and map media-specific field names.
  • AlbumInfo and TrackInfo extend raw_data/item_data behavior to
    handle album/track specifics (date zeroing, tracktotal,
    mb_releasetrackid, per-disc numbering).
  • Introduce TrackInfo.merge_with_album to merge track-level data with
    album-level fallback for a final item payload.
  • Move correct_list_fields to hooks.py and update it to keep
    unmapped / non-media single/list fields in sync (artist <->
    artists, albumtype <-> albumtypes, etc.).
  • Wire changes through the codebase:
  • Pass Item objects into TrackMatch in match.tag_item to enable
    item-level metadata application.
  • Replace calls to removed autotag apply functions with
    Match.apply_metadata invocations in beets/importer/tasks.py,
    beetsplug/bpsync.py, and beetsplug/mbsync.py.
  • Update importer logic to set album artist fallbacks for albumartists
    / mb_albumartistids when missing.
  • Add and update tests:
  • New test/autotag/test_hooks.py and test/autotag/test_match.py to
    validate new data mapping, list field synchronization, overwrite
    behavior, and assignment logic.

nightly-2bb4c41a-ls253

28 Mar 12:32
ce0f5d4

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-2bb4c41a-ls253/index.html

LinuxServer Changes:

No changes

Remote Changes:

Document extra_debug in the docs (#6461)

Document extra_debug Logging Method for Plugin Authors

Two docs are updated to describe the BeetsLogger.extra_debug method,
which was previously undocumented for external plugin authors and the
changelog note is updated accordingly.

nightly-72b4c771-ls252

22 Mar 20:14
18ba12e

Choose a tag to compare

Pre-release

CI Report:

https://ci-tests.linuxserver.io/linuxserver/beets/nightly-72b4c771-ls252/index.html

LinuxServer Changes:

Full Changelog: nightly-03b1ab01-ls251...nightly-72b4c771-ls252

Remote Changes:

Simplify tagging (#6165)

Refactor item tagging and fix several underlying issues.

Fixes

  • Synchronise all artist list fields. Notably, artist_sort /
    artists_sort and artist_credit / artists_credit fields have not
    been synchronised.
  • Fix overwrite_null configuration which was previously ignored for
    fields defined in autotag/__init__.py::SPECIAL_FIELDS.

Updates

  • Move metadata application logic into Match objects: add
    Match.apply_metadata, AlbumMatch.apply_metadata,
    AlbumMatch.apply_album_metadata, and TrackMatch.apply_metadata;
    callers now use those methods instead of legacy free functions.
  • Remove legacy functions from beets.autotag.__init__
    (apply_item_metadata, apply_album_metadata, apply_metadata) and
    related globals (SPECIAL_FIELDS, log), and export only core types
    (AlbumInfo, AlbumMatch, TrackInfo, TrackMatch, Proposal,
    Recommendation, tag_album, tag_item).
  • Add structured metadata facilities to Info and subclasses:
  • Info.type class property and nullable_fields for per-type
    'overwrite_null' config.
  • Info.raw_data and Info.item_data computed properties to apply
    artist_credit rules, filter nulls, and map media-specific field names.
  • AlbumInfo and TrackInfo extend raw_data/item_data behavior to
    handle album/track specifics (date zeroing, tracktotal,
    mb_releasetrackid, per-disc numbering).
  • Introduce TrackInfo.merge_with_album to merge track-level data with
    album-level fallback for a final item payload.
  • Move correct_list_fields to hooks.py and update it to keep
    unmapped / non-media single/list fields in sync (artist <->
    artists, albumtype <-> albumtypes, etc.).
  • Wire changes through the codebase:
  • Pass Item objects into TrackMatch in match.tag_item to enable
    item-level metadata application.
  • Replace calls to removed autotag apply functions with
    Match.apply_metadata invocations in beets/importer/tasks.py,
    beetsplug/bpsync.py, and beetsplug/mbsync.py.
  • Update importer logic to set album artist fallbacks for albumartists
    / mb_albumartistids when missing.
  • Add and update tests:
  • New test/autotag/test_hooks.py and test/autotag/test_match.py to
    validate new data mapping, list field synchronization, overwrite
    behavior, and assignment logic.

2.7.1-ls319

20 Mar 19:23
542dc9f

Choose a tag to compare