1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages.ko/common/mid3v2.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

1.1 KiB

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 ...}}