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 97.2k 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.
    • lilbudL
      lilbud @herb_fargus
      last edited by

      @herb_fargus Yes we can, I changed the selector to white, so all it takes is a color tag in the systems theme.xml

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

      Backlog: http://backloggery.com/lilbud

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

        @mattrixk Hermine? So powers out?

        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

          Also here is a quick dirty pic I took of what I've done with the current theme options. Sorry from my phone but the PC I was running ES on got slightly killed by a storm just now. 0_1472190171189_gridview1.jpg

          1 Reply Last reply Reply Quote 0
          • mattrixkM
            mattrixk
            last edited by

            @lilbud: That's looking really good.

            @jacobfk20: No worries mate, take your time. I hope your computer and everything else is okay. I should probably spend some time with the missus tonight anyway.

            Also, it looks from that pic that you've gotten the gridtile_margin sorted too.

            My ES themes: MetaPixel | Spare | Io | Indent

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

              @mattrixk There still is some issue. I had to do -0.05 and -0.08 or something. It'll hopefully be fully fixed tomorrow.

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

                @jacobfk20 Upload the theme.xml

                Is everyone getting hit by this storm?

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

                Backlog: http://backloggery.com/lilbud

                mattrixkM 1 Reply Last reply Reply Quote 0
                • mattrixkM
                  mattrixk @lilbud
                  last edited by

                  @lilbud said in Grid View EmulationStation Mod Ideas:

                  Is everyone getting hit by this storm?

                  I'm not :D , but then again, I'm in Australia, so...

                  My ES themes: MetaPixel | Spare | Io | Indent

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

                    @lilbud Sure I can upload it. I'll do it sometime this evening.

                    @mattrixk My linux box is back up and running. Just reinstalled xubuntu and rebuilt everything with the retropie setup script. I'll be pushing an x86 build in an hour or two.

                    Edit: Added x86 build to drive. It also has a slight modification to hopefully fix margin between tiles.

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

                      Pretty minor update tonight.

                      • Just changed how margin works between tiles. (margin of 0 0 will put tiles right next to each other)
                      • Tiles load slightly faster. (this is a simple number change, I slowly am able to increase this speed as things get more stable)
                      • The Dynamic Loader should not leave you "stranded." As in, if the user is hovering over an unloaded tile, it'll notice it's unloaded and force an update.

                      Both (rpi & x86) have already been pushed to my google drive.

                      @lilbud I also put my theme.xml in that folder as well. I had n64 set to gridsize 6p.

                      mattrixkM 1 Reply Last reply Reply Quote 0
                      • herb_fargusH
                        herb_fargus administrators @jacobfk20
                        last edited by

                        @jacobfk20 I was talking with another dev about the whole gridview thing: some exerpts our conversation:

                        in my opinion a good design would e to support custom grid resolutions (eg. fixed 5x3, or fixed 2 rows and "fill as much as possible horizontally" with some padding), and the box arts would then scale accordingly

                        in the code default and grid mode is a dcompletely different class, with their own variables and stuff
                        ideally, there'd be one view class, which'd just apply whatever theme you throw at it

                        I'm not super familiar with the backend and everyone has their own way of implementing things and I like what you've come up with thus far. I liked the mockup of what @lilbud posted where there is the infobox with metadata per game kinda like kodi. In terms of the code, The metadata is already there for the detailed view so in terms of the view class for the grid view I think as you said it should be simple enough to include those in theming like they are for the detailed theme and then people can set up their themes accordingly (e.g. with the material theme I could make the left side system panel a right side metadata panel like kodi)

                        I'm going to have to play around some more with theming with all your changes and see what I can come up with.

                        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

                        lilbudL 1 Reply Last reply Reply Quote 0
                        • mattrixkM
                          mattrixk @jacobfk20
                          last edited by

                          @jacobfk20 said in Grid View EmulationStation Mod Ideas:

                          Both (rpi & x86) have already been pushed to my google drive.

                          How do I use the x86 file? Do I just swap it for the one /opt/retropie/supplementary/emulationstation/ ?

                          My ES themes: MetaPixel | Spare | Io | Indent

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

                            @herb_fargus This is what I have been brewing up. I can't get any of the metadata to show.

                            undefined

                            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

                              @herb_fargus One of my end goals is to remove the "UI settings" from the gamelist menu. So I do want to give the themer the power to use detailed view elements with grid view and have complete control over the grid layout. Giving detailed list elements could possibly be done by just having gridview inherent from Detailed List view instead of ISimple List view. This will keep it in two different classes, me sane, and gridview will then have all possible elements.

                              @mattrixk You can do that. I think you can just run it with, from terminal, while cd'd to its dir.
                              ./emulationstation

                              @lilbud Liking the look. Metadata is not added. I will try to do that this weekend.

                              herb_fargusH lilbudL 3 Replies Last reply Reply Quote 0
                              • herb_fargusH
                                herb_fargus administrators @jacobfk20
                                last edited by

                                @jacobfk20 well carry on my good sir.

                                @lilbud I like the look (also saves me the trouble of rotating all the logos even though I already did)

                                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
                                • lilbudL
                                  lilbud @jacobfk20
                                  last edited by

                                  @jacobfk20 Okay, I thought it was something on my end.

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

                                  Backlog: http://backloggery.com/lilbud

                                  1 Reply Last reply Reply Quote 0
                                  • herb_fargusH
                                    herb_fargus administrators @jacobfk20
                                    last edited by herb_fargus

                                    @jacobfk20 also not sure if bug or feature but

                                    		<ninepatch name="gridtile_background"> 
                                    			<path></path>
                                    			<color>FFFFFF00</color>
                                    		</ninepatch>
                                    

                                    The above will segfault if there is no path or if the path doesnt resolve to a real file.

                                    Also the left align is cool and all but it makes the grid view seem off if the theme is centered and there is still a gap on the right but not on the left (not sure if thats due to the position defaulting at 0,0) but anyways I know you had mentioned the grid area as a whole is something you're still hashing out so I won't bug you too much about it right now

                                    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 1
                                    • J
                                      jacobfk20
                                      last edited by

                                      @herb_fargus I was able to reproduce that bug and it has been fixed. It'll be in the next build.

                                      Yeah, I'm still trying to figure out the best way to have the grid build itself. It's pretty difficult when every system has a different tile size and aspect ratio.

                                      A couple ways to make gridview be more uniform and look center is:

                                      • Have themer define a set grid size, such as 5, 3 and have grid view create tile size or take defined size and set its own margin
                                      • Take a themer's defined tile size and fit as many as it can in a grid and adjust margin accordingly.

                                      But go ahead and bother me with that. I'd like to know other solutions I could try.

                                      Also, thanks for reporting the bug :)

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

                                        @jacobfk20 So in the theme.xml, we can manually set a grid size and ES will automatically fit the grid?

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

                                        Backlog: http://backloggery.com/lilbud

                                        1 Reply Last reply Reply Quote 0
                                        • herb_fargusH
                                          herb_fargus administrators @jacobfk20
                                          last edited by herb_fargus

                                          @jacobfk20 thanks for fixing that.

                                          There are more or less two methods to build the grid as you said

                                          • define a max size for each boxart

                                          • define a grid of rows/columns and just have the boxart adapt accordingly

                                          • or a hybrid of both where you can define a grid and set a max size/ or dimension for each box art.

                                          This is also assuming that the grid container can be defined and the grid configs will work within those constraints.

                                          Eg if I've got a header/footer in my theme I should be able to define a 6x4 grid whether the container is the full screen or scaled down to fit within the header and footer

                                          Then as an added theming option you could have a padding option between images in the grid so that they are touching or have a gap between each game (around all 4 edges) which i guess is sorta related to defining a max size/dimension for boxart

                                          Also the dimension issue is why I use screenshots for my art with gridview

                                          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

                                            @lilbud It is only an idea right now. But it's one of my ultimate goals currently.

                                            @herb_fargus If I go with setting the grid to a set row and column then I'd like to add different sizes the themer could set up. like:
                                            <container name="grid_setCells_default"> 6 4 </container> // This would be the default size
                                            <container name="grid_setCells_big"> 4 2</container> // This is if user selects a bigger size.

                                            Maybe have small, medium, and large instead of the current 0-15p option in UI settings.

                                            herb_fargusH 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.