linuxserver / emulatorjs

Self hosted web based retro emulation front end with rom and art management.
382 stars 26 forks source link

Multi-Disc Support? #66

Closed LostOnTheLine closed 1 year ago

LostOnTheLine commented 1 year ago

The config for the systems has an option for "multi_disc": 0 but no way within the interface to turn the multi-disc on or off.

In the readme it says

The only web emulators that supports multiple CD games are psx and saturn, in order to function please rename your chd files before scanning them in to the same name with the extension .disk1,.disk2,.disk3,etc. IE:

/data/psx/roms/GAMENAME.disk1
/data/psx/roms/GAMENAME.disk2
/data/psx/roms/GAMENAME.disk3

but when I rename files in segaSaturn/roms/ this way I get the errors

Filetype disk2 not supported
Filetype disk1 not supported
Filetype disk2 not supported
Filetype disk1 not supported

When I rename them to .disk1.chd & .disk2.chd they end up as Unidentified Roms: Manually matching them leaves 2 entries for the title like before I removed them, renamed & re-added them.

xlorepdarkhelm commented 1 year ago

I am curious about what to do as well.

brunoccr commented 1 year ago

Original format is CUE and BIN, I understood that it only works when you convert the CUE and BIN to CHD and change .chd to .disk1 and ........ works

mattthhdp commented 1 year ago

Could you expand a little
image this dosent detect disk 2 and 3 this is the error emulatorjs give me when scanning image

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

webysther commented 1 year ago

Same problem, with chd files not working too. Tried? GAME.chd.disk1 and GAME.disk1.

image

image

Scan exited with code: 0
Filetype disk2 not supported
hashing Resident Evil 2 (USA).disk1 (Track 1)
[INFO] Output directory: /data/hashes/psx/roms/tmp/split [INFO] Opening cue: /data/hashes/psx/roms/tmp/FILE.cue [INFO] Splitting files... [INFO] Wrote 2 bin files [INFO] Wrote new cue: /data/hashes/psx/roms/tmp/split/FILE.cue
Resident Evil 2 (USA).disk1 is multi track need to split
Extraction complete
Extracting, 94.3% complete...
Extracting, 91.9% complete...
....
Extracting, 0.0% complete...
Output TOC: /data/hashes//psx/roms//tmp/FILE.cue Output Data: /data/hashes//psx/roms//tmp/FILE.bin Input CHD: /data/psx/roms//Resident Evil 2 (USA).disk1
chdman - MAME Compressed Hunks of Data (CHD) manager 0.224 (unknown)
processing Resident Evil 2 (USA).disk1

There a restriction to not use m3u playlist?

github-actions[bot] commented 11 months ago

This issue is locked due to inactivity