Closed ChristofferGreen closed 4 years ago
Hi, thank's for your fix ! Please see https://github.com/jshackles/RetroGOG/pull/2 That's the same fix as the one you suggest but for all platforms.
Of course, cause i used your code, I added you as co-author on my commit.
Hope that @jshackles can validate & merge the https://github.com/jshackles/RetroGOG/pull/2 soon 🙏.
Hi @benjamin-allion
Not sure, but @jshackles apppears to be dead. May be better to just fork the project.
Not dead thankfully! Just went through a move where I had my dev machine packed up for the better part of a month. I merged #2 which includes this fix. Thanks both.
My snes playlist has entries like so: "path": "C:\Emulation\Roms\Nintendo - Super Nintendo Entertainment System\ActRaiser (USA).7z#ActRaiser (USA).sfc",
The view into the 7z file ("#ActRaiser (USA).sfc") causes issues due to python not being able to find the path. Added a fix for this.