GEFORCE + DGEMILY
To burn albums into CDA (audio) is possible and works like a charm.
[1] make a copy of the BurnIt.txt and call it BurnAudio.txt
[2] open BurnAudio.txt
[3] find the line that says: batch_action = xxxxxxx
[4] replace it with the following line
batch_action = """c:\Program Files\Nero\Nero 7\Core\nerocmd"" --write --drivename " + DriveLetter + enplus_finalise + " --real --detect_non_empty_disc --underrun_prot --force_erase_disc --recursive --audio """ + burn_path + "\*.mp3"
[5] Var3:Source path should be "%music>parameter%"
the key to this is the use of --recursive. NeroCmd will scan the path you've passed recursively for all mp3s (*.mp3) and burn them as Audio...
Now is there a way to burn .m3u playlist from command line?? NeroCmd refuses to burn .m3u files (the content there of) NeroCmd gives me unrecognised file format error