Skip to content

Commit 2427ad7

Browse files
committed
Update docs
1 parent 94c262b commit 2427ad7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Bug fixes
4242
- :ref:`import-cmd` Fix ``albumartists_sort`` (and related fields) incorrectly
4343
prepending the full combined artist credit as the first element for
4444
multi-artist releases. :bug:`6470`
45+
- :ref:`modify-cmd`: Accept legacy singular list-field names such as ``genre``,
46+
``composer``, ``lyricist``, ``remixer``, and ``arranger`` in assignments,
47+
rewrite them to the corresponding multi-value fields, and warn users to switch
48+
to the plural field names. :bug:`6483`
4549

4650
For plugin developers
4751
~~~~~~~~~~~~~~~~~~~~~

docs/reference/cli.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ To adjust a multi-valued field, such as ``genres``, ``remixers``, ``lyricists``,
271271
``composers``, or ``arrangers``, separate the values with |semicolon_space|. For
272272
example, ``beet modify genres="rock; pop"``.
273273

274+
For compatibility, ``modify`` still accepts legacy singular names such as
275+
``genre``, ``composer``, ``lyricist``, ``remixer``, and ``arranger`` when you
276+
assign values, but it will warn and translate them to the plural multi-valued
277+
fields. Prefer the plural field names in new commands.
278+
274279
The ``-a`` option changes to querying album fields instead of track fields and
275280
also enables to operate on albums in addition to the individual tracks. Without
276281
this flag, the command will only change *track-level* data, even if all the

0 commit comments

Comments
 (0)