tralph3 / Cue-Maker

A simple and easy to use program that fetches original cue files for your roms.
GNU General Public License v3.0
27 stars 7 forks source link

Separate revisions of same game cause issues with m3u generation #4

Closed birdybro closed 4 years ago

birdybro commented 4 years ago

Another one I just noticed. If there are two revisions in the same run of the script, it generates a single m3u for both revisions.

Driver 2 (USA)m3u.zip

tralph3 commented 4 years ago

Thanks for giivng some proper testing to the script. Could you detail a bit more about this one? Were the roms named like the formatting section in the readme stated?

birdybro commented 4 years ago

They were named in the Redump style in how it handles revisions:

http://redump.org/disc/7271/ Driver 2 (USA) (Disc 1) (Rev 1).bin Driver 2 (USA) (Disc 1) (Rev 1).cue

http://redump.org/disc/7272/ Driver 2 (USA) (Disc 2) (Rev 1).bin Driver 2 (USA) (Disc 2) (Rev 1).cue

http://redump.org/disc/5308/ Driver 2 (USA) (Disc 1).bin Driver 2 (USA) (Disc 1).cue

http://redump.org/disc/5309/ Driver 2 (USA) (Disc 2).bin Driver 2 (USA) (Disc 2).cue

From the Redump.org Datfile in Romcenter 4.0.1 for reference as to the redump naming scheme: image

birdybro commented 4 years ago

Also, no problem as to testing, I am just trying to create a better way of handling multi-disc games as a standard, and you are saving me a ton of time with your script :P

tralph3 commented 4 years ago

This one is fixed now too, I'll get to making a new release (although those are for linux only, since I'm too lazy to set up a windows vm to compile this into an exe). You can get the changes from the source code tho.