Skip to content
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

Support for games with multiple discs #159

Closed
jk1984 opened this issue Oct 9, 2017 · 10 comments
Closed

Support for games with multiple discs #159

jk1984 opened this issue Oct 9, 2017 · 10 comments
Milestone

Comments

@jk1984
Copy link

jk1984 commented Oct 9, 2017

For emulation of PSX and Gamecube games, the iso's I have are split, it would be great if I could group them together, so rather than have 7 separate files of 1 particular game, it would be 1 listing.

Besides that, Playnite is fantastic, really great work.

@JosefNemec
Copy link
Owner

Linking #653 to this, we might need to do those together.

@MAC293
Copy link

MAC293 commented Apr 13, 2019

FFVII has 3 discs and is repeated 3 times. How can I link those 3 to a 1 cover of the game?.

@JosefNemec
Copy link
Owner

You can't currently, that's what this issue is about, add support for it.

@MAC293
Copy link

MAC293 commented Apr 13, 2019

You can't currently, that's what this issue is about, add support for it.

I know. I only gave another description of the issue. Thank you.

@git-steve-git
Copy link

This may not work for all emulators, but for Dolphin (GC) I was able to make multi-disc games show as one entry by setting up a playlist file (.m3u) for the game, and telling Playnite that m3u was a recognized extension. The same should work for other emulators as long as they support .m3u

(The m3u won't appear in Dolphin itself, but the program still understands how to run them when you pass the playlist file in by command line.)

For those who may not know, an m3u is just a text file with a different extension, and each line in the text file is the path to a disc for the game:
c:\path\to\game (disc 1).iso
c:\path\to\game (disc 2).iso
etc.

@zurdwango
Copy link

.m3u works for PSX as well. I can speak from personal experience.
Really, you can just add the .m3u file as the file that gets loaded by Playnite and discs will automatically be loaded for any multi-disc game (correct me if I am wrong).

@DennoCoil
Copy link

m3u files are very dependent on the emulators involved. Stand alone emulators might not have it, but Retroarch with the appropriate cores do. It's hit or miss and you really need to see which ones work.

@GinoMan
Copy link

GinoMan commented May 3, 2021

The most popular PSX emulators support the pbp filetype. There's a tool that will convert a multi-disk game into a single pbp game.

There's a full guide at this link: https://www.reddit.com/r/miniSNESmods/comments/7nx6z3/guide_how_to_convert_psx_multiple_discs_game_in/

@JosefNemec
Copy link
Owner

Done in devel9.

@JazzJohannes
Copy link

JazzJohannes commented Sep 14, 2023

I request to re-open, since it does in fact not work for Commodore Amiga at all, no matter which filename configuration is used.

EDIT:
OK, scratch that, I found a renaming utility to rename all the discs I had e.g. disk1 -> (Disc 1), diskA -> (Disc 1), and Playnite accepted it finally and merged them into one game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants