You are not logged in.

#1 2011-01-05 18:32:42

hurrrtin
Member
From: USA, Ohio
Registered: 2006-12-13
Posts: 17

MP3 Auto Tag?

Does anyone know of a command line utility that can  auto tag mp3s using online databases?

Offline

#2 2011-01-05 18:38:19

BaconPie
Member
Registered: 2010-08-11
Posts: 209

Re: MP3 Auto Tag?

I'm not sure how you'd do it for individual mp3's but the cd ripper abcde gets the track information by contacting a CDDB. It does this by using cd-discid, wget, and FreeDB and then tagging the songs with id3 and id3v2 I presume.

Maybe look in that direction?

Source

Edit: Maybe this?

Last edited by BaconPie (2011-01-05 18:39:24)

Offline

#3 2011-01-05 19:42:32

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: MP3 Auto Tag?

I wrote a script that deletes all previous tag information and writes new ones based on directory structure and filename. All of my music is arranged like this: ~/Music/Genre/Album/Artist - Title.mp3

I realize it doesn't access an online database, but I can give it to you if it'd be helpful.

I don't think it's possible to use an online database without a full album from a CD...

Offline

#4 2011-01-05 19:46:47

BaconPie
Member
Registered: 2010-08-11
Posts: 209

Re: MP3 Auto Tag?

drcouzelis wrote:

I don't think it's possible to use an online database without a full album from a CD...

I was thinking about this the other day actually; there is an application on my phone that listens to a track for about 20 seconds and then it gives me the title/artist other such information. Surely this must be available on a real computer? Would be perfect for this kind of thing.

Offline

#5 2011-01-05 21:00:10

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: MP3 Auto Tag?

drcouzelis wrote:

I don't think it's possible to use an online database without a full album from a CD...

of course you can. install musicbrainz picard (pacman -S picard)


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#6 2011-01-05 22:21:42

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: MP3 Auto Tag?

Rasi wrote:
drcouzelis wrote:

I don't think it's possible to use an online database without a full album from a CD...

of course you can. install musicbrainz picard (pacman -S picard)

http://en.wikipedia.org/wiki/MusicDNS

What do you know! Thanks for pointing that out.

Offline

#7 2011-01-06 00:55:19

hurrrtin
Member
From: USA, Ohio
Registered: 2006-12-13
Posts: 17

Re: MP3 Auto Tag?

I installed picard from AUR, but I don't see any command line options for this. Is there a separate binary that can be used from the CLI?

Offline

#8 2011-01-06 12:16:39

alterecco
Member
Registered: 2009-07-13
Posts: 152

Re: MP3 Auto Tag?

There is pymbtag from the Community Contributions forum. You might want to adjust it to work to your liking.

Offline

#9 2011-01-06 17:18:14

Spacenick
Member
From: Germany
Registered: 2010-04-02
Posts: 168

Re: MP3 Auto Tag?

There is MusicBrainz Picard though it's a bit heavy I've found it to be a great tool

Offline

#10 2011-01-06 23:54:07

broken pipe
Member
Registered: 2010-12-10
Posts: 238

Re: MP3 Auto Tag?

drcouzelis wrote:

I wrote a script that deletes all previous tag information and writes new ones based on directory structure and filename. All of my music is arranged like this: ~/Music/Genre/Album/Artist - Title.mp3

I realize it doesn't access an online database, but I can give it to you if it'd be helpful.

I don't think it's possible to use an online database without a full album from a CD...


i would like to have a look at your scipt if you don't mind. my music library structure is clean but the mp3 tags itself are a bit messed up sad

Offline

#11 2011-01-07 04:06:02

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: MP3 Auto Tag?

broken pipe wrote:

i would like to have a look at your scipt if you don't mind. my music library structure is clean but the mp3 tags itself are a bit messed up

I made a new thread for it: https://bbs.archlinux.org/viewtopic.php?pid=875470

Offline

#12 2011-01-08 01:17:50

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: MP3 Auto Tag?

@hurrrtin - is there a reason you need the program to be CLI?

Offline

#13 2011-01-10 19:23:34

hellllo
Member
Registered: 2011-01-10
Posts: 1

Re: MP3 Auto Tag?

hello

beets could do the trick
http://code.google.com/p/beets/

or lltag
http://home.gna.org/lltag/

Offline

Board footer

Powered by FluxBB