Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vtstech/rpigxl
- Owner: VTSTech
- Created: 2020-01-13T06:10:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T10:22:17.000Z (almost 5 years ago)
- Last Synced: 2023-10-22T13:17:35.297Z (about 1 year ago)
- Language: Shell
- Homepage: http://www.VTS-Tech.org
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 moreChangelog:
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 suppliedv0.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 Skyscraperv0.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