On Tuesday 04 March 2008, Andrew Gaydenko wrote: > Hi! > > There are many inconsistent records in freedb.org db. I mean when, say, > Cp1251 charset is used instead of UTF8. Say, I have written these > invalid tags to flac files (with easytag or entagged). How to repair > tags to make them visible as something useful (i.e. to UTF8) insteaf of > abracadabra (i.e. from Cp1251)? > > > Andrew
You can try to export tags from flac, then iconv them and after all import it back. Will look like this: 1. metaflac --export-tags-to=~/some_file.tags --no-utf8-convert track.flac 2. iconv -f cp-1251 -t utf-8 ~/some_file.tags > ~/some_file_fixed.tags 3. metaflac --remove-all-tags track.flac 4. metaflac --import-tags-from=~/some_file_fixed.tags --no-utf8-convert track.flac HTH -- best regards, Aleksey V. Kunitskiy GPG/PGP: 0x12101BD2
signature.asc
Description: This is a digitally signed message part.