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 1d523c0 commit 25a0a3fCopy full SHA for 25a0a3f
mediafile.py
@@ -1807,6 +1807,11 @@ def as_dict(self):
1807
StorageStyle('GROUPING'),
1808
ASFStorageStyle('WM/ContentGroupDescription'),
1809
)
1810
+ subtitle = MediaField(
1811
+ MP3StorageStyle('TIT3'),
1812
+ StorageStyle('SUBTITLE'),
1813
+ ASFStorageStyle('Subtitle'),
1814
+ )
1815
track = MediaField(
1816
MP3SlashPackStorageStyle('TRCK', pack_pos=0),
1817
MP4TupleStorageStyle('trkn', index=0),
0 commit comments