당신이있는 경우 브루가 (추천) 설치, 당신은 할 수 있습니다 :
brew install id3lib
이것은 포함한 여러 ID3 명령 줄 도구를 설치 id3tag
, id3convert
, id3cp
와 id3info
. 파이썬이나 펄 스크립팅이 필요 없습니다. 일반 쉘 명령 만 사용하십시오.
Usage: id3tag [OPTIONS]... [FILES]...
-h --help Print help and exit
-V --version Print version and exit
-1 --v1tag Render only the id3v1 tag (default=off)
-2 --v2tag Render only the id3v2 tag (default=off)
-aSTRING --artist=STRING Set the artist information
-ASTRING --album=STRING Set the album title information
-sSTRING --song=STRING Set the title information
-cSTRING --comment=STRING Set the comment information
-CSTRING --desc=STRING Set the comment description
-ySTRING --year=STRING Set the year
-tSTRING --track=STRING Set the track number
-TSTRING --total=STRING Set the total number of tracks
-gSHORT --genre=SHORT Set the genre
-w --warning Turn on warnings (for debugging) (default=off)
-n --notice Turn on notices (for debugging) (default=off)