PDA

View Full Version : Batch


malouito
08-12-2009, 08:57 AM
I'd like to copy album art, .cue and .log files when I rip FLAC to various format.

How can I do that with the batch, I did not manage to do it with ID Tag :s

Spoon
08-12-2009, 04:43 PM
I do not think there is a way of doing it currently.

malouito
08-12-2009, 06:20 PM
Even with an external command ?

Spoon
08-13-2009, 03:49 AM
You could perhaps write a .vbs script (using the run external dsp effect) because you have to remove the extension and put .cue and .log

malouito
08-13-2009, 03:57 AM
Why do I have to remove the extension ? I just want to copy *.jpg *.cue *.log and eventually *.m3u from the original folder to the output folders.

Spoon
08-13-2009, 09:29 AM
Because the run external does not pass out a path, rather the filename.

malouito
08-13-2009, 11:39 AM
Too bad :(