Skip to content

Commit f874522

Browse files
library: add subtitle (id3 TIT3) field
1 parent 030fd1f commit f874522

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

beets/library.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ class Item(LibModel):
546546
"work_disambig": types.STRING,
547547
"arranger": types.STRING,
548548
"grouping": types.STRING,
549+
"subtitle": types.STRING,
549550
"year": types.PaddedInt(4),
550551
"month": types.PaddedInt(2),
551552
"day": types.PaddedInt(2),

docs/reference/pathformat.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Ordinary metadata:
218218
* genre
219219
* composer
220220
* grouping
221+
* subtitle
221222
* year, month, day: The release date of the specific release.
222223
* original_year, original_month, original_day: The release date of the original
223224
version of the album.

0 commit comments

Comments
 (0)