Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ID3 Tagging
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Phenax
l33t
l33t


Joined: 10 Mar 2006
Posts: 972

PostPosted: Thu Nov 02, 2006 10:36 pm    Post subject: ID3 Tagging Reply with quote

Hey guys, does anyone know a good 'batch tagger' so I can quickly ID3 tag a few hundred MP3's? I tried easytag, and it corrupted half of what it tagged.. sigh.
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Fri Nov 03, 2006 2:07 am    Post subject: Reply with quote

I like Audio Tag Tool (media-sound/tagtool), which has a nice GUI, good features and seems to handle batch updates well. I've not tagged batches of more than a few dozen files but it's never hiccuped or damaged any.

For CLI tools, there's media-sound/id3ed or media-sound/id3tool. Experiment with those on backups first, I haven't tried them in batch mode (and still can't decide which one's "list genres" output I prefer :?).
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
Phenax
l33t
l33t


Joined: 10 Mar 2006
Posts: 972

PostPosted: Fri Nov 03, 2006 3:28 am    Post subject: Reply with quote

Thanks, I'm quite tired right now but I'll check them out tomorrow.
Back to top
View user's profile Send private message
jesso
Guru
Guru


Joined: 27 Oct 2004
Posts: 397
Location: Canada

PostPosted: Fri Nov 03, 2006 3:08 pm    Post subject: Re: ID3 Tagging Reply with quote

Hey,

you could do something like:

Code:

#/bin/bash

$OPTIONS="-a album -r artist"

find Media/Music/ -name *.mp3 | while read song
do
      id3tool $OPTIONS $song
done


You'll need

Code:

esearch id3tool
[ Results for search key : id3tool ]
[ Applications found : 1 ]

*  media-sound/id3tool
      Latest version available: 1.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 112 kB
      Homepage:    http://nekohako.xware.cx/id3tool/
      Description: A command line utility for easy manipulation of the ID3 tags present in MPEG Layer 3 audio files
      License:     GPL-2


Change it to suite you. Just an example. Read the id3tool manpage. Note that this only works if you want common entries for all the mp3's you pass to it.

Phenax wrote:
Hey guys, does anyone know a good 'batch tagger' so I can quickly ID3 tag a few hundred MP3's? I tried easytag, and it corrupted half of what it tagged.. sigh.
Back to top
View user's profile Send private message
suicidal_orange_II
Apprentice
Apprentice


Joined: 04 Sep 2004
Posts: 299

PostPosted: Fri Nov 03, 2006 5:48 pm    Post subject: Reply with quote

I use easytag, its gtk based so its not for you if your a kde person :)


Suicidal_Orange
Back to top
View user's profile Send private message
samsari
n00b
n00b


Joined: 16 Dec 2005
Posts: 23

PostPosted: Sun Dec 03, 2006 3:55 pm    Post subject: Reply with quote

Well, I also used easytag and found it was great for me. But, sadly, it has now started corrupting half the mp3s it tags (they end up as files 0 bytes in size).

Does anyone know either:

a) why it's doing this and how I can fix it?
b) what I can use instead?
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Sun Dec 03, 2006 4:28 pm    Post subject: Reply with quote

suicidal_orange_II wrote:
I use easytag, its gtk based so its not for you if your a kde person :)

Nonsense! I'm a "KDE person" but I use easytag. It works fine, after some configuration.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
fjf3
n00b
n00b


Joined: 23 Apr 2003
Posts: 31

PostPosted: Sun Dec 03, 2006 5:37 pm    Post subject: Reply with quote

Corruption. Could it be you are running out of space?
Back to top
View user's profile Send private message
VoVaN
l33t
l33t


Joined: 02 Jul 2003
Posts: 701
Location: The Netherlands

PostPosted: Thu Dec 07, 2006 3:21 pm    Post subject: Reply with quote

I'm using easytag as well, it works just fine and don't have any corrupted files...
Back to top
View user's profile Send private message
samsari
n00b
n00b


Joined: 16 Dec 2005
Posts: 23

PostPosted: Sat Dec 09, 2006 10:03 pm    Post subject: Reply with quote

No, it can't be that. I have plenty of free space. And strangely, it's only about half the files that get corrupted. And always the same files too...

I will try something musicbrainz enabled like picard or kid3, although I'm having some weird segfault problem at the moment. I wonder if that's related to this easytag error at all :/
Back to top
View user's profile Send private message
konni
n00b
n00b


Joined: 01 Apr 2005
Posts: 8

PostPosted: Thu Mar 01, 2007 4:50 pm    Post subject: Reply with quote

what program can i use to change filenames to the names included in the id2 tag?

Thanks
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Thu Mar 01, 2007 6:10 pm    Post subject: Reply with quote

samsari wrote:
No, it can't be that. I have plenty of free space. And strangely, it's only about half the files that get corrupted. And always the same files too...

I will try something musicbrainz enabled like picard or kid3, although I'm having some weird segfault problem at the moment. I wonder if that's related to this easytag error at all :/

it could be those .mp3 files themselves that are the problem... have you checked them for virus's? I've heard that itunes (for instance) embeds cover art into mp3's it loads...

I <3 easytag though, it's file rename and tag auto-populate are amazing batch tools.

check the media, maybe try running them through the id3* command line toools.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum