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

    Please Test: Creating Custom Collections

    Scheduled Pinned Locked Moved Ideas and Development
    collectionsemulationstatiogame collection
    198 Posts 20 Posters 80.5k 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.
    • ohmycommodoreO
      ohmycommodore @pjft
      last edited by

      @pjft What needs to be done to install and test this out? I download the binary above, then how to install it? Also, when this gets through beta and is rolled into the main release, will this beta version simply become the final release via updating?

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

        @tmntturtlguy Thanks, it's perfect!

        All: I updated the binary to address two small issues that you likely wouldn't experience, but that would misbehave nonetheless. If you had already downloaded the binary, please re-download if possible. They weren't in any way critical - just small edge cases that weren't fully covered.

        @ohmycommodore This applies to you, please re-download the binary if you have the chance :)

        To install it, you can do the following on your Pi's terminal. First, exit ES, then:

        mkdir /home/pi/tmp-es
        cd /home/pi/tmp-es
        rm emulationstation
        wget https://github.com/pjft/EmulationStation/releases/download/0.2/emulationstation
        chmod +x emulationstation
        

        At this stage, you can run it from here by typing ./emulationstationbut, as I mentioned earlier, keyboard inputs when running from the terminal may/will be sent to the terminal, so you likely won't be able to name your own collections.

        If you'd want to replace your version of ES, continue with the following commands:

        cd /opt/retropie/supplementary/emulationstation
        sudo cp /home/pi/tmp-es/emulationstation /opt/retropie/supplementary/emulationstation
        

        and then reboot.

        If you want to revert to the main ES version, just install from binary, from RetroPie-Setup.

        And yes, when this makes it into the main branch, updating ES from RetroPie-Setup will replace this version.

        But for that to happen, we need a lot of people to test this to make sure it's all sound. :)

        Also, remember to use a compatible theme for best performance - refer to this excellent thread maintained by @cyperghost .

        Thanks!

        1 Reply Last reply Reply Quote 0
        • HurricaneFanH
          HurricaneFan @pjft
          last edited by

          @pjft In the new Custom Collections section that has a list of each collection, can that be themed? Right now I don't see much when testing it using the Art Book theme.

          0_1501004125294_customcollection.png

          TMNTturtlguyT pjftP 2 Replies Last reply Reply Quote 1
          • TMNTturtlguyT
            TMNTturtlguy @HurricaneFan
            last edited by

            @hurricanefan see this post for a list of themes that have the custom-collections system theme as well as the default system theme. link

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

              @hurricanefan That does seem to be the theme for that system/section.

              Those folders aren't meant to have any metadata other than the name. The fact that those folders do not have metadata means they show up as empty elements - same as if you had a system with folders.

              If you use another theme (try ComicBook, for instance) you'll see what I mean, for the time being.

              HurricaneFanH 2 Replies Last reply Reply Quote 1
              • pjftP
                pjft
                last edited by pjft

                I could try (no promises) to make them adopt the metadata of one of the games within. Perhaps the first on the list. Just so that's not as barebones.

                EDIT: My concern is that then people ask why is it claiming to have the wrong genre/stars/player number/video/image/whatever to what they expect. Thoughts or comments? I could make it random each session, but the problem still holds.

                I'm not sure whether this is something worth investing in at the moment, but open to feedback on any of these options.

                1 Reply Last reply Reply Quote 0
                • HurricaneFanH
                  HurricaneFan @pjft
                  last edited by

                  @pjft Let me test with ComicBook to see the difference.

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

                    @hurricanefan or maximuspie, that's also a good one.

                    cyperghostC 1 Reply Last reply Reply Quote 0
                    • cyperghostC
                      cyperghost @pjft
                      last edited by cyperghost

                      @pjft or IO-theme ;)

                      Did you remember this one? Thank you very much for creating this?

                      But I've two questions

                      1. We enable edit via select-button in games collection, so we can add games by pressing Y. Why not disable editing mode by pressing just select in the main caroussel as well as in any gamelist? I think that will short down editing mode
                      2. Do you think about possible adding a system custom-collection to our ROMs storage and place an txt file in? So we can add custom systems without needing a keyboard? Just by editing it with SSH or even any txt-editor on Windows/Mac?

                      Bug report:
                      Last system (Super Nintendo in my case) is also treated as Custom Collection!
                      It shows correct Game numbers in main caroussel but if I enter then I see Custom Collection! If I enable "sort custom collections" it works!

                      pjftP HurricaneFanH 2 Replies Last reply Reply Quote 0
                      • pjftP
                        pjft @cyperghost
                        last edited by pjft

                        @cyperghost

                        1. Because you may want to access the select menu within the process, namely for filtering or sorting. This is not different to having the button add a game to favorites - it's just that it's assigned to a specific connection.

                        2. Not planning on doing that as a XML file or supporting that use case directly. But the collections are stored as a file under ~/. emulationstation/collections, and these may be what you're looking for already. But edit them at your own risk. :)

                        1 Reply Last reply Reply Quote 1
                        • HurricaneFanH
                          HurricaneFan @cyperghost
                          last edited by

                          @cyperghost From what I could see, Collection lists are stored here:
                          /opt/retropie/configs/all/emulationstation/collections
                          Or
                          /home/pi/.emulationstation/collections

                          There is a file for each collection with the path to each rom in the collection stored in a cfg file.

                          cyperghostC 1 Reply Last reply Reply Quote 2
                          • cyperghostC
                            cyperghost @HurricaneFan
                            last edited by cyperghost

                            @hurricanefan Thx
                            @pjft I edited posting but I repost here

                            Bug report:
                            Last system (Super Nintendo in my case) is also treated as Custom Collection!
                            It shows correct Game numbers in main caroussel but if I enter then I see Custom Collection! If I enable "sort custom collections" it works!

                            HurricaneFanH pjftP 2 Replies Last reply Reply Quote 0
                            • HurricaneFanH
                              HurricaneFan @cyperghost
                              last edited by

                              @cyperghost I had your bug today too. I thought it was a weird thing with me switching themes but wasn't sure.

                              cyperghostC 1 Reply Last reply Reply Quote 0
                              • cyperghostC
                                cyperghost @HurricaneFan
                                last edited by cyperghost

                                @hurricanefan You can enable/disable the bug by "sort custom systems and collections" on/off, can you confirm?
                                Then you need to open your last regular system ... mine is Super Nintendo

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

                                  @cyperghost @HurricaneFan hmm. Thanks for the report.

                                  I can confirm that that's certainly not the case all the time, so I need a bit more information there.

                                  Any steps to replicate it from the start of EmulationStation, and what collection options (sort? Group? How many auto, and custom ones - both themed and unthemed) and theme you're using?

                                  I have a few ideas where that may be happening, but pointers would certainly help.

                                  Thanks!

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

                                    @cyperghost so, with sorting on it has the bug? I'm happy to remove that option :p

                                    Joking aside: and if you restart ES with the option in the same state, does the problem still occur on loading or is it just if you toggle the option in the session?

                                    cyperghostC 1 Reply Last reply Reply Quote 0
                                    • HurricaneFanH
                                      HurricaneFan @pjft
                                      last edited by

                                      @pjft
                                      I see the same thing with the Comic Book theme.
                                      0_1501008823987_customcollection-comic.jpg

                                      Would I be able to scrape data for this section? So it doesn't list empty fields on the right of whatever theme I'm using?

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

                                        @hurricanefan no scraping. But I'll follow one of the approaches I mentioned in my previous post and come up with something based on the content of the collection as a compromise. Would that work?

                                        HurricaneFanH 1 Reply Last reply Reply Quote 2
                                        • cyperghostC
                                          cyperghost @pjft
                                          last edited by cyperghost

                                          @pjft You have luck, I can replicate!
                                          if you restart ES fresh!
                                          I have enabled all 3 auto-system
                                          I have already 2 collection system (manually) added
                                          I have already 0 custom collections from theme

                                          Group unthemed custom collection is ON
                                          Sort custom system and collections is ON
                                          Last system >> Super Nintendo in my setup = custom collection

                                          Sort custom system and collections is OFF!
                                          Last system >> Super Nintendo in my setup = Super Nintendo

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

                                            @cyperghost do you mean one of them to be off instead? :)

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