I have several dozens of rips in which I embedded the EAC log and the cue sheet, and unfortunately I deleted all the original .log and .cue files. Now I want to have them back in order to back them up in archives for safe keeping.
So I've been searching for a windows batch file here that would make this task much simpler (drag'n'drop the audio files on the script), but without success.
I would like to write such a script myself, but I have no clue about windows command shell scripting, it's so different from unix shell scripting...
IMHO these are some minimum criterias in order to make it easy to use:
- Batch script should create the cue sheet and eac log files with the same basename as the audio file. For instance the audio file is "Boards of Canada - 1998 - Music has the Rights to Children.wv" and the cue sheet would then be named "Boards of Canada - 1998 - Music has the Rights to Children.cue".
- If there's one of the two tags missing then creating the according file should silently be omitted. So a smart script that only does the things it is able to do without complaining about missing tags.
- A version that does the opposite would be nice, too: Embedding <basename>.cue and <basename>.log into <basename>.wv|ape|flac|[...]. Also only doing the things it can do without complaining, if there's only a log file only EACLOG tag gets written, and so on...
- works with multiple audio files
- I guess the tag.exe v2.0.46b1 is the tagger of choice
I've noticed some problems with the string "; " in EAC logs, which got fixed in that beta release. - easy way to edit the paths to the executables and also the standard tag field names (I use CUESHEET and EACLOG by the way) at the beginning of the batch file
Cheers!
