Browse Source

disable utf8 conversion in metaflac for japanese characters

master
RinRi 1 year ago
parent
commit
a13e7185e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tools/cuetag.sh

+ 1
- 1
src/tools/cuetag.sh View File

@@ -33,7 +33,7 @@ vorbis()

# FLAC tagging
# --remove-all-tags overwrites existing comments
METAFLAC="metaflac --remove-all-tags --import-tags-from=-"
METAFLAC="metaflac --no-utf8-convert --remove-all-tags --import-tags-from=-"

# Ogg Vorbis tagging
# -w overwrites existing comments


Loading…
Cancel
Save