瀏覽代碼

disable utf8 conversion in metaflac for japanese characters

master
RinRi 1 年之前
父節點
當前提交
a13e7185e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/tools/cuetag.sh

+ 1
- 1
src/tools/cuetag.sh 查看文件

@@ -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…
取消
儲存