linuxserver / emulatorjs

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

Permalinks to a rom #107

Closed daedric7 closed 8 months ago

daedric7 commented 11 months ago

Not a issue, but a question:

Is it possible to have a permalink to one of the roms ?

LinuxServer-CI commented 10 months 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.

thelamer commented 8 months ago

Like a web address?

daedric7 commented 8 months ago

Like a web address?

Correct, a URL to download the refered rom directly.

thelamer commented 8 months ago

So no this is not currently possible, keep in mind this application ingests everything clientside so the endpoint URL would need wide open CORS rules to function properly. In general this is meant to be a self hosted solution, if you are looking for stuff that ingests cloud URLs or stuff off the internet I would highly recommend looking at these: https://github.com/BinBashBanana/webretro https://github.com/EmulatorJS/EmulatorJS https://github.com/webrcade/webrcade