Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vtstech/rpigxl

rpigxl - RetroPie gamelist.xml Art Injector
https://github.com/vtstech/rpigxl

Last synced: 3 days ago
JSON representation

rpigxl - RetroPie gamelist.xml Art Injector

Awesome Lists containing this project

README

        

# rpigxl - RetroPie gamelist.xml Art Injector



Usage:

./rpigxl.sh -type video -core snes -art /opt/retropie/configs/all/emulationstation/downloaded_media/snes/videos/

* rpigxl.sh assumes you have generated an empty gamelist.xml use -gen to do this *

-core specify single core, all lowercase ie: nes, snes, psx, arcade
-gen Generate empty gamelist.xml using SkyScraper, Requires -core be set
-art full path to directory with art, do not use .
-type XML Tag to replace, Supported values: image, video
-v verbosity level, 1 displays found matches use -vv for more

Changelog:

v0.1-alpha4

Added missing to generated xml

v0.1-alpha3

Added second verbosity level
minor code cleanup
Added missing Skyscraper -s import before generation
Error Handling: Now quits when not enough arguments supplied

v0.1-alpha2

Now copies generated gamelist.xml to the emulationstation folder when finished, prompting user to overwrite.
Added -gen option to generate empty gamelist.xml using Skyscraper

v0.1-alpha1

Now supports various command line arguments.
No longer removes gamelist.xml recurisvely
Now supports both and tags
Core specified in command line now.
Added information about intended gamelist.xml preparation
Added GitHub link