We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030fd1f commit f874522Copy full SHA for f874522
beets/library.py
@@ -546,6 +546,7 @@ class Item(LibModel):
546
"work_disambig": types.STRING,
547
"arranger": types.STRING,
548
"grouping": types.STRING,
549
+ "subtitle": types.STRING,
550
"year": types.PaddedInt(4),
551
"month": types.PaddedInt(2),
552
"day": types.PaddedInt(2),
docs/reference/pathformat.rst
@@ -218,6 +218,7 @@ Ordinary metadata:
218
* genre
219
* composer
220
* grouping
221
+* subtitle
222
* year, month, day: The release date of the specific release.
223
* original_year, original_month, original_day: The release date of the original
224
version of the album.
0 commit comments