dhamaniasad / mutagen

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

support easy mode for .wma #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
> a=mutagen.File("file.wma", easy=True)
> b=mutagen.File("file.wma")
> a == b # True

I get plenty of useful tags, but they're not in the easy format.

> print("\n".join(sorted(a.keys())))
Author
Title
WM/AlbumTitle
WM/TrackNumber
WM/Year
...

It looks like in __init__.File(), the "easy" parameter is only supported for 
[ID3FileType, MP3, TrueAudio, MP4]. My .wma files are ASF.

Original issue reported on code.google.com by thejoshw...@gmail.com on 5 Jan 2013 at 1:13

GoogleCodeExporter commented 9 years ago

Original comment by reiter.christoph@gmail.com on 5 Jan 2013 at 11:46

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

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