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

    The Ideal RetroPie

    Scheduled Pinned Locked Moved General Discussion and Gaming
    retropie
    41 Posts 22 Posters 21.1k 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.
    • obsidianspiderO
      obsidianspider
      last edited by

      It's hard to reimagine something when you've been immersed in it for a long time, but one thing that I think would make RetroPie better for me would be another/better way to manage game metadata (gamelist.xml and snapshots). A web UI would be great, but I'm not sure how much overhead a webserver would add to things.

      📷 @obsidianspider

      1 Reply Last reply Reply Quote 0
      • B
        barbudreadmon @FlyingTomahawk
        last edited by

        @FlyingTomahawk said in The Ideal RetroPie:

        I have the original on Saturn and I own the Bomerman multi tap for it.

        Same with 2 multitap, but my saturn is dead and i don't feel like buying a new one : having something more compact, more durable with wireless controllers seems better.

        FBNeo developer - github - forum

        1 Reply Last reply Reply Quote 1
        • edm203E
          edm203
          last edited by

          Maybe an option to "favorite" a game and access the list easily. No more scrolling through stuff to pick up where I left off. Or even a History screen.

          Otherwise, perfect. Thanks everyone.

          Pi Model or other hardware: Pi3B
          Power Supply used: 2.5 amp power supply
          RetroPie Version Used: 4.2.10
          Built From: Premade from Retropie website
          USB Devices connected: 4x ibuffalo snes controllers

          1 Reply Last reply Reply Quote 0
          • E
            enderandrew
            last edited by

            On the hardware side, I'm not sure the CPU is the real limiting factor as much as the weak GPU and lack of proper OpenGL support.

            I'm hoping in February we see an updated Pi with the same CPU (maybe overclocked slightly) but an updated GPU, so the SoC is mostly the same and backwards compatible.

            As for software, I like everything about the RetroPie stack, however if the Pi hardware isn't powerful enough for some arcade games, the N64, the Dreamcast, etc. then I'm considering a similiar stack on Windows. I presume I'd just be looking at EmuStation + RetroArch on Windows.

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

              This year (2017!) I am 99.9% sure is no space for a Pie part 4. I think we will get a Pie 3.1 in shape of the famous A

              Read the rumours

              1 Reply Last reply Reply Quote 0
              • CapemanC
                Capeman
                last edited by

                I agree with everything you said, especially comparing to OpenEmu. The grid artwork mode would be the greatest thing to ever happen to retropie. It looks like it's being built per the other thread I was just commenting on, so hopefully we'll see that in the near future.

                OpenEmu has such a nice clean interface, anything to mimic that functionality would be awesome.

                Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

                1 Reply Last reply Reply Quote 0
                • CapemanC
                  Capeman
                  last edited by

                  OH... and a Favorite's list like Recalbox uses, set a game as favorites and they show up in a "system" all its own, that would be the best addition ever to the emulation station frontend... wonder how hard it would be to "appropriate" that from recalbox, haha.

                  Vector Artist, Designer and Maker of Stuff: Laser Cut Atari / Pixel Theme Bartop

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

                    @Capeman said in The Ideal RetroPie:

                    OH... and a Favorite's list like Recalbox uses, set a game as favorites and they show up in a "system" all its own, that would be the best addition ever to the emulation station frontend... wonder how hard it would be to "appropriate" that from recalbox

                    Favorite election for president

                    1 Reply Last reply Reply Quote 1
                    • B
                      backstander @enderandrew
                      last edited by backstander

                      @enderandrew check out this article about what we can expect from RPi foundation in 2017.

                      Raspberry Pi in 2017
                      http://www.techrepublic.com/article/raspberry-pi-in-2017-new-boards-new-oses-and-more/

                      @Capeman

                      OH... and a Favorite's list like Recalbox uses, set a game as favorites and they show up in a "system" all its own, that would be the best addition ever to the emulation station frontend... wonder how hard it would be to "appropriate" that from recalbox, haha.

                      I agree! Since the original creator has decided not to update EmulationStation anymore, I wonder how hard it would be if RetroPie and RecalBox worked together on an EmulationStation fork for the Raspberry Pi!

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

                        @backstander: RetroBox or RecalPie?

                        My ES themes: MetaPixel | Spare | Io | Indent

                        B 1 Reply Last reply Reply Quote 1
                        • B
                          backstander @mattrixk
                          last edited by

                          @mattrixk
                          RectroBoxie ;-)
                          I'm not talking about a fork of RetroPie or RecalBox, I'm just suggesting a collaboration with the ES forks.

                          1 Reply Last reply Reply Quote 0
                          • K
                            kixut
                            last edited by

                            Hi, did someone say filtering, sorting, editing metadata - web ui ? I've had a little time over the holidays to do some coding and i've started writing a web ui for RetroPie, initially just to sort and move games, merge history data and scrape games, so far I've spent too much time (because I was having too much fun) translating the theming mechanics into web styles. However, that's mostly done and I'm getting into adding actual useful features like filtering, sorting and will soon be looking at editing metadata and then scraping/merging. Here's a screenshot showing filtering where I've typed 'pac' and on each key press the list instantly filters to the results
                            0_1484007533948_RetroPieApp.png

                            It's coded using AngularJS as a single page application, it loads very quickly, the user experience is as though you a browsing normal web pages with no flicker, no lag, while really at the back end the raspberry pi is opening a bunch of xml files and file listings...

                            ... I've not looked at what memory overhead it's taking up, size wise at the moment it's less than 1MB, most of which is the libraries I use and the unpacked resources from ES git code, the themes and images are just pulled (sym linked) in from their respective directories so don't take up any extra space

                            herb_fargusH 1 Reply Last reply Reply Quote 4
                            • herb_fargusH
                              herb_fargus administrators @kixut
                              last edited by

                              @kixut very cool. Definitely deserving of its own post on the forum if you've yet to do that :)

                              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

                              K 1 Reply Last reply Reply Quote 0
                              • K
                                kixut @herb_fargus
                                last edited by kixut

                                @herb_fargus , sorry, yes reading it again it's way off topic, I'm in two minds whether to delete the post, happy to do so if you like, I'll definitely start a new thread a little further down the line.

                                back on topic I think that it's great as it is, a dream though would be something like Wiflow ... just love the smooth 3D animated box+box art animations all of which are themeable, not sure how that would work for Arcade classics though... maybe a 3D cabinets

                                1 Reply Last reply Reply Quote 0
                                • FlyingTomahawkF
                                  FlyingTomahawk @barbudreadmon
                                  last edited by FlyingTomahawk

                                  @barbudreadmon

                                  Which udoo do you own? Ultra? Advanced+? Advanced? Basic?

                                  B 1 Reply Last reply Reply Quote 0
                                  • theantnestT
                                    theantnest
                                    last edited by

                                    As a new user, I'd suggest a front end that focuses less on the systems and more on the games. A master games list that can be easily curated should be the first point of call, and going through lists of games by system (or emulator) should only be one way of filtering the list, as opposed to the way of going through your collection.

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      barbudreadmon @FlyingTomahawk
                                      last edited by

                                      @FlyingTomahawk I took the ultra, having a backup computer with 8Go ram seemed like a good idea.

                                      FBNeo developer - github - forum

                                      1 Reply Last reply Reply Quote 1
                                      • 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.