RupertAvery / PSXPackager

A utility to convert Playstation disc images in various formats to PBP format and back
Other
230 stars 15 forks source link

multidisc m3u playlist converts multiple copies of disc 1 #41

Closed BigBrawler closed 1 year ago

BigBrawler commented 1 year ago

Contents of Final Fantasy IX.m3u

Final Fantasy IX (USA) (Disc 1) (v1.1).cue
Final Fantasy IX (USA) (Disc 2) (v1.1).cue
Final Fantasy IX (USA) (Disc 3) (v1.1).cue
Final Fantasy IX (USA) (Disc 4) (v1.1).cue

Log

/mnt/SSD2/Games/EmulationStation-DE/ROMs$ psxpackager -i "/mnt/SSD2/Games/EmulationStation-DE/ROMs/psx/Final Fantasy IX.m3u" -o psx/
PSXPackager v1.6.1 by RupertAvery

Input : /mnt/SSD2/Games/EmulationStation-DE/ROMs/psx/Final Fantasy IX.m3u
Output: psx/
Compression Level: 5

Processing started: 14:26:46
Processing /mnt/SSD2/Games/EmulationStation-DE/ROMs/psx/Final Fantasy IX.m3u
Found 4 entries
Found SLUS01251 "Final Fantasy IX - Disc 1"
Found SLUS01251 "Final Fantasy IX - Disc 1"
Found SLUS01251 "Final Fantasy IX - Disc 1"
Found SLUS01251 "Final Fantasy IX - Disc 1"
Using Title 'Final Fantasy IX'
Writing Disc 1 - 100%
Writing Disc 2 - 100%
Writing Disc 3 - 100%
Writing Disc 4 - 100%
100%
Processing completed: 00h 00m 59s

On Ubuntu 22.04

takano32 commented 1 year ago

Thanks for your report.

This bug will be fixed with merging #42 .

Fortunately, this bug is only displayed incorrectly and there is nothing wrong with the generated binary, may be.

I checked by differences between origiinal files(*.bin) and extracted(*.bin) from converted file(*.pbp) with md5sum.