runcommand launching images for ANY theme
-
@lilbud I'm not sure if I convert any logo to a white version it will look good... Some logos has several colors. Example:
If the white logo is provided by the theme it's OK, but I'm not sure if applying a color to a logo would be cool...
-
<image name="background" extra="true"> <!---<tile>true</tile>---> <size>0 1</size> <pos>0.5 0.5</pos> <origin>0.5 0.5</origin> <path>./_art/whitehex.jpg</path> </image>
Good that you posted that code snippet! The problem is there!!
To get the XML data in my script I use a tool named
xmlstarlet
. This tool takes the XML Specification very seriously. :-)According to the comments section of XML Specification: "the grammar does not allow a comment ending in
--->
". And thexmlstarlet
doesn't recognize this string as closing comment string.That's the why my script is unable to create images for the pixel theme. I've submitted a PR fixing it, but @Rookervik needs to approve it.
-
That fixed it, for sure. I deleted that comment and it worked, mostly.
Launching image for "fba" created with success!
Launching image for "fds" created with success!
Launching image for "gamegear" created with success!
Launching image for "gb" created with success!
Launching image for "gba" created with success!
Launching image for "gbc" created with success!
Launching image for "mastersystem" created with success!
Launching image for "megadrive" created with success!
Launching image for "n64" created with success!
Launching image for "neogeo" created with success!
Launching image for "nes" created with success!
Launching image for "pcengine" created with success!
Launching image for "ports" created with success!
Launching image for "psx" created with success!
Launching image for "sega32x" created with success!
Launching image for "segacd" created with success!
Launching image for "sg-1000" created with success!
Launching image for "snes" created with success!Am I correct in thinking that it's only looking for the systems that have emulators installed, and even then only certain naming structures (megadrive over genesis, pcengine over tg16)?
-
-
@liquidzoo said in runcommand launching images for ANY theme:
Am I correct in thinking that it's only looking for the systems that have emulators installed, and even then only certain naming structures (megadrive over genesis, pcengine over tg16)?
It looks for the systems present in
/etc/emulationstation/es_systems.cfg
and ignoresretropie
(for retropiemenu).I don't know the trick to use genesis rather than megadrive...
-
That makes sense to me, thanks.
The trick for using one naming convention over the other has to do with the platforms.cfg file (that doesn't exist normally), but the es_systems.cfg file still only has one valid <name> section per emulator. Makes sense as to why it's only doing certain ones.
Not a concern to me, but I know that emulationstation itself looks for ~/.emulationstation/ entries before those in /etc/emulationstation/ Just an idea for your next update.
Thank you for the great work! Now to tweak to make sure the text will show up on my background (thank you for including valid color names there! Huge help!)
-
@lilbud those white logos are from which theme?
I mean, the script takes the logos from the system's theme.xml. -
@meleu Material theme. It was a pain to make them.
-
@lilbud said in runcommand launching images for ANY theme:
@meleu I was thinking that the system color, would be the background, and the logo would be white
Done! It results in some cool images, like these:
master system
megadrive
Update the script and run it with material. You'll see the images. ;-)
-
@meleu Ahhh, that's why you want me to make my theme XML compliant, even tho it's already ES complaint. I was wondering why you wanted me to make changes even tho there's no issues with ES. :P Considering I'd rather people not use my graphics since I've spent hundreds of hours on them, I may leave that change out. If I had just used someone elses' assets I'd fix it right up.
-
@Rookervik No problem bro. I was just making tests with my script with several themes and noticed that with the pixel xml files. Your launching images for pixel theme are far better than the generated ones. ;-)
Thanks for all your artwork!
-
Please, use the proper aspect ratio for the tronkyfran theme images , they look weird stretched ;)
-
@tronkyfran OK. I will fix it. Thanks.
-
@tronkyfran The resulting image has the 4:3 proportion. Are you OK with cropped images?
-
Very lovely progess on your script :) - Think that should be moved into a retropie package as well
-
@daeks said in runcommand launching images for ANY theme:
Think that should be moved into a retropie package as well
The code is a little messy and ugly for now. I'll try to make scriptmodule when I think the code is polished enough. :-)
Thanks again for your ImageMagick tricks.
-
@meleu could you make the text white? Where it says, "press a button to configure"
-
@lilbud just change the color to "white" in https://github.com/meleu/share/blob/master/generate-launching-images.sh#L43
-
@lilbud said in runcommand launching images for ANY theme:
@meleu could you make the text white? Where it says, "press a button to configure"
I'm planning to add a feature to let the user choose the colors, but if you are comfortable to editing files in Linux it's pretty simple to do what you want now. Just change the
press_a_button_text_color
fromgray50
towhite
. It's on the line 43. -
@tronkyfran no stretching anymore (and keeping the aspect ratio) ;-)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.