mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
![]() |
# mid3v2
|
||
|
|
||
|
> 오디오 태그 편집.
|
||
|
> 같이 보기: `id3v2`.
|
||
|
> 더 많은 정보: <https://mutagen.readthedocs.io/en/latest/man/mid3v2.html>.
|
||
|
|
||
|
- 지원되는 모든 ID3v2.3 또는 ID3v2.4 프레임과 그 의미 나열:
|
||
|
|
||
|
`id3v2 --list-frames {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|
||
|
|
||
|
- 지원되는 모든 ID3v1 숫자 장르 나열:
|
||
|
|
||
|
`id3v2 --list-genres {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|
||
|
|
||
|
- 특정 파일의 모든 태그 나열:
|
||
|
|
||
|
`id3v2 --list {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|
||
|
|
||
|
- 특정 아티스트, 앨범 또는 곡 정보 설정:
|
||
|
|
||
|
`id3v2 {{--artist|--album|--song}}={{문자열}} {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|
||
|
|
||
|
- 특정 이미지 정보 설정:
|
||
|
|
||
|
`id3v2 --picture={{파일이름:설명:이미지_유형:마임_유형}} {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|
||
|
|
||
|
- 특정 연도 정보 설정:
|
||
|
|
||
|
`id3v2 --year={{YYYY}} {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|
||
|
|
||
|
- 특정 날짜 정보 설정:
|
||
|
|
||
|
`id3v2 --date={{YYYY-MM-DD}} {{경로/대상/파일1.mp3 경로/대상/파일2.mp3 ...}}`
|