Announcing Pegasus Frontend
-
Hey,
First of all, big thanks for your work, we can really see the progress and the potential of this software.
Here's my questions :
As an android user, I wanted to know if it's a way to add android games/apps into pegasus and create categories for it. Also if it's possible to use it as a main launcher. -
-edit- actually it looks like these all have 4+ set as their players and this is what's causing it to fail. Removing the + in these entries allows it to parse.
Thanks! Yeah the
+
was indeed not handled. Is that even supported by ES?First off I want to say I love working with this launcher.
That's good to hear :) And nice progress!
Some issues I'm having though:
- You might want to take a look in the recent themes that also use custom fonts, like here. In general, you'd use
FontLoader
somewhere to load the font, then for aText
set thefont.family
to either the font's name or aFontLoader
object'sname
property. - You mean keeping the selection in the middle row when going up/down?
preferredHighlightBegin
andEnd
might help with that. - This page might help. If something's unclear just tell me :)
@Seya16 I'm not sure whether Android lets you list the apps as files, however it should be possible to add support for that internally as a data source (like ES2 and such). As for the main launcher, I don't plan to make Pegasus as one, as that'd need me to deal with things like home screens, widgets, app drawers and whatever else a launcher does.
- You might want to take a look in the recent themes that also use custom fonts, like here. In general, you'd use
-
I have strange controller issues on android. I tried with usb donge (wifi) or bluetooth controller, in pegasus-frontnend they always double-mapped (analog stick and d-pad) so i always skip 2 menu-entries / games instead of one by one. On Windows (partially same controllers) i have no issue.
Is there a way to "force divide" the left analog stick and the d-pad?
edit: tried on a android streaming box and the fire tv stick 3
-
what's this frontend chooser? is it possible to add this onto an existing retropie installation?
-
@sunwind said in Announcing Pegasus Frontend:
what's this frontend chooser?
It's a game library and launcher, similar to Emulationstation - please read the 1st post and visit the homepage - http://pegasus-frontend.org.
is it possible to add this onto an existing retropie installation?
Yes. There is package you can install from the
experimental
section. -
@sunwind The Frontend chooser is a graphical utility that lets you install the available frontends for RetroPie and select the one you would like as default. It's a neat way of testing the frontends on your system before you commit.
You can install it by following the instructions at the foot of this page: https://github.com/mmatyas/retropie-frontendchooser.
-
@Purg-Derren someone has also just reported this issue a few days ago; does it used to work in older releases?
-
Hey, how can I run as portable on the mac?
-
@PlayingKarrde I think that should be
open -a /path/to/Pegasus.app --args --portable
-
@fluffypillow not sure, first version i tried on android was alpha 9-59 i think (had already the problem) ..not sure about pre alpha 9
Also, the strange "super-zoom" effect is still there (all platfroms).
If there are only 3 or less (i beliefe it's max 3 items) games in a collection and you switch ONE collecttion for- or backward and then back again, the entries are "super-sized" - so they partially overlap.
If you go two or more steps for- and then back, then there is no such effect. -
Also, the strange "super-zoom" effect is still there (all platfroms).
Yeah, that's an old bug in the default theme, the entry sizing logic is not 100% correct at the moment, but will get fixed eventually :)
-
open -a /path/to/Pegasus.app --args --portable
Hmm. It's does open the app but it doesn't create the necessary directories, nor does it read from the folders within the same dir as the app. Although maybe I'm just assuming it should work the same as windows when in reality most things do not haha. I'm basically just trying to make theme development work cross platform but can't seem to get it going on the mac version. If you think it's not quite ready yet I can just stick to the PC one for now.
-
@PlayingKarrde yeah Mac apps are quite different from the rest of the releases :) As for portable mode, I've found that apparently local directories don't work for files with the "quarantine" property, which is default for downloaded apps it seems. You should be able to fix that with
xattr -dr com.apple.quarantine Pegasus.app
. -
Weekly update!
- macOS releases are now available
- See here for now, will update the main page too in the next days
- Note that support is still experimental due to lack of actual hardware. Bug reports are welcome!
- Android: Pegasus can now list and launch other installed apps
- However, no metadata or assets are available yet; this will be improved in the future
- This feature can be turned on/off under Data sources in the Settings menu
- I've also experimented with allowing Pegasus to be set as the main launcher, but personally I've found it a bit too easy to set that accidentally, so I've stick to being a regular app for now
- Logging improvements
- Colored output on terminals
- Timestamps in the log file
- General format improvements and fixes
- Fixed portable mode
- Fixed some Steam URLs not using HTTPS
- Fixed some XML reading bugs in the ES2 converter tool
- Developers: Moved the default theme to a separate repository
- macOS releases are now available
-
@mitu Thank you
-
So I'm trying to get my collections going and I'm using a third party scraper since I don't want to install emulationstation without portable mode (having to organise my roms where ES2 wants me to is never going to happen) but either the scraper I'm using is adding media to an unusual folder structure or Pegasus is using a strange format. I'm using Skraper.net since it seems the best for people not necessarily using RetroPie (which in this instance I'm not).
Your suggested structure is:
NES/ ├─ collections.txt ├─ metadata.txt ├─ Contra (U).zip └─ media/ └─ Contra (U)/ ├─ boxFront.jpg ├─ logo.jpg └─ video.mp4
But Skraper is doing this:
NES/ ├─ collections.txt ├─ metadata.txt ├─Contra (U).zip └─ media/ └─ box2front/ └─ Contra (U).png
Since the scraper doesn't add the links to metadata.txt file this isn't really a solution. I've searched through Skraper to see if I can rearrange things but I can't see to be able to make a configuration similar to the one you are suggesting.
Do you perhaps have a different scraper that you suggest that does indeed scrape media in file structure that Pegasus is looking for?
-
@PlayingKarrde unfortunately I'm not aware of any scraper that supports Pegasus out of the box. Hopefully this will change in the future. For now, the files have to be arranged manually (or with some scripting).
-
@fluffypillow said in Announcing Pegasus Frontend:
Weekly update!
- I've also experimented with allowing Pegasus to be set as the main launcher, but personally I've found it a bit too easy to set that accidentally, so I've stick to being a regular app for now
but, but - that would be GREAT!
Maybe you could offer two versions, regular and a "launcher"-version so people can decide wich to use - for me, if i ever finish my rom-collection - the launcher thing would be the optimal result!An other question: the "basic-theme" in the theme tutorial thread... is there a way to use this one w/o to compile or smth? i tried to simple copy the whole sourcecode and make a "theme.qml" and put it (in a subfolder) to the other themes, but it is not recognized by pegasus..
-
@PlayingKarrde unfortunately I'm not aware of any scraper that supports Pegasus out of the box. Hopefully this will change in the future. For now, the files have to be arranged manually (or with some scripting).
Ah ok. I think what I might do then is just write an autohotkey script to convert the format I posted to Pegasus format then. Shouldn't be too hard. I'll post it here when it's done.
-edit- actually I'm just curious why you chose to organise your files this way? If scrapers are scraping them a certain way would it not make more sense to conform to these standards than have scrapers add your launcher to their system? Just my 2c.
-
@PlayingKarrde yes, some automation would be nice i think.
i also use the Skraper, and for now i generate three folders "videos", "wheel" and "box3d" ... and after that i create the new directories and move/rename the files with command promt (windows)for %i in (.png) do (md "%~ni" && move "%i" "%~ni")
for /r %i in (.png) do ren "%i" boxFront.png (and/or logo.png)and same for the videos
for %i in (.mp4) do (md "%~ni" && move "%i" "%~ni")
for /r %i in (.mp4) do ren "%i" video.mp4then i cut/paste (and merge that way) all the directories into the "media" folder.
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.