Python
FFmpeg
Install the script and run in command line.
Pass the location where the CUE sheet is located
Pass the extract location where the tracks will be extracted to. In case you dont, the tracks will be extracted to where the script is located.
Let the script run and Voilà.
-i
: Path to the Cue sheet
-o
: (Optional) Path where the tracks will be extracted to
-c
: (Optional) Path to add custom album art to the tracks
CUE.py -i 'Cue Path'
CUE.py -i 'Cue Path' -o 'ExtractLocation'
When you run the script in command line, simply pass the image path in the following way:
CUE.py -i "Cue Path" -c "C:\Users\Desktop\cover.jpg"
If there are any issues, please raise it here.