Skip to content

Commit

Permalink
Add more ID3v2 frame aliases [#22]
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Mar 5, 2020
1 parent 56f7aca commit 4cbf1bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/audio_metadata/formats/id3v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ class ID3v2Frames(Tags):
'title': 'TT2',
'titlesort': 'TST',
'tracknumber': 'TRK',
'usertext': 'TXX',
'userurl': 'WXX',
},
)

Expand Down Expand Up @@ -132,12 +134,15 @@ class ID3v2Frames(Tags):
'people': 'IPLS',
'pictures': 'APIC',
'playcount': 'PCNT',
'private': 'PRIV',
'rating': 'POPM',
'remixer': 'TPE4',
'subtitle': 'TIT3',
'title': 'TIT2',
'titlesort': 'TSOT',
'tracknumber': 'TRCK',
'usertext': 'TXXX',
'userurl': 'WXXX',
},
)

Expand Down Expand Up @@ -185,12 +190,15 @@ class ID3v2Frames(Tags):
'performers': 'TMCL',
'pictures': 'APIC',
'playcount': 'PCNT',
'private': 'PRIV',
'rating': 'POPM',
'remixer': 'TPE4',
'subtitle': 'TIT3',
'title': 'TIT2',
'titlesort': 'TSOT',
'tracknumber': 'TRCK',
'usertext': 'TXXX',
'userurl': 'WXXX',
},
)

Expand Down

0 comments on commit 4cbf1bc

Please sign in to comment.