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

Tag editor: unable to remove ID3v1 field value #47

Closed bassstorm closed 13 years ago

bassstorm commented 13 years ago

One tries to clean/remove some field value. Both ID3v2 and ID3v1 tags are presented. ID3v2 is updated successfully, but ID3v1 update fails due to "java.io.IOException: Operation not supported". As result, one sees "removed" tag in Tag Editor again as it is loaded from not updated ID3v1 frame.

tulskiy commented 13 years ago

could not reproduce

bassstorm commented 13 years ago

Will take a look later today. Maybe depends on file size, flags or something

bassstorm commented 13 years ago

Unable to reproduce as well. Closing for now.