소스 검색

Expanded usage instructions.

master
Svend Sorensen 19 년 전
부모
커밋
4392f3e29d
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      extras/cuetag.sh

+ 10
- 0
extras/cuetag.sh 파일 보기

@@ -7,9 +7,19 @@
CUEPRINT=cueprint
cue_file=""

# print usage instructions
usage()
{
echo "usage: cuetag.sh <cuefile|tocfile> [file]..."
echo
echo "cuetag.sh adds tags to autofiles based on cue or toc information"
echo
echo "Supported formats (format extension, format name, tagging utility):"
echo "ogg, Ogg Vorbis, vorbiscomment"
echo "flac, FLAC, metaflac"
echo "mp3, MP3, mp3info"
echo
echo "cuetag.sh uses cueprint, which must be in your path"
}

# Vorbis Comments


불러오는 중...
취소
저장