Python script to convert a cue sheet file (.cue tracklist) in a text file more comfortably readable by humans.
Go to file
Marmous 15339381d5 Update README.md with for install instructions 2023-08-15 23:41:01 +02:00
.gitignore Initial commit 2023-08-15 23:25:05 +02:00
LICENSE Initial commit 2023-08-15 23:25:05 +02:00
README.md Update README.md with for install instructions 2023-08-15 23:41:01 +02:00
cue2txt.py Init 2023-08-15 23:37:39 +02:00
example.cue Init 2023-08-15 23:37:39 +02:00

README.md

cue2txt

Python script to convert a cue sheet file (.cue tracklist) in a text file more comfortably readable by humans.

Installation

git clone https://forge.chalec.org/Marmous/cue2txt.git
cd cue2txt

Usage

usage: cue2txt.py \[-h\] \[-s\] \[-o OUTPUT\] file  
  
Let's convert a cue sheet file (.cue tracklist) in a text file more comfortably readable by humans.  
  
positional arguments:  
 file                  path to cue file  
  
options:  
 -h, --help            show this help message and exit  
 -s, --show            show results  
 -o OUTPUT, --output OUTPUT  
                       path to output txt file

Linux

python3 cue2txt.py FILEPATH

Windows

python cue2txt.py FILEPATH

References