artur-shaik / CueParser

Simple cue file parser written in python
MIT License
19 stars 6 forks source link

Feat/audacity labels #6

Closed bmillham closed 10 months ago

bmillham commented 10 months ago

I added the ability to parse Audacity label tracks. To use, in Audacity just create a label track, add some labels and export it as a text file. cuegen will be able to read that file and create a cuesheet. No new options were added, it's automatically detected if the source file is exported from Audacity. If not then cuegen acts the same as before.

Feel free to merge this!

artur-shaik commented 10 months ago

Thanks for sharing the code

bmillham commented 10 months ago

No problem!! Hopefully others will find the Audacity label part useful.

You should problem update the README to reflect that it can now handle Audacity labels to make it easier for people to find this package when searching.