From 7fdc0ee5ed77e975da6af87286addfbbdfcbe995 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Tue, 16 Jun 2026 12:01:44 -0400 Subject: [PATCH] clarify item vs album level flexattrs in changelog --- docs/changelog.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e06d1d6c2..4f56cdd3f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,13 +27,17 @@ New features :conf:`plugins.musicbrainz:aliases_as_credits` to make aliases-as-artist-credit optional. - :doc:`plugins/badfiles`: Added settings for auto error and warning actions. -- :doc:`plugins/tidal`: New ``item_types`` flexible attributes - ``tidal_track_id``, ``tidal_album_id``, ``tidal_artist_id``, - ``tidal_track_popularity``, ``tidal_album_popularity``, and ``tidal_updated`` - are now populated during album and track imports. Added new ``beet tidalsync`` - command to refresh popularity data for items and albums using - ``--item``/``--album`` flags, with ``--force`` to re-fetch and ``--write`` to - update file tags. +- :doc:`plugins/tidal`: New flexible attributes are now populated during + imports: + + - **Item-level**: ``tidal_track_id``, ``tidal_artist_id``, + ``tidal_track_popularity``, ``tidal_updated`` + - **Album-level**: ``tidal_album_id``, ``tidal_artist_id``, + ``tidal_album_popularity``, ``tidal_updated`` + + Added new ``beet tidalsync`` command to refresh popularity data for items and + albums using ``--item``/``--album`` flags, with ``--force`` to re-fetch and + ``--write`` to update file tags. **Migration**: Existing items imported with the Tidal plugin before these flexattrs existed can be migrated by reimporting with only the Tidal metadata