• 0 Votes
    4 Posts
    1k Views

    @rasp_renegade said in Good themes for vertical arcade cabinet:

    I think I saw these but there is nothing to download just a bunch of links with flat files . ??? How do I download them and how would I add to ES?

    @rasp_renegade looks like these aren't in the theme installer, so you'll have to clone them manually off the GitHub. Plug in a keyboard and press F4 to exit EmulationStation, or remote in from your favorite SSH client (I use the Termius app on my phone, or just type ssh pi@retropie.local in the search bar on my Win10 PC to use its built-in client. Connect as user "pi" to server "retropie.local", and the password is "raspberry" if you haven't changed it yet. You'll be presented with a security certificate the first time you connect to/from a particular pair, go ahead and accept this so you may continue.)

    Either way, you should now be at a command prompt now that looks like:

    pi@retropie:~ $

    Use the following commands to create and navigate to the themes directory and clone the GitHub repository there, using the first one as an example:

    mkdir -p ~/.emulationstation/themes cd ~/.emulationstation/themes git clone --depth=1 https://github.com/losernator/es-theme-ssimple-ve ssimple-ve

    Adding the second "ssimple-ve" at the end clones it into that directory instead of one called after the repo with "es-theme-" in front. You can call it something else, if you want. Whatever you write after the repo URL will be the directory it's cloned into and that will be the name that's used in EmulationStation.

    After it downloads, just type exit to either leave the terminal and return to ES, or to terminate the SSH session (or you can just close the app/window). You should now be able to select the theme ssimple-ve in ES's options menu (I can't remember, you might need to restart it first, if you were remoted in.)

  • 6 Votes
    5 Posts
    2k Views

    @mode11 said in SSIMPLE V theme for vertical screen:

    or could the last half-displayed line of text be cut off or covered (as appears to be the case for Grid View, judging by your screenshot)?

    Thank you for detailed feedback.

    Unfortunately OMX video override theme image. if you enable OMX playback, video would be on top always. that i can't help I just change video size as you said. you are right it's better looking You can hide thumbnail tag by editing theme.xml file- about line 209
    wrap with "<!--" and " -->" list and bottom buttons are just fine with me but I edited it just in case. I know currently grid view does not work on Pi4.
    Performance is not guaranteed, but it will work in the development version of ES - you may need to change VRAM LIMIT high enough.

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.