Since I couldn’t be able to compile successfully a MPD version with SACD iso support in Volumio I’ve made a tool to extract multiple iso files and put the result in a determined output folder.
My tool run on windows and is only a simple wrapper for the real tool “sacd_extract.exe” which works by command line.
As you can see, it has a GUI but you have to process only one iso file each time.
Since I have a folder which contains multiple folders with its iso file I needed to process all files while I do other things.
How my tool Works:
- You define the source folder which contains the subfolder with the iso files and the output folder where the extracted dsf files will be placed.
2)Run the analyzer to display the iso files found and to select the ones you want to extract
3)Convert (or extract) the files. The app will process all the selected files.
There’s a app.config file where you can define if images (cover.jpg, folder.jpg, etc) should be copied to the output folder.
Captures:
You can download the source and the executable from here:
.Net 6 Desktop Runtime:
Feel free to modify or enhance the tool.