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

    EmulationStation Fork?

    Scheduled Pinned Locked Moved Ideas and Development
    41 Posts 14 Posters 21.7k 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.
    • B
      ben_thatmustbeme
      last edited by

      Yes Herdinger has said he is still interested but does not have time right now. To me, that equates to no active leadership to a project. Herdinger is also saying that they need unit tests as first priority, which is a good thing to add, but not really how you get new people interested in a project.

      Don't get me wrong, I am reviewing every difference between Herdinger branch and my own. And bringing in any of them that don't break on the pie. There are some good additions in there and it's a pretty easy task to merge changes between them.

      As far as project stewardship i'd certainly be happy to keep it under retropie's control. I think that makes a lot of sense for centralization and long term maintainability. But let's start out externally and see if we can maintain a stable level before suggesting anything like that. Note that a name change is a matter of a single text document. I forked from retropie's code base, so it would be trivial to make a PR to a branch under that.

      Honestly, there is no reason to not have multiple forks, especially since I am going to focus mainly on retropie. Retropie's version has already diverged from Herdinger's in a few ways before I start changing anything. Herdinger can deal with the extra work of maintaining on multiple os's, by focusing on pie, a small dev team becomes realistic for maintaining a project.

      herb_fargusH 1 Reply Last reply Reply Quote 2
      • ZombieRobotZ
        ZombieRobot
        last edited by

        I'm keen to help in any way i can.
        I don't have any programming skills but have a background in coding skins for kodi and i'm sure i can handle some bug testing if a fork gets off the ground again and would love to see some more flexibility in the theming department mainly the ability to add a second or third image in relation to the current focused game (See Here) fingers crossed we can getsome momentum behind this awesome project again.

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

          @ben_thatmustbeme just remember that RetroPie can also be installed on a Linux pc so it would be useful to maintain compatibility with both platforms.

          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

          B 1 Reply Last reply Reply Quote 1
          • B
            ben_thatmustbeme @herb_fargus
            last edited by

            @herb_fargus certainly. That won't be an issue. Especially since my home machine is Gentoo Linux and that's where all my development will really happen.

            1 Reply Last reply Reply Quote 1
            • KeiganK
              Keigan
              last edited by

              If anything, can we lose the white bar on the systems select menu? When theming it's the most annoying part considering you cannot remove it and have to try and implement into the design.

              Also when using the slide option, instead of getting to the far right and having it go left to the start, can it endlessly loop around?

              And allowing more images and such in the gameslist, for screen shots, etc. This is also for theming if people care to use it.

              Those would be things I'd like to see, but if you change the whole thing, and have the grid, option, etc these likely won't even be an issue.

              Thanks,

              1 Reply Last reply Reply Quote 0
              • P
                pcal
                last edited by

                Hi. Sorry to necro the thread but I'm also interested in the future of EmulationStation development. I recently made a fork to add a small enhancement that I wanted:

                https://github.com/pcal43/EmulationStation

                I'd be interested in contributing this and other fixes but it doesn't really seem like there's a place for them to go.

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

                  @pcal what did you do specifically?

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

                  Backlog: http://backloggery.com/lilbud

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

                    @pcal: aiui we're accepting well-tested PRs which do not add/change major functionality against https://github.com/RetroPie/EmulationStation

                    This is more of a stable/maintenance branch for RetroPie than any sort of forward-thinking development branch

                    Unless someone steps up and truly takes over ES development, compiles all the little mods out there into one stable tree, and stewards the project and its community moving forward, major ES changes are unlikely to occur

                    @lilbud look at the changelog:

                    https://github.com/pcal43/EmulationStation/commit/a9e801c6ff53559f29e86bd2128d24a677d284f2

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

                      Could you explain this in English? I don't speak code

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

                      Backlog: http://backloggery.com/lilbud

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

                        @lilbud

                        add support for 'collapsing' games that live in their own directory

                        I guess that if a game is like:

                        roms/psx/Castlevania SotN/Castlevania SotN.bin
                        roms/psx/Castlevania SotN/Castlevania SotN.cue
                        

                        Then you can collapse it down to just have one neat menu entry for that game, instead of having to go into the directory and then launch the game.

                        1 Reply Last reply Reply Quote 1
                        • P
                          pcal
                          last edited by

                          Then you can collapse it down to just have one neat menu entry for that game, instead of having to go into the directory and then launch the game.

                          Yes, exactly.

                          Some of those PSX games have lots of files (20+) and merging them into an .iso doesn't always work. I really don't like tossing all of those files from different games in the same directory. I guess I'm kind of OCD about stuff like this. :)

                          Anyway. So, yes, an extremely minor change. :) But I'm happy to clean it up and submit it to the RetroPie branch if there's interest.

                          herb_fargusH suprjamiS 2 Replies Last reply Reply Quote 0
                          • herb_fargusH
                            herb_fargus administrators @pcal
                            last edited by

                            @pcal that's the main reason we removed bin as an extension from psx. Just a diff way of filtering. You can submit your case on the RetroPie github fork of emulationstation for discussion

                            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

                            P 1 Reply Last reply Reply Quote 0
                            • suprjamiS
                              suprjami @pcal
                              last edited by

                              @pcal Another way to work around this is to use PSX2PSP files:

                              https://github.com/RetroPie/RetroPie-Setup/wiki/Playstation-1#multi-disc-games-or-cd-image-not-working

                              1 Reply Last reply Reply Quote 0
                              • P
                                pcal @herb_fargus
                                last edited by

                                Thanks for the replies everyone

                                @pcal that's the main reason we removed bin as an extension from psx. Just a diff way of filtering.

                                Right. Which totally makes sense.

                                I just wanted to take it a step further, giving myself the option to keep each game in a subfolder on disk while having them appear at the top level in the ES menus

                                Another way to work around this is to use PSX2PSP files:

                                Ah, that's an interesting trick, didn't think of that.

                                You can submit your case on the RetroPie github fork of emulationstation for discussion

                                Ok. Let me clean up my change and I'll try to get a pull request submitted this weekend.

                                1 Reply Last reply Reply Quote 1
                                • vbsV
                                  vbs
                                  last edited by

                                  Regarding the PSX files: for me it worked for multi-bin/apes-games to merge them all into a single bin. So every game ends up with one bin and one cue.
                                  These tips here helped me alot:
                                  http://www.epforums.org/showthread.php?57757-ECM-And-APE-Guide
                                  (there is a section on howto mege multiple bins to one bin)

                                  1 Reply Last reply Reply Quote 1
                                  • FlyingTomahawkF
                                    FlyingTomahawk
                                    last edited by FlyingTomahawk

                                    Sorry to revive this old topic but I just wanted to know the current status on this whole Emulationstation stuff and I didn't think it was worth a new topic.

                                    So what's going on? Which version/fork is now used in the current RetroPie?
                                    Is there any change gonna happen anytime soon?
                                    What about grid view?
                                    What about that stupid carousel bar? Can we soon theme it?
                                    Is there anyone out there currently maintaining an updated ES version?

                                    Until that time, further developments are done by 'unofficial' forks, which are not necessarily maintained/updated often. One example is this extension of ES, which is currently under experimental features.

                                    The reason I ask is all these questions is I am about to release an update for my theme and I need to know if I have to add some new features or adjust it to a newer ES version/fork. If you guys tell me that nothing is gonna happen in the next few months then I'll just continue my work as is.

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

                                      @FlyingTomahawk video support has already been added so that's one thing you can add to your theme

                                      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

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

                                        @herbfargus So video preview is offical now? How about gridview?

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

                                        Backlog: http://backloggery.com/lilbud

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

                                          @lilbud if you can create a clean pull request that also incorporates the current video support ;)

                                          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
                                          • FlyingTomahawkF
                                            FlyingTomahawk @herb_fargus
                                            last edited by FlyingTomahawk

                                            @herb_fargus

                                            Is that official?

                                            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.