tulskiy / musique

Java audio player. Supports mp3, ogg, flac, wavpack, ape, wav, au, aiff. Builtin support for cue files, gapless playback, SHOUTCast/IceCast Radio, last.fm scrobbling.
http://tulskiy.github.com/musique/
GNU Lesser General Public License v3.0
131 stars 44 forks source link

Tagging: not all fields of Mp4 tag are read #52

Closed bassstorm closed 13 years ago

bassstorm commented 13 years ago

Some fields of Mp4 tag are not read. Artist and Album to name a few. Though, the fields are written by Musique and could be seen by 3rd party software (foobar2000, for example). Quick investigation makes me think about encoding issues: (c)ART tag is expected, but <?>ART is actually read from tag. Not sure, just give a start point.

PS. TagTest fails due to this issue.

tulskiy commented 13 years ago

I do remember fixing this while migrating to maven, I'll see if it's still present.