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

Announcing Pegasus Frontend

Scheduled Pinned Locked Moved Ideas and Development
frontendpegasusc++developmentqml
1.7k Posts 145 Posters 5.0m 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.
  • F
    fluffypillow @Darksavior
    last edited by 25 Jun 2019, 13:56

    @Darksavior in theory it should be faster, yes, especially if they were stored on external drives before. I can't say for 100% sure how much improvement it brings though, but does looks promising.

    D 1 Reply Last reply 26 Jun 2019, 01:20 Reply Quote 0
    • D
      Darksavior @fluffypillow
      last edited by Darksavior 26 Jun 2019, 01:20

      @fluffypillow Thanks. Yea, going to get a pi4 when it's available again and upgrading my usb 2.0 stick to 3.0. I load my games from there.

      1 Reply Last reply Reply Quote 0
      • F
        fluffypillow
        last edited by 1 Jul 2019, 20:33

        Weekly update! Or rather, I just had some free time today, so I've finished the LaunchBox support I've started last time. It should mostly work: finds games, launches games, shows assets. However it's highly untested and off by default, but feel free to try it!

        Known issues:

        • Pegasus looks for LaunchBox under C:\Users\<username>\LaunchBox. Yes, I know it's very likely to have it installed somewhere else, but because LB is portable it's not possible to know its location (and as far as I know it doesn't write its path to the registry either). Ideally there would be a settings panel for changing this in Pegasus in the future. If you have experience with symlinks/junctions on Windows, you can use them as a workaround.
        • Sometimes images have a different extensions that what they really are (eg. a PNG file is called JPG). Due to a bug in one of the components, these images fail to load. This should be fixed eventually.
        • The code is not fully optimized for speed yet, in theory there might be some slowness when loading large datasets.
        S 1 Reply Last reply 1 Jul 2019, 21:24 Reply Quote 0
        • S
          sergioad @fluffypillow
          last edited by 1 Jul 2019, 21:24

          @fluffypillow The Hori pokken pro pad (my favorite retro style USB gamepad) is not working correctly, the east face button and the R button are not working

          My recommended setup for it is east = accept, south = cancell west = favorite, north the remaining face button action (AKA the Nintendo layout) L = page back, R = next page, ZL = left trigger, ZR = right trigger and then select and startalt text

          S 2 Replies Last reply 18 Jul 2019, 04:46 Reply Quote 0
          • F
            fluffypillow
            last edited by 11 Jul 2019, 20:26

            Pi 4 update! So it turned out the previous releases don't work on the Pi 4 due to the video driver changes, but after some porting I've managed to build a compatible version that actually starts up. It's now available on the website too. Haven't done too much (any) testing yet with actual games though, but if it looks good, I'll also update the RetroPie script next week.

            D 1 Reply Last reply 21 Aug 2019, 01:12 Reply Quote 1
            • M
              msheehan79
              last edited by 14 Jul 2019, 06:36

              @fluffypillow is it possible to reference the same game file(s) from multiple metadata collection files?

              I was trying to create a setup utilizing Neo Geo as 2 separate collections that share the same roms, the only difference being different launch commands that included different RetroArch config files and parameters so I could set up one collection as AES and the other for MVS by default. So I have created 2 different metadata files, one per Collection.

              What I noticed was if I only loaded one metadata file it worked fine for that collection, but as soon as I tried loading Pegasus with both collection metadata files the log file was filled with entries like the below, and it did not work as expected.

              2019-07-14T02:17:36 [w] Game 'Example 1' does not belong to any collections, ignored

              It ended up with both of the collection tabs reading from one of the 2 config files instead of one per collection as expected so no matter if I chose the AES or MVS version of Neo Geo, it is always launching the AES launch command.

              I'm not sure if this is not a supported feature or if it is a bug, or maybe I am just doing something wrong... could you just let me know if this is a feature that should work? If so I am happy to provide more specifics or if you have an example or two of a working setup that references the same game files from multiple metadata files I would love to see it so I can try & figure out where things have gone sideways on me!

              F 1 Reply Last reply 15 Jul 2019, 09:51 Reply Quote 0
              • F
                fluffypillow @msheehan79
                last edited by 15 Jul 2019, 09:51

                @msheehan79 Yes, games can appear in more than one collection, but different launch commands don't really work at the moment -- which actually would be a logical feature to add; I'll see if I can implement it tomorrow!

                I can also take a look on the metadata files if you upload them, that feature should work as is. By the way if you have exactly the same games in both collections, you can just put both collection sections into the same file too, without duplicating the game data.

                1 Reply Last reply Reply Quote 0
                • R
                  ryuuji
                  last edited by ryuuji 15 Jul 2019, 10:43

                  I did not know where elese to ask so I ll ask here ...
                  How can I make the gameOS theme use boxFront instead of screenshot/video in the grid menu ?

                  F P 2 Replies Last reply 15 Jul 2019, 11:50 Reply Quote 0
                  • F
                    fluffypillow @ryuuji
                    last edited by 15 Jul 2019, 11:50

                    @ryuuji perhaps you're looking for this thread? I think you might need to edit the theme, you can find its sources here.

                    1 Reply Last reply Reply Quote 0
                    • P
                      PlayingKarrde @ryuuji
                      last edited by 15 Jul 2019, 15:00

                      @ryuuji I'm going to do some work on gameOS today. I will look into adding options and make this one of them.

                      1 Reply Last reply Reply Quote 0
                      • R
                        ryuuji
                        last edited by 15 Jul 2019, 15:04

                        @fluffypillow sorry should have looked better

                        @PlayingKarrde that sound awesome :) thank you

                        1 Reply Last reply Reply Quote 0
                        • M
                          msheehan79
                          last edited by 18 Jul 2019, 03:10

                          @fluffypillow Thanks for the response on this. I haven't had much time this week to dig into this more, but I think the biggest issue I had was the single launch command per game. Knowing that isn't supported currently I just made 2 folders for the roms for the 2 systems. If I need to save a few GB of space I could always make one of the folders a symlink to the other so it ultimately points to the same files.

                          To be honest outside of the Neo Geo AES/MVS scenario I cannot think of too many other scenarios where you would have different launch commands for the same ROM so it's probably not a huge issue. Depending on how difficult of a feature it is too add it may fall into the "too obscure to be worth the effort" category!

                          1 Reply Last reply Reply Quote 0
                          • S
                            sergioad @sergioad
                            last edited by 18 Jul 2019, 04:46

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • S
                              sergioad @sergioad
                              last edited by 18 Jul 2019, 04:48

                              @sergioad said in Announcing Pegasus Frontend:

                              @fluffypillow The Hori pokken pro pad (my favorite retro style USB gamepad) is not working correctly, the east face button and the R button are not working

                              My recommended setup for it is east = accept, south = cancell west = favorite, north the remaining face button action (AKA the Nintendo layout) L = page back, R = next page, ZL = left trigger, ZR = right trigger and then select and startalt text

                              @fluffypillow could you please add compatibility with the Hori Pokken pro pad for Pegasus FE?

                              F 1 Reply Last reply 18 Jul 2019, 11:14 Reply Quote 0
                              • F
                                fluffypillow @sergioad
                                last edited by 18 Jul 2019, 11:14

                                @sergioad there are various gamepads that don't work well at the moment, but improving that is one of the next things I plan to work on.

                                S 1 Reply Last reply 21 Jul 2019, 02:43 Reply Quote 0
                                • S
                                  sergioad @fluffypillow
                                  last edited by 21 Jul 2019, 02:43

                                  @fluffypillow thank you very much

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    AndersHP
                                    last edited by 25 Jul 2019, 15:54

                                    @fluffypillow

                                    I have 2 questions for you:

                                    • Is there a way to move dummy-roms up to the top of the gamelist? Previously I had the figure "0" in the dummy rom name, but now the games are sorted by their actual names. Any way to force the game up?
                                    • I cannot code Shift and Ctrl buttons to "filter" and "launch menu" commands. Is this possible to implement?

                                    My "Bubble Bobble" Themed Bartop Arcade
                                    My Gameboy

                                    F 1 Reply Last reply 26 Jul 2019, 19:59 Reply Quote 0
                                    • F
                                      fluffypillow @AndersHP
                                      last edited by 26 Jul 2019, 19:59

                                      @AndersHP games with multiple files are now also supported, which is why they are now ordered by their title in the main theme. Maybe adding a small mark like ' or * to the titles could work? Themes can also sort the games in whatever way they'd like to, so editing the main theme would also work.

                                      I cannot code Shift and Ctrl buttons to "filter" and "launch menu" commands. Is this possible to implement?

                                      Hm if I remember correctly there were some input issues when there were bindings using Ctrl/Shift/Alt both on their own and in a combination. It should be possible, but may need some work.

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        TimBroddin
                                        last edited by 30 Jul 2019, 13:39

                                        Hi @fluffypillow,

                                        Thanks for this amazing frontend. I'm having an issue with my 8Bitdo SF30 Pro controller. Sometimes (without apparent cause) the gamelist freezes and switches between two games. If this happens I can press start and exit just fine.

                                        I've made a movie the last time this happened:

                                        If you want me to create a Github issue about this please say so.

                                        Tim

                                        F 1 Reply Last reply 30 Jul 2019, 16:55 Reply Quote 0
                                        • F
                                          fluffypillow @TimBroddin
                                          last edited by 30 Jul 2019, 16:55

                                          @TimBroddin Hi, thanks for the video! Does this happen with other devices (eg. keyboard)? It seems you're using @PlayingKarrde 's theme, does this happen using the default theme too? Did this happen on earlier versions (if you've tried Pegasus before)?

                                          T 1 Reply Last reply 30 Jul 2019, 18:35 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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received