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

    Favorites for EmulationStation

    Scheduled Pinned Locked Moved Ideas and Development
    emulationstatiofavouritestestingfilter
    115 Posts 15 Posters 51.6k 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.
    • mattrixkM
      mattrixk @Serj Targarien
      last edited by

      @Serj-Targarien that's an interesting way to do things, but making custom fonts is a bit of a pain in the butt.

      My ES themes: MetaPixel | Spare | Io | Indent

      pjftP 1 Reply Last reply Reply Quote 1
      • pjftP
        pjft @mattrixk
        last edited by

        @mattrixk @Serj-Targarien @Zigurana is it a custom font, or an icon that replaces it?

        Custom fonts, I agree, would not be something I'd be comfortable on enforcing or recommending.

        S 1 Reply Last reply Reply Quote 0
        • S
          Syhles @pjft
          last edited by

          @pjft
          Font.

          pjftP 1 Reply Last reply Reply Quote 0
          • pjftP
            pjft @Syhles
            last edited by

            @Syhles well, that's... unfortunate.

            1 Reply Last reply Reply Quote 0
            • Z
              Zigurana
              last edited by

              An advantage of having a custom font is that it is fully in the hands of themer, and end-user to set it up how they like.
              Maximum flexibility for those who want to tinker.
              Apparently others have managed to do this for the NES-mini theme, so they should be able to create a guide.
              The alternative would be for one of us to extend the textlistComponent to include an additional asset (icon) for entries/lines. Which would need to be themable if we want to enable themers to adjust it to their needs. I doubt we would be able to make that strategy any easier to use, or efficient to run, but I might be wrong.

              If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

              pjftP mattrixkM ruckageR 3 Replies Last reply Reply Quote 1
              • pjftP
                pjft @Zigurana
                last edited by

                @Zigurana Sure. I suppose my concern is always "what about themes that don't have a custom font, how will the folder be rendered"?

                Maybe that solution is obvious to those who are already using such features, but it's unclear to me how we would keep folders in simple (i.e. non-custom-font) themes looking fine. :)

                1 Reply Last reply Reply Quote 1
                • N
                  nevsan
                  last edited by

                  I'd love there to be a way of adding a folder, say making an OUTRUN folder which contains all the versions of that game from other systems inside for easy play. This way there would be a stock image for the 'folder' then when clicked inside, get the usual media displayed for each game (like usual).

                  This possible? I suppose its like adding videos to playlists in Youtube.. with a similar way of implementation.

                  pjftP 1 Reply Last reply Reply Quote 0
                  • pjftP
                    pjft @nevsan
                    last edited by

                    @nevsan You can currently do that. Just make sure the Gamelist has the folder entry, with the right metadata and such.

                    N 1 Reply Last reply Reply Quote 0
                    • N
                      nevsan @pjft
                      last edited by nevsan

                      @pjft Oh does it? My apologies. Would I have to add the game manually via the gamelist text file though, rather than when I see them in other system lists and then 'add to [foldername]'?

                      pjftP 1 Reply Last reply Reply Quote 0
                      • pjftP
                        pjft @nevsan
                        last edited by

                        @nevsan No need to apologize!

                        You would need to do that on the file system, though, and edit your gamelist accordingly - that is correct. EmulationStation is not a rom/file manager solution, it just has minimal support for metadata editing and file deleting, but not moving things around.

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

                          @Zigurana, @pjft:

                          The basic <textlist name="gamelist"> looks like this:

                          <textlist name="gamelist">
                            <selectorColor>FFFFFF40</selectorColor>
                            <selectedColor>FFFFFF</selectedColor>
                            <primaryColor>FFFFFF</primaryColor>
                            <secondaryColor>DDDDDD</secondaryColor>
                            <size>0.280 0.670</size>
                            <pos>0.020 0.220</pos>
                            <fontPath>./_inc/font/Roboto-Light.ttf</fontPath>
                            <fontSize>0.035</fontSize>
                            <lineSpacing>1.5</lineSpacing>
                            <horizontalMargin>0.01</horizontalMargin>
                            <alignment>left</alignment>
                          </textlist>
                          

                          How difficult would it be to add a couple of extra properties to it like this:

                          <textlist name="gamelist">
                            <folderIcon>./_inc/img/folder_icon.png</folderIcon>
                            <folderPosition>top</folderPosition>
                            or
                            <folderPosition>inline</folderPosition>
                          </textlist>
                          

                          We could even wrap them in<feature supported="awesomeFolders"> to preserve backwards compatibility.

                          My ES themes: MetaPixel | Spare | Io | Indent

                          pjftP 1 Reply Last reply Reply Quote 1
                          • pjftP
                            pjft @mattrixk
                            last edited by

                            @mattrixk well, if we're naming the section awesomeFolders, there's no way I can decline that offer.

                            :)

                            I'm not a professional themer (yeah, that's now a thing), but I'd expect you'd want to have a bit more control over the position of the folder icon, relative to the particular line element? Unsure what that would effectively entail or how it'd work in reality, but just a thought.

                            That being said, it'd be easy then to extend it to adding a star for the favorites, and the teddy bear for the kid friendly games as well, should one want to add them to the theme.

                            alt text

                            TMNTturtlguyT 1 Reply Last reply Reply Quote 2
                            • TMNTturtlguyT
                              TMNTturtlguy @pjft
                              last edited by

                              @pjft are we making theme requests now! This post is on topic, but also strays just a bit, sorry, it all links back to the folder icon.

                              A few things about this, and maybe @Nismo @ruckage or others who are working on themes now can add to this, but I am not sure I would want an image file within the textlist, or if this is even possible. I personally want to keep my <textlist> exactly that, text.

                              Now to add to this a bit, one thing that I have wanted for awhile is to be able to add more meta data image fields. Now that we have video and marquees and the standard image, it would be great to add 1 or 2 more meta data image fields. That way we can have a screenshot and boxart both displayed. Could we possibly create a medadata image for the folder icon? "md_icon" This could then be added to the gamelist and or theme.xml. We could then add whatever icon you want to the gamelist and locate it as an image that would appear when you scroll to that game in the gamelist. Thus we keep the text field separate from the images.

                              Not sure any of this is feasible, but i propose seeing if we can add these meta data fields:

                              md_icon (this could be for favorites)
                              md_thumbnail (this would be a screenshot)
                              md_wheelart (so we can have marquee and wheelart as separate elements)

                              pjftP 1 Reply Last reply Reply Quote 2
                              • pjftP
                                pjft @TMNTturtlguy
                                last edited by

                                @TMNTturtlguy Not necessarily here - I think here was more about how to best render the "star" icon for the favorites that @Zigurana was trying to implement in this "Favorites" change :)

                                Nonetheless, all your change requests sound reasonable. I believe there's a massive thread where like-minded theme creators are having those conversations. @Zigurana , @mattrixk - is this the latest thread where those requests and conversations are being added and discussed? Or is there a running Google doc?

                                Definitely echo these there, as I'm sure they'll benefit from the discussion and design conversations :)

                                Thanks!

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

                                  Personally I'm not keen on requiring specific fonts for rendering folder icons, but them again I don't know if I have a better solution than what's been proposed either. Also I don't use folders so my opinion doesn't count much at that rate!

                                  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
                                  • Z
                                    Zigurana
                                    last edited by

                                    Some inspiration :
                                    The guys over at the Recalbox branch of ES have just committed a change that hardcodes a specific glyph to be used as a fav icon for each system.
                                    These glyphs are pulled from the large web awesome font collection, which can cater to a large number of icon related use-cases.

                                    If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

                                    pjftP 1 Reply Last reply Reply Quote 2
                                    • DarkWolfD
                                      DarkWolf
                                      last edited by DarkWolf

                                      I think I'am missing something here (I kinda feel stupid right now):
                                      So I tryed to install your es build but it doesn't seam to change anything...
                                      I followed the steps to make the emulationstation file and installed it (over an existing emulationstation build). But I don't see a change at all...
                                      The emulationstation version is now V2.1.4 RP which is correct I think.. Do I have to do something now?

                                      System: Raspberry 3 Model B, RetroPie 4.2.1
                                      Storage: 16gb Micro SD, 64gb USB Drive
                                      Theme: Updated NBBA

                                      Documentation solves many problems: https://retropie.org.uk/docs/

                                      Z 1 Reply Last reply Reply Quote 0
                                      • pjftP
                                        pjft @Zigurana
                                        last edited by

                                        @Zigurana ...a favicon? Do you mean a favorites icon per system?

                                        I imagine that's good overall, but without seeing it in action, I struggle to grasp the full extent of that change for the users and for the theme makers :/ Is there a video or set of images I could reference to better understand what we're considering?

                                        Anyway, to avoid scope creep, maybe we could break down the "implementing favorites with the old metadata icon in the theme data", for feature parity with ES Kids, and then maybe "customizing games list and theme with further icons for folders and favorites"?

                                        Just a thought, as I don't want you to lose momentum here :)

                                        Z 1 Reply Last reply Reply Quote 1
                                        • Z
                                          Zigurana @DarkWolf
                                          last edited by

                                          @DarkWolf you sure you got the favorites dev branch, and not the master branch?
                                          The version# should be "2.1.8rp".

                                          If tetris has thought me anything, it's that errors pile up and that accomplishments dissappear.

                                          DarkWolfD 1 Reply Last reply Reply Quote 2
                                          • DarkWolfD
                                            DarkWolf @Zigurana
                                            last edited by DarkWolf

                                            @Zigurana Oh, well, that's embarassing...
                                            Not using github that much, so I thought https://github.com/zigurana/EmulationStation.git would be the correct link to clone it... Isn't it? Ok, no it isn't... wow...
                                            I got it now, I think, thanks for answering

                                            System: Raspberry 3 Model B, RetroPie 4.2.1
                                            Storage: 16gb Micro SD, 64gb USB Drive
                                            Theme: Updated NBBA

                                            Documentation solves many problems: https://retropie.org.uk/docs/

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