penfold1992 / stagger

Automatically exported from code.google.com/p/stagger
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add a high-level tagging API with human-readable names for the most important frame types #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- Title
- Artist
- Album
- Track number
- Release date
- Genre
- Composer
- Disk number
- Grouping
- Comments
- Cover artwork

This could be easily done by providing a bunch of extra tag methods (or 
properties).

Original issue reported on code.google.com by Karoly.Lorentey on 24 Jun 2009 at 11:27

GoogleCodeExporter commented 9 years ago
Basic support has been implemented, with just the simplest fields (title, 
artist, 
album, genre, grouping, composer).

See issue 27 for further work on the genre field.

See issue 28 for the track/disk number field.

See issue 29 for the comment field.

See issue 30 for the picture field.

See issue 31 for the date field.

See issue 32 for the compilation flag.

See issue 33 for the sort-* fields.

Original comment by Karoly.Lorentey on 30 Jun 2009 at 12:12