Navigation

    RetroPie forum home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    [New Theme] 'TFT' a theme made for small screens

    Projects and Themes
    240p tft screen theme themes theming
    6
    19
    7408
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • alphatoanant
      alphatoanant last edited by alphatoanant

      I am building a portable and wanted to take a shot a creating a theme that fits the size of a TFT screen (specifically 320x240 resolution)

      Design wise I am going for a layout that gives a small glimpse of the game selected and removes all other metadata to keep the views light.

      I am looking forward to hearing what you think. Thank you!


      Updates

      6/9/2017

      • Created new simplified system logos
      • Added new system logo to detail, video and basic views
      • Brought in controller artwork from the Carbon theme (all credits to Eric Hettervik and his work on the Carbon theme for them)
      • Updated System View with controller artwork
      • Updated position of image and video based on @felleg recommendation (important note: with these changes the theme requires the latest version of retropie/es running with z-index support - without that support the theme will look really wacky)

      Preview

      System View
      System View

      Detailed & Video View
      Detailed View

      Basic View
      Detailed View


      Details

      • this theme requires the latest version of retropie/es with z-index support - without that support the theme will look really wacky =)
      • Designed and tested at 320x240 resolution
      • Support for system, basic, detailed and video views
      • Detail view works best with game screenshots (please scrape screenshots instead of boxart to get the look seen in the image above)
      • If using on a pi1/zero please scrape game screenshots only (I have found videos only play smoothly on pi2/3)
      • A matching splashscreen is included in the _inc/images folder
      • I am not sure how to handle display of system logos on detail and video views - I kind of like the way it looks without them but I am still trying out options.

      Acknowledgments

      • Thank you to @jdrassa for fixing an issue in ES that allowed this layout to be possible
      • All controller graphics are from the default Carbon theme made by Eric Hettervik (see: https://github.com/RetroPie/es-theme-carbon/)

      Possible Future Updates

      • UXS profiles to streamline scraping
      • try displaying system logos in detail and video views - done

      Download: https://github.com/anthonycaccese/es-theme-tft

      edmaul69 angrydandy 2 Replies Last reply Reply Quote 9
      • numotiv
        numotiv last edited by

        Well I was going to do one of these but this looks great.

        1 Reply Last reply Reply Quote 0
        • edmaul69
          edmaul69 @alphatoanant last edited by

          @alphatoanant nice theme. Thanks for inadvertently letting me know there was a fix it felix jr rom available.

          herb_fargus 1 Reply Last reply Reply Quote 1
          • herb_fargus
            herb_fargus administrators @edmaul69 last edited by

            @edmaul69 airwalk studios did a great port of it

            1 Reply Last reply Reply Quote 1
            • numotiv
              numotiv last edited by

              Tried this on my crt tv and it was cut off on both the right and left sides. The font was also HUGE. I also tried the 4x3 version of the normal crt theme. Nothing is cut off but the meta is tiny. The titles them selves are fine but the description and ratings are unreadable.

              1 Reply Last reply Reply Quote 0
              • felleg
                felleg last edited by

                Looks dope, can't wait to try it, having a piTFT myself! Just wondering, it looks like the image displayed is only a cut of the left side of an original square image. Since the action usually (naively) happens in the middle, would the previews look generally better if you offset the image a bit so we can see the action in the middle? I don't know how hard it would be to do, but I'd be curious to see the outcome :)

                alphatoanant 1 Reply Last reply Reply Quote 1
                • alphatoanant
                  alphatoanant @felleg last edited by

                  @felleg great idea! With the new z-index ability I think I can make that work. Will take a shot at it this weekend and post results. Thank you.

                  1 Reply Last reply Reply Quote 0
                  • alphatoanant
                    alphatoanant last edited by

                    Updates 6/9/2017:

                    • Created new simplified system logos
                    • Added new system logo to detail, video and basic views
                    • Brought in controller artwork from the Carbon theme (all credits to Carbon's theme creator for them)
                    • Updated System View with controller artwork
                    • Updated position of image and video based on @felleg recommendations (important note: with these changes the theme requires the latest version of retropie/es running with z-index support - without that support the theme will look really wacky). Thank you @felleg - hope this looks good on your end.

                    Image position changes

                    • With the origin option, this turned out to be pretty straightforward to implement and I really like the look of it
                    • It's not perfect for every image but it does look better
                    • The biggest note though is the theme now requires the latest version of retropie/es with z-index support. To create the faux crop effect the image has to be positioned off screen and underneath the gamelist.

                    New System Logos

                    • For the size of the screen this is meant to be used on I decided to move towards a simpler text based logo for each system
                    • The result of this is that they all end up looking very similar but I am thinking through ideas on that as well (wondering if each system has some type of iconography that could be used after its name)
                    1 Reply Last reply Reply Quote 0
                    • felleg
                      felleg last edited by

                      Awesome update!! Will check it out whenever I can! P.s., what is the best way to scrape for screenshots instead of boxart?

                      alphatoanant 1 Reply Last reply Reply Quote 0
                      • alphatoanant
                        alphatoanant @felleg last edited by

                        @felleg I currently use UXS + screenscraper.fr (https://retropie.org.uk/forum/topic/5291/soft-universal-xml-scraper-v2-easy-scrape-with-high-quality-picture) with a custom profile to only scrape screenshots (among other metadata like name and description)

                        I uploaded the profile to github just now here:
                        https://github.com/anthonycaccese/es-theme-tft/blob/master/_inc/uxs profiles/no-video.xml

                        The specific part around scraping screenshots is...

                        <Element Type="Picture">
                        		<Source_Type>XML_Download</Source_Type>
                        		<Source_Download_Path>%Local_Path_File%</Source_Download_Path>
                        		<Source_Download_Tag>-screenshot</Source_Download_Tag>
                        		<Source_Download_Ext>jpg</Source_Download_Ext>
                        		<Source_Value>Data/jeu/medias/media_screenshot</Source_Value>
                        		<Target_Type>XML_Path</Target_Type>
                        		<Target_Path_Type>%XML_Path_File%</Target_Path_Type>
                        		<Target_Value>game/image</Target_Value>
                        	</Element>
                        

                        I have heard that selphs scraper also can work with screenscraper.fr but I need to check to see if that can also be configured to look up screenshots instead of boxart. I will see what I can find.

                        felleg 1 Reply Last reply Reply Quote 0
                        • felleg
                          felleg @alphatoanant last edited by

                          @alphatoanant thanks! I tried using uxs, but it kept crashing for some reasons unknown. If there's a way to do it with sselph's, that's the one if be interested in!

                          alphatoanant 1 Reply Last reply Reply Quote 0
                          • alphatoanant
                            alphatoanant @felleg last edited by

                            @felleg it looks like there is a way to prefer to screenshots when using sselph's scraper

                            Check out the flag "consoleImg" in https://github.com/sselph/scraper/blob/master/scraper.go
                            The default value is "b" (boxart) if nothing is set. "s" can be used to scrape for screenshots and you can comma separate a few values to define preference order.

                            It looks like it can only be set if you running it from the command line though

                            I did find this request that goes into another option of manually editing the defaults so you can run it from the gui - https://github.com/sselph/scraper/issues/130

                            Thinking of one of those approaches might work. Hope this helps.

                            Aks3n created this issue in sselph/scraper

                            open Request: "Prefer Screenshot" option exposed in retropie setup script #130

                            felleg 1 Reply Last reply Reply Quote 0
                            • felleg
                              felleg @alphatoanant last edited by felleg

                              @alphatoanant Thanks for this!
                              Luckily, I finally got the chance to test your test for real today. Man, I absolutely ADORE this theme. It's in my top 3 favorite themes as of yet. Can't wait to see it appear in the official RetroPie repo! It looks unbelievable on my TFT. Weird detail, but I like how vibrant the grid in the background looks. It's much more noticeable than the grid in your standard CRT theme (even when connected to HDMI), in comparison. It's a shame you're missing a few systems in there, like the 32x, dreamcast, N64 and DOS. Since there is no text, it's hard to pick the right system if they're missing ;)

                              I wish there was a quick way to change from boxart view to screenshot view, let me know if you know of a trick. Since like the automatic view mode is great at picking the few videos I have (and frankly is looks quite stunning with videos!).

                              Last little detail: I noticed on your github page, there are small arrows in the console select screen, but my version of the theme doesn't have theme. What happened to them? :P

                              alt text

                              alt text

                              Edit: last thing I noticed, my boxarts don't seem to be re-aligned in z (the suggestion you implemented), but it does re-align the videos. Is the re-alignment for videos and screenshots only, or is this a bug?
                              EDIT EDIT: Seems like it's only affecting "portrait" boxart, like NES and Genesis. SNES centers the image fine. Weird.
                              alt text

                              alphatoanant 1 Reply Last reply Reply Quote 0
                              • felleg
                                felleg last edited by

                                suggestion for your TFT theme! Since you had a CRT snow video for files with missing videos in your previous CRT theme, maybe you should do the same for this theme when a screenshot or a video is missing! :)

                                1 Reply Last reply Reply Quote 0
                                • alphatoanant
                                  alphatoanant @felleg last edited by

                                  @felleg thank you for your feedback and photos!

                                  I have made some updates...

                                  "missing a few systems in there, like the 32x, dreamcast, N64 and DOS"

                                  • I have added those 4 and committed the changes to github
                                  • if there are any others missing just let me know and I should be able to turn them around soon

                                  "I wish there was a quick way to change from boxart view to screenshot view, let me know if you know of a trick"

                                  • unfortunately, there isn't a way I know of. ES currently only looks for the <image> property in a gamelist so I believe whatever is defined for a given game is the image that will be displayed. I have seen some conversation of new media properties in other threads but that's likely a ways off.

                                  "I noticed on your github page, there are small arrows in the console select screen, but my version of the theme doesn't have theme. What happened to them?"

                                  • This is simply a miss on my part =)
                                  • I'll try to commit the code for this in the next week

                                  "last thing I noticed, my boxarts don't seem to be re-aligned in z (the suggestion you implemented), but it does re-align the videos. Is the re-alignment for videos and screenshots only, or is this a bug?"

                                  • This one is puzzling me =)
                                  • I have the use case set up in my test env but haven't wrapped my head around why its happening yet. Will keep digging

                                  "suggestion for your TFT theme! Since you had a CRT snow video for files with missing videos in your previous CRT theme, maybe you should do the same for this theme when a screenshot or a video is missing! :)"

                                  • The main reason I didn't implement was wanting games without a video to be able to fallback and display their screenshot
                                  • I am thinking of this though
                                  felleg 1 Reply Last reply Reply Quote 0
                                  • felleg
                                    felleg @alphatoanant last edited by

                                    @alphatoanant Thanks for your response! I will pull the newest version of the theme right away. Hype!

                                    1 Reply Last reply Reply Quote 0
                                    • angrydandy
                                      angrydandy @alphatoanant last edited by

                                      @alphatoanant Hey Anthony, i tried to get in touch with you via Instagram regarding your TFT theme. Now I found this post here :-) Is there any way i can message you?
                                      Cheers,
                                      Ale

                                      1 Reply Last reply Reply Quote 1
                                      • alphatoanant
                                        alphatoanant last edited by

                                        Found your message. Sorry for missing that, talk soon.

                                        angrydandy 1 Reply Last reply Reply Quote 1
                                        • angrydandy
                                          angrydandy @alphatoanant last edited by

                                          @alphatoanant Cheers!

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post

                                          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.