Hello all,
I have a bunch of dvds (+100) full of archived lossless music that I would like to compress into a lossy format. The music is archived in ape and flac formats, sometimes as separate tracks, but also with a cue sheet and a big lossless file. Instead of doing this manually using foobar2k, I would like to write a script that would create a mirror of the dvd on my harddrive containing the same folders as the dvd, but with AAC files instead of ape, flac, or whatever file type is in the original folder on the dvd.
The input would be something like:
DVD1\folder1\track1.flac, track.2flac, track3.flac and so on
DVD1\folder2\cuesheet.cue image.ape
and the output should be:
c:\DVD1\folder1\track1.aac, track2.aac, track3.aac and so on
c:\DVD1\folder2\track1.aac, track2.aac, track3.aac and as many tracks as there were in the cue sheet.
In other words, I would like to put the dvd in the drive, run the script and end up with a mirror folder of the dvd on my harddive containing the folders in the dvd and separate aac tracks, regardless of the original lossless formats on the dvd and whether the encoder finds a cue sheet and an image or separate tracks.
To be honest I have no idea what tools I need to use and what strategy I should follow. I think foobar2000 cannot do this, but maybe I am wrong. I would appreciate any help.
Thanks in advance!!