dhamaniasad / mutagen

Automatically exported from code.google.com/p/mutagen
GNU General Public License v2.0
2 stars 1 forks source link

Add tag mappings from MusicBrainz Picard #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MusicBrainz Picard supports a heap of tags that aren't currently supported by 
Mutagen. Importing these mappings from Picard to Mutagen would 1) allow users 
of Mutagen access to make tags in a file without writing custom mappings 
themselves, 2) allow Picard and possibly other projects to reduce their code 
extending Mutagen's features.

Compare e.g.
https://github.com/musicbrainz/picard/blob/master/picard/formats/id3.py#L89
https://code.google.com/p/mutagen/source/browse/mutagen/easyid3.py#404

Original issue reported on code.google.com by freso.dk on 14 Mar 2013 at 8:32

GoogleCodeExporter commented 9 years ago
picard - easyid3 =

{'COMM': 'comment',
 'TCON': 'genre',
 'TDOR': 'originaldate',
 'TDRC': 'date',
 'TIT1': 'grouping',
 'TLAN': 'language',
 'WCOP': 'license',
 'WOAR': 'website'}

Original comment by reiter.christoph@gmail.com on 15 Mar 2013 at 3:28

GoogleCodeExporter commented 9 years ago
mutagen has moved to Bitbucket: https://bitbucket.org/lazka/mutagen/issue/136

Original comment by reiter.christoph@gmail.com on 4 Jul 2014 at 3:36