Announcing Pegasus Frontend
-
@msheehan79 there's no support for that in ES2's files I'm afraid, all games are run with the command set in the systems config. As for the conversion, this online tool might help with that too.
-
I have an experimental macOS build, could someone try if it actually works? You can get it here.
-
@fluffypillow Ok thanks again! I did see the conversion tool too.
The reason for my question was because I have all of my gamelist files in MS Excel spreadsheets that I can export into the ES2 XML format pretty easily. I found the scraped data tended to be hit or miss so I had imported the XML gamelist files into Excel, then manually corrected and curated it there, where it is much easier to work with the data and format/filter/sort it etc and exporting it back into XML is a simple process.
I spent a bit of time this evening and wrote up a very quick VBA script that should work to export from my Excel metadata into the Pegasus TXT file format, while also allowing me to add in the launch node so I can set up the custom launch scripts for the games that need it. I'm sure it'll need a few more tweaks but it should provide a nice and simple solution to allow keeping the metadata in a spreadsheet for easier updates and additions, and I can just export the updated metadata for Pegasus as needed.
-
@fluffypillow said in Announcing Pegasus Frontend:
I have an experimental macOS build, could someone try if it actually works?
macOS High Sierra 10.13.2 (17C89) x86_64
I fired it up and got the following:
QQmlApplicationEngine failed to load component qrc:/frontend/main.qml:19 module "QtQuick" is not installed qrc:/frontend/main.qml:20 module "QtQuick.Window" is not installed qrc:/frontend/main.qml:19 module "QtQuick" is not installed qrc:/frontend/main.qml:20 module "QtQuick.Window" is not installed
This didn't seem to register as a fatal error, as the application stayed open, but with no window displayed. I quit it, then installed QT with
brew install qt5
, which also installs QtQuick to/usr/local/Cellar/qt/5.11.2/qml/QtQuick/
. I relaunched the application and got the same error.Let me know if you'd like me to try anything else or have a fresh build to try!
-
@lazd Thanks! Let's see if I can fix it...
-
Ok, here's another Mac build. This should be working, optimized, Retina-friendly and also have proper icons. It's here.
-
I just came across Pegasus and have to say it might be exactly what I've been looking for. At first glance it looks like it has all the features of a launcher I want and I'm happy to see it's still in active development.
I've been looking for a launcher to create a theme for and based on what I'm seeing I think I'm going to take a crack at Pegasus. I do have a couple of questions first though: first is it appears to me that performance maybe quite poor right now or is that just me? I'm mainly talking about the selection of games as I notice there is a bit of stutter on the animations as it switches selection. If there's something I can do to correct this I'd really appreciate it.
Secondly, I'm trying to run it in portable mode in order to easily work with the theme but it doesn't appear to be creating a config file within the install dir. I'm simply running it with the --portable flag but it appears to continue to use the UserData folder. Is there something I'm missing?
Anyway great work and if I continue to pursue the theme after digging deeper in I'll post my progress.
-edit-
OK I think I just answered my own questions. I just need to create my own config/themes/ folder for the second question. I noticed once I installed the ES2 theme that performance was improved so I'm wondering if either the default theme is heavy of if the stuttering is happening due to it trying to load video that isn't there (when I cycle between games it is displaying a screenshot for a split second before showing a grey box on top).
-
@PlayingKarrde hm the performance should be like what you can see in the first post's video or here:
when I cycle between games it is displaying a screenshot for a split second before showing a grey box on top
Hm, games that don't have videos should just show the screenshot, but it sounds like as if there's something loaded there which couldn't be played (causing the grey box).
I just need to create my own config/themes/ folder for the second question
The
config
dir should be created automatically when run in portable mode; I'll double check in case there's a bug in the code. -
@fluffypillow Yeah I'm not getting that performance. I'm running on Windows 10 (I7 5870k, 980ti, 32gb ram) so it shouldn't be the platform. Here's a video to illustrate:
It's most pronounced on the Fruit Ninja selection in this video but it's random where the stutter happens but it's always on the switch. As you can see the videos aren't loading and that's what I'm assuming the issue is (or maybe any video even if it worked would do this? I don't know. Regardless, the video you posted wasn't using videos nor does the ES2 theme which is why I'm coming to that conclusion.
For the config, I initially started it without --portable so it would have created the appdata files so I wonder if it's done that already it won't auto generate when using the flag?
-
@PlayingKarrde ah I see, it looks like the Steam videos may be the cause. It seems the video sources were found, but couldn't be loaded correctly from Steam's servers, which causes the slight pause every time the current video is changed. But since the video URL itself is valid, the video box doesn't disappear either. There might have been some changes on Steam's side, or maybe some networking error. If it's the latter, you might see some warnings in the log file (
lastrun.log
, should be in the same dir as thethemes
folder).The portable mode indeed got a small bug. It should create and work in the local config folder every time
--portable
is passed, but the directory handling broke with the recent settings changes. Will try to fix both issues the weekend. -
@fluffypillow said in Announcing Pegasus Frontend:
Ok, here's another Mac build. This should be working, optimized, Retina-friendly and also have proper icons. It's here.
She launches right up! There's a bit of an issue where the macOS menubar overlaps the top of Pegasus screen:
Just after launch, I get this error, not sure what it blocked:
2018-10-18 14:35:50.995 pegasus-fe[78930:3948321] App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
I tried to launch a Steam game, and I got this error:
Executing command: `steam steam://rungameid/265930` Could not run the command `steam`; either the invoked program is missing, or you don't have the permission to run it
Good progress!
-
@fluffypillow said in Announcing Pegasus Frontend:
There might have been some changes on Steam's side, or maybe some networking error. If it's the latter, you might see some warnings in the log file (
lastrun.log
, should be in the same dir as thethemes
folder).Yes you're right. This is spammed in my lastrun.log:
DirectShowPlayerService::doRender: Unresolved error code 0x80040218 ()
-
Oh sorry one more question. I'm having a hard time importing my EmulationStation games. I run that in portable mode also so it isn't automatically picking up my library so I'm not sure exactly how to get it in. I tried using your tool to convert my es_systems to a collections.txt but that doesn't appear to do anything (likely I'm missing a step somewhere). I also wasn't able to convert any of my gamelist.xml files. No error or anything, it just won't do anything.
-
I'm still working on this but just wanted to post some mockups of the potential theme. Ultimately I want something slick and modern that can fit in with other current smart TV apps. Please let me know if you see anything I'm attempting that you don't think is possible with Pegasus.
Like I said, still very much WIP but posting just in case I'm attempting things that are beyond the scope of the software (I don't think so though based on what I've been looking into).
-
@PlayingKarrde the flixnet theme is pretty close to what you're talking about, biggest trick is just finding the proper assets/images
-
@herb_fargus Ah very cool thanks. This will help get me going a lot faster. I have some ideas about assets so we'll see if it works.
-
@lazd Thanks! I think I can fix both issues, will post a new build later. If you have gamepads available, could you check if they're working fine?
DirectShowPlayerService::doRender: Unresolved error code 0x80040218 ()
Oh, that's actually a video playback issue, usually happens when Windows doesn't have the necessary video codecs (DirectShow filters) available to play the stream. Installing
opencodecs_0.85.17777.exe
from here should fix this. You can also use codec packs like K-Lite if you prefer that. I'll add this info to the documentation.I'm having a hard time importing my EmulationStation games. I run that in portable mode also so it isn't automatically picking up my library so I'm not sure exactly how to get it in.
Hm yes I think in such case you can either make ES non-portable or convert the gamelists to Pegasus' files and add the game directories in the Settings.
I tried using your tool to convert my es_systems to a collections.txt but that doesn't appear to do anything (likely I'm missing a step somewhere). I also wasn't able to convert any of my gamelist.xml files. No error or anything, it just won't do anything.
You mean using this site you've copied the contents of the XML files to the left, but nothing at all happened on the right? Interesting, could you send an example file that causes this issue? Maybe there's some new node that breaks the tool.
I'm still working on this but just wanted to post some mockups of the potential theme. Ultimately I want something slick and modern that can fit in with other current smart TV apps. Please let me know if you see anything I'm attempting that you don't think is possible with Pegasus.
Very nice! Yes technically everything is possible, the only thing currently missing is the recently played games (and, in general, sorting), but that will be added eventually.
flixnet theme
It's a bit outdated so might not work at the moment (but that can be fixed). There's also an article about its code too.
-
Ok, another Mac build here. This should fix the Steam and network issues, and in theory hide the menu bar.
-
Oh, that's actually a video playback issue, usually happens when Windows doesn't have the necessary video codecs (DirectShow filters) available to play the stream. Installing
opencodecs_0.85.17777.exe
from here should fix this. You can also use codec packs like K-Lite if you prefer that. I'll add this info to the documentation.Yeah that was the issue with the videos not playing but it still hitches between selections. I still feel like it is due to trying to load many things at once. My suggestion would be to have a slight delay before trying to load the background image and video then fade them in after, say, a second. This would be a smoother browsing experience and just overall more polished I feel.
You mean using this site you've copied the contents of the XML files to the left, but nothing at all happened on the right? Interesting, could you send an example file that causes this issue? Maybe there's some new node that breaks the tool.
Yes this is the one. Here's an example XML: https://pastebin.com/gjuK4uU0
Very nice! Yes technically everything is possible, the only thing currently missing is the recently played games (and, in general, sorting), but that will be added eventually.
Thanks. I figured sorting was still to do.Also if I could make one more suggestion, would it be possible to also read LaunchBox data as a data source? For me LaunchBox does a much better job scraping metadata as well as being a lot easier to organise your collection. ES2 is fine but it's very limited requiring lots of manual copy/paste. Since I feel your tool has a lot more potential and power, having easy access to that meta data easily would be amazing.
Keep up the great work!
-
Oh I also just got a crash (no big deal but here's the log in case it's useful): https://pastebin.com/TniqiTYn
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.