Skip to content

Commit

Permalink
Add support for Apple GRP1 and TCAT ID3v2 frames [#22]
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Apr 9, 2020
1 parent c772c20 commit 0173c97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
* ``ID3v2Popularimeter``.
* ``ID3v2PopularimeterFrame``.
* ``ID3v2PodcastFrame``.
* Support for Apple ``GRP1`` and ``TCAT`` ID3v2 frames

### Changed

Expand Down
2 changes: 2 additions & 0 deletions src/audio_metadata/formats/id3v2frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,9 @@ def _parse_frame_data(data):
'TT3': ID3v2TextFrame,
'TXT': ID3v2TextFrame,

'GRP1': ID3v2TextFrame,
'TALB': ID3v2TextFrame,
'TCAT': ID3v2TextFrame,
'TCMP': ID3v2TextFrame,
'TCOM': ID3v2TextFrame,
'TCOP': ID3v2TextFrame,
Expand Down

0 comments on commit 0173c97

Please sign in to comment.