Skip to content

Commit 25a0a3f

Browse files
Support for subtitle tag (TIT3)
1 parent 1d523c0 commit 25a0a3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mediafile.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,6 +1807,11 @@ def as_dict(self):
18071807
StorageStyle('GROUPING'),
18081808
ASFStorageStyle('WM/ContentGroupDescription'),
18091809
)
1810+
subtitle = MediaField(
1811+
MP3StorageStyle('TIT3'),
1812+
StorageStyle('SUBTITLE'),
1813+
ASFStorageStyle('Subtitle'),
1814+
)
18101815
track = MediaField(
18111816
MP3SlashPackStorageStyle('TRCK', pack_pos=0),
18121817
MP4TupleStorageStyle('trkn', index=0),

0 commit comments

Comments
 (0)