37

I need to tag my MP3 library, and have tried kid3 (which was manual tagging), when I used Kubuntu 9.10 (I now use Ubuntu Meerkat) Here are the features I am hoping for:

  • A good and clean UI.
  • Tagging should be automatic, like Winamp's autotag feature, which rocks, btw!
  • It should also embed the cover-art in the mp3, not copy a jpeg file in the folder, because now-a-days all players support displaying cover art. But acceptable if not possible.
  • Rename the files as per some regular expression like %TrackNo - %Artist - %Title.
  • Should be accurate, and more importantly smart. I want to start tagging at night, and hopefully my collection should be done by the morning, w/o it being stuck at a user prompt at 1%.

If one app cant do all, I am willing to use 3, wouldn't mind exposure to a few more apps ;)

I have used picard or someting, and I didnt like it quite a lot. But wouldn't mind using it, if there is no other alternative.

Thanks for your time!

Pablo Bianchi
  • 15,657
theTuxRacer
  • 16,185

11 Answers11

49

EasyTAG

You can try EasyTAG, a nice graphical editor for tags in mp3 and aac files.

screenshot

Pablo Bianchi
  • 15,657
  • yeah, seems good enough, I dont have enough English songs atm, All I have are hindi, and it couldnt tag them properly, I guess freedb doesnt have that info. Winamp uses gracenote, and it has all the info. – theTuxRacer Dec 03 '10 at 14:33
  • +1 - Good suggestion. It has a few quirks but is the best I've used in GNU/Linux. – boehj May 16 '11 at 08:14
  • 1
    At the program - can I change / copy metadata to all selected files from the one being edited? Oh, got it! Right-click selected files and scaner option. – Esamo Aug 04 '14 at 12:41
16

MusicBrainz Picard

i just went over my entire collection 80gigs+, i did a lot of research and tried easytag, banshee, etc the only that really stands out for me was MusicBrainz Picard.

Its very clever, backed up a by a huge database. The scanning functionality is what really impressed me, it plays the song and then makes an audio fingerprint of it. It then compares it to the database and populates all the metadata. neat

Pablo Bianchi
  • 15,657
7

Audio Tag Tool (tagtool)

You can also install tagtool. This will allow you to edit the ID3 tags of OGG and MP3 files using a nice GUI.

Warning: Last update: 2013-04-24

screenshot

almaceleste
  • 398
  • 4
  • 13
karthick87
  • 81,947
5

For

  • automatic tagging, I recommend Musicbrainz Picard.
  • manual tag editing and robust pattern-based file renaming, I recommend Ex Falso.

I can't recommend anything for you for album art, since I use the "picture in the same folder" method.

Pablo Bianchi
  • 15,657
4

Beets

You definitively want beets:

pip install beets

config.yaml:

plugins: fetchart
paths:
  default: $albumartist/$album%aunique{}/$track - $albumartist - $title
beet import <directory>

... and let the magic happen.

See also the official getting started guide.

Pablo Bianchi
  • 15,657
4

Puddletag

You might be interested in using Puddletag. It has all the features you mentioned, as well as some more automated %Filename - %Artist - %Title customization.

enter image description here

Included with puddletag are tag sources supporting lookups from Amazon, Discogs, FreeDB and MusicBrainz and AcoustID. There is also quite a number of features this application supports.

Pablo Bianchi
  • 15,657
VRR
  • 1,270
2

Only today I discouvered MP3 Diags. It has a file renamer and a tag editor with Discogs and Musicbrainz support and can parse directory and filenames. Also, it fixes various low level issues.

Frank
  • 269
1

i would recommend amarok or songbird . both are good..

1

as for me. the only tagger I've used and worked nice is Mp3Tag using wine. Not slow and you can download album details from amazon.com or amazon.de mp3tag page also music brainz and it has a clean UI more focused on tagging. I recommend this than easy tag

dumb906
  • 625
1

I usually use the zortam online mp3 tagger which can fetch cover arts and lyrics as well. For me it did the job, and it's very accurate. I use Fedora, but normally it should work on any OS if you have Java installed.

0

Have you tried Winamp via Wine? It seems that Winamp works without major problems.

https://help.ubuntu.com/community/Wine

http://appdb.winehq.org/objectManager.php?sClass=version&iId=2723&iTestingId=54480