• 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.
  • M
    Moukrea @fluffypillow
    last edited by 20 Feb 2019, 14:43

    @fluffypillow That's actually all I can do, throw some ideas! So far Pegasus became my main Frontend on my Android TV box (Shield) and I'd love to see it becoming the go-to solution for it... For the recommendation, I don't think it could be as accurate as Netflix algorithm that's for sure! What I meant was maybe it could confront informations from previously played games, for exemple:
    I played Mario Kart 64 (6 times), Mario Kart Double Dash!! (20 times) and Crash Team Racing (2 times). The three of them are Racing games (Played this genre 28 times in total), two are developped by Nintendo, the three are 4 players games... The recommendation system would then know that I play multiplayer games, moslty racing ones with a preference for Nintendo as a developper! The recommendation after this data could be Mario Kart Wii etc etc... It's all after data scraped in my collection data, so there's no need for more data. Very much like it's done in Kodi for movies... If for exemple I watch mostly Action movies made by... let's say Marvel Studios, it will suggest more of them in its recommendations. All it has to do (which is actually a lot) is to process the watched history data (Genre, Studio, Year, Actors) and blend them together regarding to how many times it has been watched.

    Much like my exemple with Racing games, I played this genre like 28 times while I played Platform (for exemple) 10 times and Adventure 4 times in total, then the recommendation system would know that Racing would be more recommended than Platform, which is going to be more recommended than Adventure. To be perfect, as you said it would require hell of a lot of data such as people involved, awards and so on... But I think having this system with just Genre, Developper, Year, Platform and Number of Players would be already to off the line.

    That would require to build a (custom) secondary database tracking gaming history, after the data contained in collections database. I'm pretty sure it's doable, however as you said, it's hell of a work to put in place!

    As for the recently played thing, one other thing that could be cool would be to be able to set the Recently played section as an Android TV Channel to have it on the Android TV main menu, but now I'm daydreaming!

    1 Reply Last reply Reply Quote 0
    • P
      PlayingKarrde
      last edited by 20 Feb 2019, 19:40

      I'm in the process of adding a home screen to gameOS but other things have been taking up my time lately. Recently played, recommendations per genre (random genres filtered by rating unfortunately since I don't think it would be a good idea implementing a deeper PLEX like system at the theme level for this) as well as a few other things.

      Unfortunately it's a pretty big task though and I haven't had a big chunk of time to dedicate to this in the last couple of months.

      M 1 Reply Last reply 20 Feb 2019, 21:42 Reply Quote 1
      • M
        Moukrea @PlayingKarrde
        last edited by 20 Feb 2019, 21:42

        @PlayingKarrde that's awesome! I didn't think stuff like this could be achieved at the theme level actually, but if briging recommendations based on ratings is possible, wow that's good news! Not as rich as I stated before but it's a good idea to highlight most popular games, and therefore the potentially most interesting ones! Looking forward to this, keep up the good work

        P 1 Reply Last reply 21 Feb 2019, 18:40 Reply Quote 0
        • P
          PlayingKarrde @Moukrea
          last edited by 21 Feb 2019, 18:40

          @Moukrea I would keep expectations in check a little though. There's not a whole lot of granularity in the ratings pulled from screenscraper (and I am not even really sure where those ratings come from tbh). I think if the launchbox support does come that might give better results but we'll see. All in all the best endgame solution I feel would be some kind of PLEX like database service, but that would be both time consuming and expensive so I'm not sure we'll ever see something like it.

          1 Reply Last reply Reply Quote 0
          • D
            Darksavior @fluffypillow
            last edited by Darksavior 22 Feb 2019, 14:21

            @fluffypillow I don't notice the differences with the pi3 version, but just be aware the retropie-setup script points to the pi2 build. Anyone wanting to use the pi3 build will need to edit the pegasus-fe script and change rpi2 to rpi3.

            F 1 Reply Last reply 23 Feb 2019, 11:29 Reply Quote 0
            • D
              Darksavior
              last edited by Darksavior 23 Feb 2019, 01:07

              @fluffypillow A problem. I've been having issues loading the steam link app. Permission problems. After days of troubleshooting, I ended up reinstalling retropie and it was still causing it. I finally found out it's Pegasus. ES loads it just fine.

              Error when loading Steam Link.sh:
              (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)

              Steam Link.shcontains:
              #!/bin/bash "/opt/retropie/supplementary/runcommand/runcommand.sh" 0 _PORT_ "steamlink" ""
              Here's the full xorg log:
              https://pastebin.com/P2nZd9q0

              1 Reply Last reply Reply Quote 0
              • F
                fluffypillow @Darksavior
                last edited by fluffypillow 23 Feb 2019, 11:29

                @Darksavior

                the retropie-setup script points to the pi2 build

                Ah, forgot about that, thanks. I've just sent the fix to the RetroPie repo.

                (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)

                Will check it out. Should I just install Steam Link from the setup script to reproduce the error?

                D 1 Reply Last reply 23 Feb 2019, 15:31 Reply Quote 0
                • D
                  Darksavior @fluffypillow
                  last edited by 23 Feb 2019, 15:31

                  @fluffypillow Yes, it's in the experimental section.

                  F 1 Reply Last reply 25 Feb 2019, 16:21 Reply Quote 0
                  • F
                    fluffypillow @Darksavior
                    last edited by 25 Feb 2019, 16:21

                    @Darksavior The error happens to me outside of Pegasus too, seems to be an X11 permission issue:

                    • First, I tried launching Steam Link.sh from the terminal, but got the same Cannot open /dev/tty0 (Permission denied) error.
                    • /dev/tty0 is owned by the tty group, so I added myself to it. Restarting and trying again, I've got a xf86OpenConsole: Cannot open virtual console 2 (Permission denied) error.
                    • This seems to be due to a change in recent X11 releases on Stretch. Allowing regular users to launch an X11 session can be done by installing xserver-xorg-legacy. Then I've got an Only console users are allowed to run the X server error (ie. cannot be started by scripts).
                    • On Jessie this could have been fixed by dpkg-reconfigure x11-common, but unfortunately that seems to be broken on Stretch. After installing xserver-xorg-legacy, there should be a /etc/X11/Xwrapper.config file, where the allowed_users should be changed to anybody. Trying again, I've got a black screen with a mouse cursor. After loading a while (seems like it downloads itself on the first run), the "Welcome to Steam Link" screen appeared and seemed to work fine.
                    • After all this fixing, I've tried again with Pegasus, and launching worked fine from there too. Turns out being in the tty group was no longer necessary, so I've removed myself from there and restarted. Steam Link continued to work.
                    D 1 Reply Last reply 25 Feb 2019, 23:38 Reply Quote 0
                    • F
                      fluffypillow
                      last edited by 25 Feb 2019, 16:50

                      Also a weekly update! Haven't had too much time unfortunately, but finally there is a game file selector for multifile games. There have been some bugfixes too: A bug where multifile games appeared multiple times got fixed, and there was a missing translation on the game directory screen too. With that done, I think I'll finally have some time to update the documentations this week.

                      Also there have been several issue reports piling up recently -- don't worry, they weren't forgotten, I'll start reducing them after these changes have been handled.

                      1 Reply Last reply Reply Quote 1
                      • P
                        PlayingKarrde
                        last edited by 25 Feb 2019, 18:11

                        Nice! I think I'll update my collections files now. Thanks!

                        1 Reply Last reply Reply Quote 0
                        • D
                          Darksavior @fluffypillow
                          last edited by Darksavior 25 Feb 2019, 23:38

                          @fluffypillow Yeah, you went with the same steps I went through, but here's some things:
                          Steam link.sh installs the dependencies it needs and that's all it should be required. ES can load it fine. Doesn't work at the command line or Pegasus.
                          Going with the legacy route is a temporary solution because retropie-setup automatically uninstalls it if you go back in it. There is something ES is doing to load it with no problems as-is.

                          F 1 Reply Last reply 26 Feb 2019, 15:38 Reply Quote 0
                          • F
                            fluffypillow @Darksavior
                            last edited by 26 Feb 2019, 15:38

                            @Darksavior after you mentioned that the legacy package gets uninstalled, I've dig into the RetroPie code, and looking around, found some interesting bits of information. And sure enough, looking into the launcher script of ES, this workaround is indeed applied. Luckily there's nothing ES-specific in it, tried the same exports after uninstalling the legacy package and it worked fine for Pegasus as well. If this solves the problem for you too I can send a patch to update the RetroPie script.

                            D 1 Reply Last reply 26 Feb 2019, 17:06 Reply Quote 0
                            • D
                              Darksavior @fluffypillow
                              last edited by 26 Feb 2019, 17:06

                              @fluffypillow Thanks for tracking down the problem. Yes, tty=$(tty)withexport TTY="${tty:8:1}" fixes the problem. I ran those before launching Pegasus and Steam Link.sh loads fine now.

                              1 Reply Last reply Reply Quote 0
                              • F
                                fluffypillow
                                last edited by 3 Mar 2019, 18:33

                                Weekly update!

                                • Documentation:
                                  • Updated the metadata format documentation and related pages
                                  • Updated the theme API documentation with accessing the game files and also previously missing bits
                                  • Added a breaking changes page and some help for updating from Alpha 10 to 11
                                • General:
                                  • It is now possible to use environment variables in launch commands. The template is {env.MYVARNAME}, and documented here.
                                  • Fixed missing short names and logos for certain collections (eg. Steam)
                                  • There was an idea to support more than one metadata file in the global_collection directory in the future. Thus metafiles would be a more fitting name for this directory, and so this directory name is now also supported for storing a global metadata file.
                                  • Pegasus will now print a warning if the regular expression of regex or ignore-regex is incorrect in the metadata file
                                  • Minor performance improvements during loading
                                • Default theme: It is now possible again to filter by title
                                • ES2 theme: Fixed empty collection space in collection view when a collection has no short name. Also fixed some image loading warnings in such cases.
                                • RetroPie
                                  • The installer will now download the Pi 3 optimized release on Pi 3
                                  • It is now possible to launch X11 applications
                                  • Update the Frontend Chooser to match these changes
                                • Steam: "Steamworks Common Redistributables" will no longer appear among the games
                                • Arch Linux: A community-maintaned package is now available in AUR (thanks @severinkaderli). See the installation instructions here.

                                Special thanks to @iwubcode for a number of bug reports and testing.

                                H D 2 Replies Last reply 4 Mar 2019, 00:11 Reply Quote 3
                                • H
                                  hooperre @fluffypillow
                                  last edited by hooperre 3 Apr 2019, 00:24 4 Mar 2019, 00:11

                                  @fluffypillow I may be stupid here, but I've always wanted my Gameboy and Gameboy Color collections to be merged and use the appropriate RetroArch settings from whichever menu they were selected from. Is there a simple way to do this?

                                  Also, thanks for adding the ability to ignore certain files. That's awesome! I'm going to make my full move over to Pegasus now! :)

                                  4B ~ RPi PSU 5.1V / 3.0A ~ 32GB SanDisk microSD ~ 128GB USB

                                  F 1 Reply Last reply 4 Mar 2019, 08:30 Reply Quote 0
                                  • D
                                    Darksavior @fluffypillow
                                    last edited by Darksavior 3 Apr 2019, 05:43 4 Mar 2019, 02:49

                                    @fluffypillow I can't load any games with the new version. I used to press A to play a game. Not sure if Enter ever worked on a kb but it doesn't work either. I've tried to delete settings.txt and when that didn't fix anything, I tried to uninstall and reinstall Pegasus. No change. All other buttons work perfectly fine. The settings.txt seems to be fine too. keys.accept: Enter,GamepadA,GamepadStart . So A or start on my pad and enter on my kb doesn't work. I reverted to the last working version I had for now.

                                    Also, the art reverted to the old style where if even one of them is not the exact size, it resizes them all like art overlapping over each other or making the art really small.
                                    IMG_0116.JPG

                                    A new bug as well. Sometimes when scrolling through different systems, the side menu will display a game from another system.
                                    IMG_0115.JPG

                                    1 Reply Last reply Reply Quote 0
                                    • F
                                      fluffypillow @hooperre
                                      last edited by 4 Mar 2019, 08:30

                                      @hooperre You can create two collections with the same name but different extension filter and launch command, eg.:

                                      collection: Game Boy
                                      extension: gb
                                      launch: gbemu "{file.path}"
                                      
                                      collection: Game Boy
                                      extension: gba
                                      launch: gbaemu "{file.path}"
                                      

                                      @Darksavior thanks, fixed the launching issue and likely the game from different system too. Will take a look on the art size the afternoon.

                                      D 1 Reply Last reply 4 Mar 2019, 09:56 Reply Quote 2
                                      • D
                                        Darksavior @fluffypillow
                                        last edited by 4 Mar 2019, 09:56

                                        @fluffypillow Thanks. I can launch games again. The steamlink app still doesn't work, though.

                                        F 1 Reply Last reply 4 Mar 2019, 11:58 Reply Quote 0
                                        • F
                                          fluffypillow @Darksavior
                                          last edited by fluffypillow 3 Apr 2019, 12:46 4 Mar 2019, 11:58

                                          @Darksavior It's done on the RetroPie side: after updating RetroPie, a launcher script will be created when installing Pegasus, like with ES. It can be launched as /usr/bin/pegasus-fe (or simply pegasus-fe).

                                          EDIT: script location

                                          D 1 Reply Last reply 4 Mar 2019, 13:05 Reply Quote 1
                                          1113 out of 1711
                                          • First post
                                            1113/1711
                                            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