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

[Feature request] Save space with roms using the "Cloud" #11

Open
wuniversales opened this issue Apr 26, 2020 · 0 comments
Open

[Feature request] Save space with roms using the "Cloud" #11

wuniversales opened this issue Apr 26, 2020 · 0 comments

Comments

@wuniversales
Copy link

I thought that it would be better to add the function to download our own roms online, and allow to delete the rom once you have seen the game, in this way we save space on our consoles and on other devices that use the application.

How do I propose that it work?
I think it would be very useful to do it like this ...

1- Read an xml file entered by the user (Give the option to read Online or Offline).
2- Show all the games that the xml file contains.
3- Download the selected game (The rom) in the xml file.
4- Play the game.
5- Once the game has been played, allow to self-delete the downloaded roms through the xml file, keeping the game saved in the application.
6- Now, your console is clean, without roms.

I put an example of XML

<roms>
    <game>
        <name>Super Mario 64</name>
        <size>1043</size>
        <region>eur</region>
        <url>https://example.com/link/n64/Super Mario 64.gba</url>
    </game>
    <game>
        <name>Super Smash Bros</name>
        <size>1043</size>
        <region>usa</region>
        <url>https://example.com/link/n64/Super Smash Bros.gbc</url>
    </game>
    <game>
        <name>Pokemon Yellow</name>
        <size>1043</size>
        <region>usa</region>
        <url>https://example.com/link/gbc/Pokemon Yellow.gb</url>
    </game>
</roms>

Using the url you can get the game platform "gba", "gbc", "gb" and more...
It could be filtered by platform, region, etc.

Cheers

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

No branches or pull requests

1 participant