LinuxではどのMP3タグ付けツールを使用できますか? [閉鎖]

LinuxではどのMP3タグ付けツールを使用できますか? [閉鎖]

LinuxでMP3にタグを付けるには、どのアプリケーションをお勧めしますか?私はWindowsでTag&Renameを使用しましたが、Wineではうまく機能することが本当に好きでしたが、基本的に実行したいと思いました。

答え1

多くの種類があります:

  • 簡単ラベル選択の幅が広い
  • 子供3Qt/KDE環境を使用する場合
  • id3v2またはeyeD3コマンドラインの場合
  • 通常、音楽プレーヤーは一般的なタグであるfebansheeまたは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.

id3v2id3tagUnicodeはサポートされておらず、ID3v2もサポートされていid3toolませんmp3info

答え3

私はこの小さなプログラムを見つけました。水たまり跡。 「タグと名前の変更」ほど興味深いものではありませんが、十分に近いです。

~からウェブサイト:

puddletagは、WindowsプログラムMp3tagと同様に作成されたオーディオタグエディタ(主にGNU / Linux用)です。ほとんどのGNU / Linuxのタグ付けとは異なり、スプレッドシートなどのレイアウトを使用しているため、手動で編集したいすべてのタグが表示され、簡単に編集できます。

ファイル名からのタグ情報の抽出、モードを使用したタグに基づいたファイル名の変更、基本タグの編集などの一般的なタグエディタ機能をサポートします。

その後、テキストの置換、テキストの切り捨て、大文字と小文字の変換などの操作を実行できる関数があります。タスクを使用すると、繰り返しタスクを自動化できます。また、Amazon(カバーアートを含む)、Discogs(カバーアートを含む!)、FreeDB、MusicBrainzを使用したWeb検索もサポートしています。もっとたくさんありますが、カンマクォータに達しました。

サポートされている形式:ID3v1、ID3v2(mp3)、MP4(mp4、m4aなど)、VorbisComments(ogg、flac)、Musepack(mpc)、Monkey's Audio(.ape)、WavPack(wv)。

答え4

私はEx Falsoを使います。 QuodLibet Music Playerがインストールされていて、一度試してみました。

私は単一のファイル、ファイルの配置にこの機能を使用してきました。非常に直感的で、最も重要なのは素晴らしい作品です。

関連情報