Log in

View Full Version : EAC and Nero AAC (file but no tags created)


rtjnyoface
27th November 2010, 23:14
I've been using EAC to rip my cd's but I've not been able to create any tags for the files despite using a number of tagging schemes I've come across on the internet. My current line is:

/c C:\Program Files\Megui\neroAacEnc.exe -q 0.56 -if %s -of %d && C::\Program Files\Megui\neroAacTag.exe %d - meta:artist="%a" -meta:title="%t" -meta:album="%g" -meta:date="%y" -meta:tracknumber="%n" -meta:genre="%m"

As I said, the file is created correctly but the tags aren't written - none at all. Any help producing a line that makes the tags is appreciated :)

rtjnyoface
29th November 2010, 09:09
Solved my own problem.

/c C:\"path\to\neroaac"\neroAacEnc.exe -q 0.45 -if %s -of %d && C:\"path\to\neroaactag"\neroAacTag.exe %d -meta:artist="%a" -meta:album="%g" -meta:track="%n" -meta:genre="%m" -meta:title="%t" -meta:year="%y"