#35 option --no-utf8-convert also for flac

closed
Josh Coalson
7
2007-07-26
2004-06-16
rola
No

It would be nice, if the option "--no-utf8-convert"
from metaflac would also exist for flac.
Now I cannot tag songs with japanese titles in UTF-8
representation directly; I need to do encoding (flac)
and tagging (metaflac) in separate steps.

Discussion

  • Josh Coalson
    Josh Coalson
    2004-10-15

    • assigned_to: nobody --> jcoalson
     
  • Josh Coalson
    Josh Coalson
    2006-05-19

    • priority: 5 --> 6
     
  • Josh Coalson
    Josh Coalson
    2006-05-25

    Logged In: YES
    user_id=78173

    why it this? with flac -T, the tags are specified on the
    command line. if your command-line already has utf-8 tags
    then your locale should be utf-8 and flac won't convert
    anyway. otherwise the locale should match the charset used
    on the command line to get a proper conversion.

    Josh

     
  • rola
    rola
    2006-05-25

    Logged In: YES
    user_id=988602

    This is true, a correct UTF-8 setup does not need this option.
    On the other hand, why then metaflac has it?

    I once had the problem that I did not had the correct setup
    and used "grip" for tagging, which still supplied correct
    UTF-8 Tags to flac. But flac converted them which I found
    out after copying the files to my mobile music player.

    My Conclusion: It would be nice to have when it makes no big
    effort.

     
  • Josh Coalson
    Josh Coalson
    2007-03-14

    • priority: 6 --> 7
     
  • rola
    rola
    2007-03-25

    Logged In: YES
    user_id=988602
    Originator: YES

    Correct, for decent setup (means UTF-8 command line) there is no need. This is how I use flac also nowadays.

    But back then the problem was:
    grip: Supplies -T <utf-8 encoded>
    flac: gets <utf-8>, but locale was iso-something
    - flac sees locale and automaticlly tries conversion <iso-something> ---> <utf-8>
    But what really happens is: <utf-8> ---> <something broken>

    This works fine in such a kind of environment (because displaying tools revert the broken conversion), but when you move it to a hardware player of course it cannot diplay the broken tags at all.

    I hope I made by problems now clear from back then <g>

     
  • Josh Coalson
    Josh Coalson
    2007-07-26

    Logged In: YES
    user_id=78173
    Originator: NO

    ok, checked in, will be in next release.

     
  • Josh Coalson
    Josh Coalson
    2007-07-26

    • status: open --> closed