-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not parsing the track titles from .cue #3
Comments
Yes, it is lacking this feature, I made the cd parser explicitly for game cds. It is not implementing the whole cue file specification which is mostly for audio cds, so many metadatas are ignored. I could look into it, sure. |
Not exactly, it's actually from an audio CD that includes background music from video games! :P |
Oh interesting! Turns out I did code the parser to read and store the individual track titles, but in the generateCue function they are ignored. (doh!) Seems like a nice feature to have, I will add it soon! 😸 |
Pushed a new version, check it out. I tested it on a few scenarios and it worked fine. Let me know if you encounter any weird behavior or something. |
I'd love to but it seems that the windows binary is not updated ? |
yeah.. when I updated the codebase to use the newer ECM modules for including files, it entirely broke the thing that I was using to convert it to .exe 😕 I'll take a look for other tools that can produce an .exe, but no promises. Try setting up node.js and installing the script with npm. |
Hi,
Your tool is not using the title from the cue file to rename the splitted tracks
ex :
I'd expect to get
My Title 01.flac
My Title 02.flac
The text was updated successfully, but these errors were encountered: