notaz / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
384 stars 207 forks source link

[REQUEST] Add .m3u support for multi-disk CHD #280

Closed Vexnik closed 8 months ago

Vexnik commented 1 year ago

I have a large library of .chd files and the majority of them are multi-disk games, it would be neat to have them managed in a .m3u file and launched in one go.

notaz commented 9 months ago

I assume you're using the libretro version? That is supposed to have m3u support, doesn't it work?

vaguerant commented 8 months ago

Works here. I don't have any multi-disc games so I just did this:

multi-disc.m3u

Ape Escape (USA).chd
Pac-Man World (USA) (Demo).chd

Placed that file in a folder with the two mentioned .chd files and I can swap between discs at will. It "works" in the sense that I can swap discs from the PS1 BIOS screen to change which game boots up.

Possibly user is confused by the libretro docs, which do specifically tell you to put all your .cue files into an .m3u:

Create a text file and save it as foo.m3u. Then enter your game's .cue files on it.

notaz commented 8 months ago

Thanks for testing, closing.