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

Added Miyoo frontend support #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

nicjansma
Copy link

Adds miyoogamelist.xml frontend support (for Onion OS on Miyoo Mini devices).

miyoogamelist.xml is like gamelist.xml for EmulationStation, but only supports <path>, <name> and <image> for each <game>.

e.g.

<?xml version="1.0"?>
<gameList>
  <game>
    <path>./3-D Tetris (USA).7z</path>
    <name>3-D Tetris (USA)</name>
    <image>./Imgs/3-D Tetris (USA).png</image>
  </game>
...

OnionOS also assumes media (screenshots) will be in an Imgs/ subfolder. No other media is supported, and this change allows a frontend to specify NULL for paths (such as marquees or covers) so they won't get created/written.

@nicjansma
Copy link
Author

Example usage;

Fetching data via ScreenScraper

Skyscraper -p nes -s screenscraper -u USERNAME:PASSWORD --flags relative,unattend -i /YOURSDPATH/Roms/FC -d /YOURCACHEDIR/nes

Generating a Miyoo-compatible miyoogamelist.xml and Imgs/ directory

Skyscraper -p nes --flags relative,unattend -i /YOURSDPATH/Roms/FC -d /YOURCACHEDIR/nes -f miyoo

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

Successfully merging this pull request may close these issues.

1 participant