Open Coloris opened 1 year ago
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. Currently the only metadata CBAE can extract is the root level TITLE for the whole CD.
I could look into it, sure. Did you encounter a game release that has metadata in the .cue file? or is it an audio CD?
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. Can now read both TITLE and PERFORMER tags (from tracks + root CD), and will autoname the output files accordingly, also added an option to customize the track filenames based on a template.
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