SteamGridDB / steam-rom-manager

An app for managing ROMs in Steam
GNU General Public License v3.0
1.83k stars 119 forks source link

[Enhancement] Seperate "Rom Directory" With Steam "Start In" #45

Closed HEspoke closed 7 years ago

HEspoke commented 7 years ago

After diving deep into MAME compatibility for SRM. There is one request that I have currently that would make SRM more compatible with MAME. SRM should have a line added to the Parser when Show Advanced Options is turned on. That line should be "Start In". This is the start in directory for steam and is required to start in the MAME home folder as pictured. image

Then when the above line is utilized then the "ROM Directory" line will just be for looking for the ROM files exclusively and will not have anything to do with altering the "Start In" line for non steam shortcuts. image

FrogTheFrog commented 7 years ago

@HEspoke Almost done with #44 and #39. Will add a field for custom "Start In" directory. Anyway, FYI "ROM Directory" has nothing to do with "Start In". By default, executable directory is used for "Start In".

FrogTheFrog commented 7 years ago

@HEspoke Now that I think about it, I don't see why you need it as "ROM Directory" has nothing to do with this.

HEspoke commented 7 years ago

@FrogTheFrog Its because I had to use batch files so that I could rename the files so that they could be fuzzy matched. By doing this I cleared the EXE field in the parser so that the batch could run properly. When I cleared the EXE it shows a Start In Field that is other then the MAME EXE home directory because my rom directory where the batch is in a different folder then my mame folder, I have a seperate ROM location that I store all my ROMS. MAME has some quirks that are VERY unique. I think the most practical way to make MAME work reasonably with SRM is if SteamGridDB had the ability to have their ALTERNATE titles be matched with the title that also gets fuzzy match. For Example, the match for Killer Instinct - Arcade should be matched when the filetitle of kinst (an alternate title for Killer Instinct - Arcade) is found in the Rom Directory. But the dev for steamgrid has this on the backburner. Solution: If you change the title for the Executable line in the parser to "Executable of Emulator or Start In Directory". And then change SRM so that it will still run the parser if only a directory is filled in for this line WITHOUT a exe.

FrogTheFrog commented 7 years ago

@HEspoke I'll add "Start In" directory field, your second suggestion makes everything too complicated

FrogTheFrog commented 7 years ago

Added new option for "Start In" directory.

HEspoke commented 7 years ago

I was just trying to give you a different option with my second suggestion since the first one of "SRM should have a line added to the Parser when Show Advanced Options is turned on. That line should be "Start In". This is the start in directory for steam and is required to start in the MAME home folder as pictured." Didn't seem to make sense to you

FrogTheFrog commented 7 years ago

What didn't make sense is why did you need it, until you explained it :D