Linux에서는 어떤 MP3 태깅 도구를 사용할 수 있나요? [폐쇄]

Linux에서는 어떤 MP3 태깅 도구를 사용할 수 있나요? [폐쇄]

Linux에서 MP3에 태그를 지정하려면 어떤 애플리케이션을 추천하시겠습니까? 나는 Windows에서 Tag&Rename을 사용했는데 Wine에서는 잘 작동하는 것이 정말 마음에 들었지만 기본적으로 실행되는 것을 원했습니다.

답변1

많은 종류가 있습니다:

  • 쉬운 라벨선택의 폭이 넓습니다
  • 아이 3Qt/KDE 환경을 사용하는 경우
  • id3v2또는 eyeD3명령줄의 경우
  • 일반적으로 음악 플레이어는 일반적인 태그인 fe banshee또는rhythmboxamarok

그리고 다른 많은 경우에는 배포 저장소를 검색하고 그 중 일부를 테스트해 보십시오.

답변2

저는 주로 Ubuntu나 OS X 에 설치할 mid3v2수 있습니다.sudo apt-get install python-mutagensudo easy_install pip;sudo pip install mutagen

$ mid3v2 -h
Usage: mid3v2 [OPTION] [FILE]...

Mutagen-based replacement for id3lib's id3v2.

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -v, --verbose         be verbose
  -q, --quiet           be quiet (the default)
  -e, --escape          enable interpretation of backslash escapes
  -f, --list-frames     Display all possible frames for ID3v2.3 / ID3v2.4
  --list-frames-v2.2    Display all possible frames for ID3v2.2
  -L, --list-genres     Lists all ID3v1 genres
  -l, --list            Lists the tag(s) on the open(s)
  --list-raw            Lists the tag(s) on the open(s) in Python format
  -d, --delete-v2       Deletes ID3v2 tags
  -s, --delete-v1       Deletes ID3v1 tags
  -D, --delete-all      Deletes ID3v1 and ID3v2 tags
  --delete-frames=FID1,FID2,...
                        Delete the given frames
  -C, --convert         Convert tags to ID3v2.4 (any editing will do this)
  -a "ARTIST", --artist="ARTIST"
                        Set the artist information
  -A "ALBUM", --album="ALBUM"
                        Set the album title information
  -t "SONG", --song="SONG"
                        Set the song title information
  -c "DESCRIPTION":"COMMENT":"LANGUAGE", --comment="DESCRIPTION":"COMMENT":"LANGUAGE"
                        Set the comment information
  -g "GENRE", --genre="GENRE"
                        Set the genre or genre number
  -y YYYY[-MM-DD], --year=YYYY[-MM-DD], --date=YYYY[-MM-DD]
                        Set the year/date
  -T "num/num", --track="num/num"
                        Set the track number/(optional) total tracks
You can set the value for any ID3v2 frame by using '--' and then a frame ID.
For example:
        mid3v2 --TIT3 "Monkey!" file.mp3
would set the "Subtitle/Description" frame to "Monkey!".

Any editing operation will cause the ID3 tag to be upgraded to ID3v2.4.

id3v2id3tag유니코드 는 지원되지 않으며 ID3v2도 지원되지 id3tool않습니다 mp3info.

답변3

방금 이 작은 프로그램을 발견했어요웅덩이 자국. "태그 및 이름 바꾸기"만큼 흥미롭지는 않지만 충분히 가깝습니다.

~에서웹사이트:

puddletag는 Windows 프로그램 Mp3tag와 유사하게 만들어진 오디오 태그 편집기(주로 GNU/Linux용)입니다. 대부분의 GNU/Linux 태거와 달리 스프레드시트와 같은 레이아웃을 사용하므로 수동으로 편집하려는 모든 태그가 표시되고 쉽게 편집할 수 있습니다.

파일 이름에서 태그 정보 추출, 모드를 사용하여 태그를 기반으로 파일 이름 바꾸기 및 기본 태그 편집과 같은 일반적인 태그 편집기 기능을 지원합니다.

그런 다음 텍스트 바꾸기, 텍스트 자르기, 대소문자 변환 등과 같은 작업을 수행할 수 있는 함수가 있습니다. 작업을 통해 반복적인 작업을 자동화할 수 있습니다. 또한 Amazon(커버 아트 포함), Discogs(커버 아트도 포함!), FreeDB 및 MusicBrainz를 사용한 웹 검색을 지원합니다. 더 많은 것이 있지만 쉼표 할당량에 도달했습니다.

지원되는 형식: ID3v1, ID3v2(mp3), MP4(mp4, m4a 등), VorbisComments(ogg, flac), Musepack(mpc), Monkey's Audio(.ape) 및 WavPack(wv).

답변4

저는 Ex Falso를 사용합니다. QuodLibet 뮤직 플레이어가 설치되어 있어서 한번 사용해 봤습니다.

저는 단일 파일, 파일 배치에 이 기능을 사용해 왔습니다. 매우 직관적이고 가장 중요하게는 훌륭하게 작동합니다.

관련 정보