NuclearFusi0n
Diamond Member
OK, I need to come up with a batch file that will do this (windows preferably, I'd do it under linux but all my info is on an NTFS partition)
Here's how my files are laid out, I have D:\Music, and inside "Music" I have an individual folder for each album, and each album has a FLAC file and a CUE file. The FLAC and the CUE file have the same filename, except for the extension. I need to make a batch file that will go from folder to folder in D:\Audio, doing this command line:
metaflac --import-cuesheet-from="D:\Music\Tool - Lateralus\Tool - Lateralus.cue" "D:\Music\Tool - Lateralus\Tool - Lateralus.flac"
I want each flac file to have its corresponding cuesheet imported using the metaflac program, and i do NOT want to do it all manually....
Thanks for any help you can give 🙂
Here's how my files are laid out, I have D:\Music, and inside "Music" I have an individual folder for each album, and each album has a FLAC file and a CUE file. The FLAC and the CUE file have the same filename, except for the extension. I need to make a batch file that will go from folder to folder in D:\Audio, doing this command line:
metaflac --import-cuesheet-from="D:\Music\Tool - Lateralus\Tool - Lateralus.cue" "D:\Music\Tool - Lateralus\Tool - Lateralus.flac"
I want each flac file to have its corresponding cuesheet imported using the metaflac program, and i do NOT want to do it all manually....
Thanks for any help you can give 🙂