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

Fix splash screens #29

Closed
xovox opened this issue Dec 19, 2019 · 1 comment
Closed

Fix splash screens #29

xovox opened this issue Dec 19, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@xovox
Copy link
Owner

xovox commented Dec 19, 2019

This has been broken for a while now. Thankfully, I found a neat little tool & figured out how to use it! I'm so super clever! Look at me! Will any ever actually read this?!

this depends on the xml-twig-tools package

The following is really slow at 2 seconds on my straight 3B, but i can just cache the result so it'll be quick the next time.

xml_grep \
  --text_only \
  "/gameList/game[@id='mspacman']/image" \
  $HOME/RetroPie/roms/fba/gamelist.xml
@xovox
Copy link
Owner Author

xovox commented Dec 19, 2019

pi@retropie:~/RetroPie/roms/fba $ time xml_grep --text_only "/gameList/game[@id='mspacman']/image" gamelist.xml 
/home/pi/RetroPie/media/arcade/image/mspacman-image.png

real    0m2.103s
user    0m2.023s
sys     0m0.071s

@xovox xovox added the bug Something isn't working label Dec 19, 2019
@xovox xovox closed this as completed Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant