RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Grid View EmulationStation Mod Ideas

    Scheduled Pinned Locked Moved Ideas and Development
    grid viewemulationstatiomod
    148 Posts 21 Posters 94.3k Views
    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.
    • herb_fargusH
      herb_fargus administrators @jacobfk20
      last edited by

      @jacobfk20 sorry I didn't mean animated like colour wise, I meant like to scroll so you can read the rest of the title, same for the description text etc.

      If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

      Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

      1 Reply Last reply Reply Quote 0
      • J
        jacobfk20
        last edited by

        @herb_fargus Ah, I see. I'll have to look into that. May add it direct to TextComponent in a separate branch.

        1 Reply Last reply Reply Quote 0
        • J
          jacobfk20
          last edited by

          This update is mostly small things towards stability and clean up. It changes how Tiles are aligned so if things aren't appearing correctly for you after updating to this build you may need to remove grid_margin, or change it slightly (It acts more like padding now) If this change breaks your design, especially if beyond repair, please let me know. If you use a negative grid_margin it will be broken and you may want to wait for the next update.

          Here is a quick list of noticeable things:

          • Fixed bottom row tiles disappearing when selected from a diagonal angle.
          • Grid no longer renders tiles when exiting that system. (this fixes problems where tiles would overlap in other system views)
          • Folders are now fully functional. @lilbud
          • Added an icon just for folders
          • Tiles will now be perfectly aligned inside the specified grid size on both left and right sides. @herb_fargus
          • Under certain conditions a segfault can be encountered, which is more likely in a system with folders, if a user quick changes a system while moving the cursor and the grid is unloading tile textures. This would throw the loaded texture list off and would cause the dynamic loader to unload textures that don't exist. This has been fully fixed and the main reason this update took so long.

          As always there are x86 and arm builds available on my drive.

          1 Reply Last reply Reply Quote 0
          • lilbudL
            lilbud
            last edited by

            @jacobfk20 Is scrolling titles and descriptions working on grid view? Because nothing will scroll. Could it just be the Material Theme itself?

            Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

            Backlog: http://backloggery.com/lilbud

            1 Reply Last reply Reply Quote 0
            • J
              jacobfk20
              last edited by

              @lilbud I have never noticed the description wasn't updating. I'll get that fixed. Title scrolling may be a way off.

              1 Reply Last reply Reply Quote 0
              • pompitousofsethP
                pompitousofseth
                last edited by pompitousofseth

                @jacobfk20 I've been having trouble trying to get your version of emulationstation to work. I have copied your file from your drive, changed the permissions and copied the material.xml file to the material theme folder. Once I load ES it dumps me out the the terminal saying "Segmentation Error" Am I installing this wrong? Do I need to be on the latest RetroPie Install? Do you have instructions on how to exactly install your version? Any help would be great! Thanks!

                1 Reply Last reply Reply Quote 0
                • J
                  jacobfk20
                  last edited by

                  @pompitousofseth You didn't need to copy that material theme over. I just put that in there for a one time thing and I will now remove it. Go update your themes, especially material, in the retropie setup script and get the newest versions. If it still crashes on boot then please send me a copy of the es_log so I can see what is happening. located at ~/.emulationstation/es_log.txt

                  pompitousofsethP 1 Reply Last reply Reply Quote 0
                  • pompitousofsethP
                    pompitousofseth @jacobfk20
                    last edited by

                    @jacobfk20 Okay I will give it a try and let you know how it goes. I have to reload a backup first.

                    1 Reply Last reply Reply Quote 0
                    • J
                      jacobfk20
                      last edited by

                      @pompitousofseth You can just launch the setup script outside of ES.

                      pompitousofsethP 2 Replies Last reply Reply Quote 0
                      • pompitousofsethP
                        pompitousofseth @jacobfk20
                        last edited by

                        @jacobfk20 I did something else to my pi, that stopped it from booting. I make regular backups so I can revert to before I changed things!

                        1 Reply Last reply Reply Quote 0
                        • pompitousofsethP
                          pompitousofseth @jacobfk20
                          last edited by

                          @jacobfk20 That did the trick. I have one question though. Changing the grid size (small, normal, big) doesn't change the grid size. It that in the theme files or is it in the code for ES itself?

                          J 1 Reply Last reply Reply Quote 0
                          • J
                            jacobfk20 @pompitousofseth
                            last edited by

                            @pompitousofseth glad to hear it worked. Grid size must be supported by the theme. It'll default to 4x2 if no size is defined. Will be adding defaults for big and small some time.

                            1 Reply Last reply Reply Quote 0
                            • lilbudL
                              lilbud
                              last edited by

                              I updated the material theme, I'm slowly getting back into working on it. The selected background is solid and will match the system color in due time. And all metadata is added on the sidebar. Description still doesn't scroll. But who ever wants to test, (or help me apply these changes to all the systems besides Game Boy.) Just update through the setup script

                              Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                              Backlog: http://backloggery.com/lilbud

                              pompitousofsethP 1 Reply Last reply Reply Quote 0
                              • J
                                jacobfk20
                                last edited by

                                @lilbud I currently have the description scrolling. It will be in the next update I post. I will also update and check out your theme here in a few. :)

                                1 Reply Last reply Reply Quote 0
                                • pompitousofsethP
                                  pompitousofseth @lilbud
                                  last edited by pompitousofseth

                                  @lilbud looks great, one suggestion though, add color to the md_rating field in the material.xml file so the stars match the metadata text.

                                  Also what did you need help with? I've edited all of the files so the colors match.

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    jacobfk20
                                    last edited by

                                    Time for a new update! This one mostly focused on fixing boxart aspect ratio from being broken.

                                    • Boxart Ratio scaling is fixed (expanding and shrinking)
                                    • Grid Tiles no longer break boxart aspect ratio (Maybe by a few pixels in some scenarios)
                                    • Grid_margin works better. (note: Increasing margin will shrink Tiles so they will fit into the defined Grid size)
                                    • md_description will now scroll
                                    • Increased texture loading speed. (this could cause slowdown. Let me know)
                                    • Missing boxart icon is now changeable in theme. See "missing_boxart" in GRIDTHEME for info.

                                    You can grab the update from the drive. (ARM and x86)

                                    lilbudL 1 Reply Last reply Reply Quote 1
                                    • lilbudL
                                      lilbud @jacobfk20
                                      last edited by

                                      @jacobfk20 Well, good job. You single handedly screwed up my theme. The right side bar no longer exists, grid view is back to how it was when you first released this mod. And what ever you did to ninepatch gives be the basic white theme for ES

                                      Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                      Backlog: http://backloggery.com/lilbud

                                      1 Reply Last reply Reply Quote 0
                                      • J
                                        jacobfk20
                                        last edited by

                                        @lilbud I just updated to your latest theme and you have a <color> property in a rating element. ES, vanilla or this mod, does not support <color> in a rating element. Remove that and it'll work just fine.

                                        lilbudL pompitousofsethP 2 Replies Last reply Reply Quote 0
                                        • lilbudL
                                          lilbud @jacobfk20
                                          last edited by

                                          @jacobfk20 But what about ninepatch? I get a wall of text on the console about ninepatch. Does the gamelist have a right sidebar with the metadata?

                                          Creator of the Radiocade: https://retropie.org.uk/forum/topic/6077/radiocade

                                          Backlog: http://backloggery.com/lilbud

                                          1 Reply Last reply Reply Quote 0
                                          • pompitousofsethP
                                            pompitousofseth @jacobfk20
                                            last edited by pompitousofseth

                                            @jacobfk20 do you have the last version in your drive. My theme I made doesn't work at all. :(

                                            Did you get rid of the small, normal, big grid sizes? I was using the big size to change the number of tiles.

                                            Also I get the color error for the ninepatch elements, but I can't see anything in the themes anyways.

                                            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.