Skip to content

Script to extract tracks from a Music CD with CUE sheet.

License

Notifications You must be signed in to change notification settings

fischpo/CUE-Sheet-Tracks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

CUE-Sheet-Tracks

A script to extract tracks from a music CD with CUE sheet.

Requirements

Python

FFmpeg

How to use?

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à.

Options

-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

Usage:

CUE.py -i 'Cue Path'

CUE.py -i 'Cue Path' -o 'ExtractLocation'

How to add a custom album art to the tracks?

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"

Issues

If there are any issues, please raise it here.


If you want the script with the old way you can get it here

About

Script to extract tracks from a Music CD with CUE sheet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages