Composer and other missing tags in LAME |
![]() ![]() |
Composer and other missing tags in LAME |
Nov 29 2005, 14:45
Post
#1
|
|
|
Group: Members Posts: 16 Joined: 29-November 05 Member No.: 26089 |
Is there a resource that lists all ID3V2 tags and their LAME command line equivalents?
I'm asking because the Wiki's recommended command line parameters seem to be missing some potentially useful (to me) tags. The first one is genre, which I found after some (well, lots of) searching. It looks like this for those interested: --tg "%m" The other tag I'd like to add is composer. Anyone care to help? Also, are there any other non-recommended/non-default tags you'd like to share? Thanks. P.S. I'm using EAC 0.95b3 with LAME 3.97b1 (just noticed b2 is out, will try layer today) |
|
|
|
Nov 30 2005, 14:43
Post
#2
|
|
|
Group: Members Posts: 16 Joined: 29-November 05 Member No.: 26089 |
Well, I have had better response rates
Let me know if there are better places to ask. Thanks. |
|
|
|
Nov 30 2005, 22:17
Post
#3
|
|
![]() Group: Members (Donating) Posts: 480 Joined: 13-October 01 From: Stuttgart Member No.: 286 |
Hi huh-hah,
there are only cmd-line equivalents for ID3V1 tags. See the output of lame -? |
|
|
|
Dec 1 2005, 09:03
Post
#4
|
|
|
Group: Members Posts: 16 Joined: 29-November 05 Member No.: 26089 |
Thanks Sunhillow. No, I haven't checked LAME's output, will do the next rip. But that basically explains it then. I must have missed that part of the documentation
So how do folks around here add V2 tags? |
|
|
|
Dec 4 2005, 15:46
Post
#5
|
|
|
Group: Members (Donating) Posts: 698 Joined: 31-March 04 From: NYC Member No.: 13152 |
See one of the numerous "What is your favorite/the best tag editor" here and in General Audio.
|
|
|
|
Dec 4 2005, 17:23
Post
#6
|
|
|
Group: Members Posts: 59 Joined: 8-December 02 Member No.: 4019 |
the tag switches are in the lame documentation, same for eac.
are you able to add the genre tag for ID3V2 ? it only gets written for ID3V1 for me. (while using EAC & Lame) - |
|
|
|
Dec 4 2005, 18:38
Post
#7
|
|
|
Group: Members Posts: 182 Joined: 4-July 02 From: Sunnyvale, CA Member No.: 2472 |
|
|
|
|
Dec 5 2005, 15:53
Post
#8
|
|
|
Group: Members Posts: 16 Joined: 29-November 05 Member No.: 26089 |
QUOTE (AutumnRain @ Dec 4 2005, 05:23 PM) are you able to add the genre tag for ID3V2 ? it only gets written for ID3V1 for me. (while using EAC & Lame) this is the lame command i'm using: -V 2 --vbr-new --id3v2-only --pad-id3v2 --... the --tg "%m" comes after all the other parameters. i'm probably a bit confused, but as far as i understand this should add v2 tags and only v2 tags. clintb, thanks for the tip, but isn't it possible to add more v2 tags with LAME? |
|
|
|
Dec 5 2005, 20:55
Post
#9
|
|
![]() Group: Members (Donating) Posts: 89 Joined: 25-March 03 From: Houston, TX Member No.: 5654 |
QUOTE (huh-hah @ Dec 5 2005, 09:53 AM) clintb, thanks for the tip, but isn't it possible to add more v2 tags with LAME? I do not think it is possible to have LAME append the composer field even when writing v2.X tags when ripping with EAC because EAC isn't capturing the composer info. EAC is a great program but the interface only captures basic information (the traditional v1.1 tags). This information is available for LAME when LAME writes the v2.x fields but LAME cannot add what it isn't told about. except I bet maybe you could get it to write blank composer fields (I'd have to check the switches) This post has been edited by wynlyndd: Dec 5 2005, 20:56 -------------------- "Droplets of Yes and No, in an ocean of Maybe"
|
|
|
|
Dec 6 2005, 00:47
Post
#10
|
|
![]() Group: Members Posts: 434 Joined: 31-October 03 From: Europe, CZ Member No.: 9571 |
I'm using a command line:
CODE -V 2 --vbr-new -Y --id3v1-only --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d ...and the resulting MP3's are missing the genre Tag, why? Note that I'm using only those from the ID3V1 list of genres! -------------------- Sorry for my poor English, I'm trying to get better... ;)
"The greatest trick the Devil ever pulled, was convincing the world he didn't exist." |
|
|
|
Dec 6 2005, 09:18
Post
#11
|
|
|
Group: Members Posts: 16 Joined: 29-November 05 Member No.: 26089 |
|
|
|
|
Dec 7 2005, 00:10
Post
#12
|
|
|
Group: Members Posts: 43 Joined: 28-October 05 Member No.: 25409 |
QUOTE (huh-hah @ Dec 6 2005, 04:18 AM) QUOTE (k.eight.a @ Dec 6 2005, 12:47 AM) I'm using a command line: CODE -V 2 --vbr-new -Y --id3v1-only --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" %s %d ...and the resulting MP3's are missing the genre Tag, why? %m is for genre... Not that I doubt you, but where did you find out that %m is for genre? I cannot find that documented anywhere on EAC's site. From the EAC options dialog in the Filename tab, I find that what seems to make the most sense for genre is either %I or %B. (See this posting http://www.hydrogenaudio.org/forums/index....showtopic=39462 for a related discussion.) |
|
|
|
Dec 7 2005, 00:58
Post
#13
|
|
![]() Group: Members Posts: 434 Joined: 31-October 03 From: Europe, CZ Member No.: 9571 |
QUOTE (huh-hah @ Dec 6 2005, 09:18 AM) %m is for genre. Try adding --tg "%m just before %s %d QUOTE (captainmidnight @ Dec 7 2005, 12:10 AM) Not that I doubt you, but where did you find out that %m is for genre? I cannot find that documented anywhere on EAC's site. I have found this:From the EAC options dialog in the Filename tab, I find that what seems to make the most sense for genre is either %I or %B. (See this posting http://www.hydrogenaudio.org/forums/index....showtopic=39462 for a related discussion.) CODE %d -t "Artist=%a" -t "Title=%t" -t "Album=%g" -t "Year=%y" -t "Track=%n" -t "Genre=%m" LAME.exe -V 2 --vbr-new %s %d ...on the HA wiki from the configuration of APEv2 Tags.@ huh-hah: Do I have to try --tg "%m or --tg "%m" ? Edit: Sorry, I've just found QUOTE The first one is genre, which I found after some (well, lots of) searching. It looks like this for those interested: in your first post.
--tg "%m" This post has been edited by k.eight.a: Dec 7 2005, 01:04 -------------------- Sorry for my poor English, I'm trying to get better... ;)
"The greatest trick the Devil ever pulled, was convincing the world he didn't exist." |
|
|
|
Dec 7 2005, 09:18
Post
#14
|
|
|
Group: Members Posts: 59 Joined: 8-December 02 Member No.: 4019 |
huh-hah wrote..
QUOTE this is the lame command i'm using: -V 2 --vbr-new --id3v2-only --pad-id3v2 --... ... this is the one am using atm CODE -V 1 --add-id3v2 --pad-id3v2 --ta "%a" --tt "%t" --tl "%g" --ty "%y" --tn "%n" --tg "%m" --tc "%e" %s %d - ID3V1 all tags get written properly - ID3V2 all tags, except the Genre tag, get written. (using 'ext encoder' & commandline in eac) if i do the tagging routine through EAC the genre tag for ID3v2 gets written proper checked tags with mp3utility captainmidnight wrote.. QUOTE Not that I doubt you, but where did you find out that %m is for genre? I cannot find that documented anywhere on EAC's site. its in eac documentation in the EAC folder - [edited] just tried from the winxp 'cmd' - same problem CODE lame.exe -V 2 --add-id 3v2 --pad-id3v2 --tg "blues" --tc "hello" "inputfile" "outputfile" the id3v1 genre tag got written , the ID3v2 one didn't comment tag one got written for both q;) - This post has been edited by AutumnRain: Dec 7 2005, 13:25 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 11:10 |