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

    [Theme] gameOS for Pegasus

    Scheduled Pinned Locked Moved Projects and Themes
    cleangameospegasusthemetvos
    180 Posts 34 Posters 78.9k 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.
    • PlayingKarrdeP
      PlayingKarrde
      last edited by

      There's a real issue with videos in general that I believed was a Pegasus problem (and I still believe at the root it is still potentially) but someone did mention a fix that I will need to implement when I get around to it. I've been so incredibly low on time lately that I haven't had a chance to get to any of the myriad of fixes I want to implement. Video playback performance is easily my most critical fix though.

      In terms of disabling video, I ideally would like to implement an options screen for the theme but again - time. Failing that I believe what you're looking for likely lies in GameGridItem.qml around lines 171-206:

          // Video preview
          Component {
            id: videoPreviewWrapper
            Video {
              source: game.assets.videos.length ? game.assets.videos[0] : ""
              anchors.fill: parent
              fillMode: VideoOutput.PreserveAspectCrop
              muted: true
              loops: MediaPlayer.Infinite
              autoPlay: true
            }
      
          }
      
          Loader {
            id: videoPreviewLoader
            asynchronous: true
            anchors {
              fill: parent
              margins: vpx(4)
            }
            layer.enabled: true
            layer.effect: OpacityMask {
                maskSource: Item {
                    width: videoPreviewLoader.width
                    height: videoPreviewLoader.height
                    Rectangle {
                        anchors.centerIn: parent
                        width: videoPreviewLoader.width
                        height: videoPreviewLoader.height
                        radius: cornerradius - vpx(1)
                    }
                }
            }
            //z: 3
          }
      
      

      I don't have time to test but try commenting out these sections (or deleting).

      1 Reply Last reply Reply Quote 0
      • T
        tobeyg
        last edited by

        I'm having strange flickering issues when clicking on a game in the grid. The modal with the game info is not showing and everything is flashing and basically breaks the whole interface, requiring a restart. The original Pegasus theme works fine, so this issue seems to be with gameOS. The strange thing is that I tried using the theme on another setup just a week ago and didn't notice any of these issues then. Any idea what might be causing this?

        PlayingKarrdeP 1 Reply Last reply Reply Quote 0
        • PlayingKarrdeP
          PlayingKarrde @tobeyg
          last edited by

          @tobeyg said in [Theme] gameOS for Pegasus:

          I'm having strange flickering issues when clicking on a game in the grid. The modal with the game info is not showing and everything is flashing and basically breaks the whole interface, requiring a restart. The original Pegasus theme works fine, so this issue seems to be with gameOS. The strange thing is that I tried using the theme on another setup just a week ago and didn't notice any of these issues then. Any idea what might be causing this?

          What system are you trying this on? I also sometimes get behavior similar to this when running through an arcadevga or on 240p resolution on a CRT. Are you doing something similar? I haven't found a fix for this yet.

          1 Reply Last reply Reply Quote 0
          • R
            ryuuji
            last edited by

            any progress regarding the use of box art in grid menu ?

            PlayingKarrdeP 1 Reply Last reply Reply Quote 0
            • PlayingKarrdeP
              PlayingKarrde @ryuuji
              last edited by

              @ryuuji said in [Theme] gameOS for Pegasus:

              any progress regarding the use of box art in grid menu ?

              Some progress but it's going to take a while as I need to implement the settings screen first which isn't a small amount of work. Even once that's in it's still not super trivial as it's not just replacing the art with boxfront. Regardless though I'm working on it and hopefully it will make it into the next big update.

              R 1 Reply Last reply Reply Quote 0
              • R
                ryuuji @PlayingKarrde
                last edited by

                @PlayingKarrde oh .... yes that sounds like a lot of work. I was thinking u gonna just editt the current qml and replace the sshot with box art. Much nicer what you have chosen to do.

                PlayingKarrdeP 1 Reply Last reply Reply Quote 0
                • PlayingKarrdeP
                  PlayingKarrde @ryuuji
                  last edited by

                  @ryuuji said in [Theme] gameOS for Pegasus:

                  @PlayingKarrde oh .... yes that sounds like a lot of work. I was thinking u gonna just editt the current qml and replace the sshot with box art. Much nicer what you have chosen to do.

                  When I initially mentioned I could do it that's what I had planned on doing, but when I started looking into it I didn't feel like that would give a good enough result so I would rather do it properly.

                  1 Reply Last reply Reply Quote 2
                  • S
                    simbz23
                    last edited by

                    Hey Y'all.

                    I am having a tough time trying to figure out how to convert my Retropie EmulationStation setup to work with Pegasus and gameos, especially in regards to my gamelist and scraped artwork showing. Does anyone know of somewhere I can find, or can post a non-rom filled image of a pi3 or zero install, with everything already configured as far the gamelists and artwork in the right place so I can learn from there? I have read as many guides as I could and still can't figure out where I'm going wrong? :-/

                    Much appreciated for any help!

                    Overlay and launching image repo
                    https://github.com/simbz33/retropie-overlay

                    PlayingKarrdeP 1 Reply Last reply Reply Quote 0
                    • PlayingKarrdeP
                      PlayingKarrde @simbz23
                      last edited by

                      @simbz23 Does it work ok with the default theme? Can you post a photo of what you're getting?

                      1 Reply Last reply Reply Quote 0
                      • B
                        bradman117
                        last edited by

                        I really like how the artwork looks on the games. Is there any way I can make my end look like that? Thanks

                        PlayingKarrdeP 1 Reply Last reply Reply Quote 0
                        • PlayingKarrdeP
                          PlayingKarrde @bradman117
                          last edited by

                          @bradman117
                          It is recommended to use Skraper.net to acquire media assets for this theme. These are the minimum requirements for media scraping, although adding more could be useful for other themes or the future:

                          video
                          screenshot
                          fanart
                          box 2d
                          wheel

                          Skraper will place these in your roms folder under another folder called media.

                          If no media files are showing up, make sure that Skraper Assets is checked in the Additional Data Sources section of Pegasus settings. It may also be preferable to convert the created gamelist.xml (assuming EmulationStation was chosen for the game list in Skraper) to a metadata.txt file using the Pegasus conversion tool

                          1 Reply Last reply Reply Quote 0
                          • PlayingKarrdeP
                            PlayingKarrde
                            last edited by

                            Have finally gotten around to updating to v0.6. It's a fairly large update but also slightly transitional as I wait for the theme settings to roll in. The next major update should be fairly significant. Here's the update list:

                            • Added new default game details screen
                            • Added new default grid view without game details with to toggle
                            • Added column number options (for future update)
                            • Added theme support (for future update)
                            • Brought back collection title
                            • Video previews in thumbnail currently turned off to improve performance
                            • Various bug fixes (thanks to bedgoe, waldnercharles)

                            Some screens:
                            alt text

                            alt text

                            alt text

                            F 1 Reply Last reply Reply Quote 4
                            • F
                              fastpop72 @PlayingKarrde
                              last edited by

                              @PlayingKarrde Great update!!!

                              Can i have an info of how restore the video preview in the grid? I use a PC and i have any problems about performance.

                              I tried to remove the added /* and */ in the GameGridItem.qml file but no luck!

                              About the new upgrade i love the new detailed screen, i miss a little the upper game title on the main grid because i used to watch there when i browse fast into the grid, helped me to see which letter i am.

                              PlayingKarrdeP 1 Reply Last reply Reply Quote 0
                              • PlayingKarrdeP
                                PlayingKarrde @fastpop72
                                last edited by

                                @fastpop72 said in [Theme] gameOS for Pegasus:

                                Can i have an info of how restore the video preview in the grid? I use a PC and i have any problems about performance.

                                You will also need to uncomment lines 30 and 33 from the same file.

                                For this and also the old style grid view I plan to have as options in the theme settings as soon as that is implemented so you can in theory go back to that style if you preferred. However I likely won't be supporting that view moving forward so I will keep your fast browsing feedback in mind and try and come up with a different solution that helps with that.

                                F 1 Reply Last reply Reply Quote 0
                                • F
                                  fastpop72 @PlayingKarrde
                                  last edited by

                                  @PlayingKarrde About the fastbrowsing could be great if during browsing there's a LETTER displayed overlay in a corner showing which letter in am.

                                  And i'd like give you a hint about the boxart displayed in the detailed screen... If the boxart png is a vertical rectangle the view is perfect, when the boxart png is an horizontal rectangle (sometimes the arcade flyer are horizontal) the view is very tiny, maybe the theme use only the horizontal pixel length and scale the vertical from it.

                                  Could be great if the theme recognize the aspect ratio of the PNG and move all the text a little to the right...

                                  PlayingKarrdeP 2 Replies Last reply Reply Quote 0
                                  • PlayingKarrdeP
                                    PlayingKarrde @fastpop72
                                    last edited by

                                    @fastpop72 Yep that's what I had planned for the fast browsing.

                                    Could you share a screenshot of what you mean for the arcade flyer?

                                    1 Reply Last reply Reply Quote 0
                                    • PlayingKarrdeP
                                      PlayingKarrde @fastpop72
                                      last edited by

                                      @fastpop72 said in [Theme] gameOS for Pegasus:

                                      Could be great if the theme recognize the aspect ratio of the PNG and move all the text a little to the right...

                                      Just pushed an update to fix this:

                                      alt text

                                      F 1 Reply Last reply Reply Quote 1
                                      • hooperreH
                                        hooperre
                                        last edited by

                                        Lovely work as always.

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

                                        1 Reply Last reply Reply Quote 1
                                        • F
                                          fastpop72 @PlayingKarrde
                                          last edited by

                                          @PlayingKarrde said in [Theme] gameOS for Pegasus:

                                          @fastpop72 said in [Theme] gameOS for Pegasus:

                                          Could be great if the theme recognize the aspect ratio of the PNG and move all the text a little to the right...

                                          Just pushed an update to fix this:

                                          alt text

                                          Exactly what i intended! The theme check if width is more than height then move the text a little to the right. Later i will check with my horizontal flyers with this new commit. The US/PAL snes boxes will benefit for this.

                                          1 Reply Last reply Reply Quote 0
                                          • F
                                            fastpop72
                                            last edited by

                                            I made a little tuning with the boxart size, i use a 4:3 monitor with 1280x1024 resolution and i noticed that the best visual solution for me is this:

                                            width: (boxart.width > boxart.height) ? vpx(500) : vpx(375)

                                            Arcade flyers are awesome and i think deserves more visibility, here's how it looks:

                                            I have only a little issue, the text in the left column is not aligned vertically but i think it's related to my 4:3 resolution:

                                            P_20190930_233853_1.jpg

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