ES devs and testers, this tool is for you!
-
Main Menu
Repo/branch to build menu
omit
make clean
?
successfully built
Edit repo/branch list
add repo/branch to the list form
set the default emulationstation
remove installed unofficial emulationstation branch
-
If only @jacobfk20's gridview mod was still being worked on.
-
@meleu thank you very much for putting this together!
This will certainly come in handy :)
-
Thanks for this and the tag, but TBH It's getting to warm for me to spend a lot of time tinkering with my Pi also I noticed that I either need a fan for my case or put a normal fan beside it. I'm getting temperature warnings when I just copy files over my LAN and when I was building the carousel mod back then it wasn't even that warm and I was afraid I would shut down because of the heat.
I wish I could test the z-index build (although I wish it also had the instant transition that was created some days ago) but for now I have to pass until I figure out how to get rid of the heat problem. -
@EctoOne what case are you using?
-
@pjft this one https://www.amazon.com/dp/B01D0IDL7C
It was included in a cheap bundle and I liked the look. -
@EctoOne I see. It does look slick, though there's not much room to take some parts off to let some air in.
I use the official one, which is also fully enclosed but is quite modular, so I usually take the sides off to let some air to circulate.
Maybe opening it and leaving it with the two pieces not exactly fixed in place would let some air to flow through it?
-
@meleu I would suggest you also mention the version of the script and if an update is available. This will allow testers to stay updated on its features
Edit: Would it be possible to remove Retropie-Setup dependency?
-
@pjft yeah i guess i will take off the top part and see if it makes some difference until i find another solution. I was thinking about getting a multi bay hdd case with enough space and build a NAS. Because i mostly use Kodi anyways and i'm running out of disc space and i don't just want to plug another drive on.
-
@Hex said in ES devs and testers, this tool is for you!:
@meleu I would suggest you also mention the version of the script and if an update is available.
Will do it.
Would it be possible to remove Retropie-Setup dependency?
No, it wouldn't.
OK. I mean "Maybe yes, but I wouldn't like to." :-)
What does the script use from RetroPie-Setup?:
gitPullOrClone
andrpSwap
functions fromhelpers.sh
(easy to implement in the script itself).retropie_packages.sh
script to install and remove the unofficial ES branches (this would be a pain to code in the script, I don't have time/interest to work on this).
Thanks again for your suggestions, mate! ;-)
-
@meleu I usually do my testing on Linux rather than Retropie. I can just comment out the Install and Remove scripts.
Gitpullorclone
would be great -
@Hex Why don't you at least put RetroPie-Setup scripts at your home dir? There's no need to install all emulators/etc, but it would make you able to use the script...
-
@meleu
Aww man, you are the best! You've certainly risen to my challenge, superb!I can think of only one improvement : to show the latest commit-date of the dev-branch, as well as the latest commit-date of the installed version of that branch, so users can see if they are up-to-date or not.
-
Submitted a pull request cleaning up some of the display text.
-
Changelog
- added the
Update "es-tests.sh" script
option in the main menu. - added script version to the backtitle (it'll be named with Greek letters' name).
Please, get the script via
wget
again and then you'll be able to update using the update feature from now on. - added the
-
@EctoOne do you have a heatsink on the pi?
I have mine in a 3d printed mini nes case, and it only overheated on me twice, once when I was using the ds4drv driver, that just caused a constant overheat, and once when playing with overclocking and the votlage setting, I reduced it to 4.5v i think and now it runs cool "ish"that being said I live in DUBAI! where it is mega mega hot. I run the pi in an ambient of 27 - 28 C at night when the AC is off, playing psx games and it hasnt ever overheated.
maybe you have something running in the background causing it to over heat?
I also have a KODI box which is used almost all day, again in say 25 - 27C and it never has problems overheating either, it has a small alu heatsink on it. no fan because I found the fan noise to annoying. -
@Zigurana said
show the latest commit-date of the dev-branch, as well as the latest commit-date of the installed version of that branch, so users can see if they are up-to-date or not.
I started to think about ways to implement such feature, but then I realized that it would solve an already solved problem. As far as I understood you want to prevent the user spending time downloading/compiling unnecessarily. Am I right?
I made this tool acting this way: if the tester tries to build/install an up-to-date repo/branch, it won't be very time consuming.
Why?
Two reasons:
- The script downloads the source files using the
gitPullOrClone
function from RetroPie-Setuphelpers.sh
, and it won't download everything again if the local repo is already up-to-date. Thanks to the RetroPie-Setup modularity I could use that function and not "reinvent the wheel". - The script gives the option to omit the
make clean
beforemake
, then only those files that were changed and their dependents are compiled again (actually the script gives the option to not omitmake clean
, then I think we can consider this omition the default option). Thanks @Hex for this simple but wonderfully useful tip.
- The script downloads the source files using the
-
Hey testers! There was a bug in the script when you were trying to set the official RetroPie ES as the default one (the C option in the main menu). I've just fixed it. So, please, update your scripts.
If you used that feature to set the official ES as the default one, probably your
~/RetroPie-Setup/scriptmodules/supplementary/emulationstation.sh
is non-existent/invalid. Here is how to fix it:cd ~/RetroPie-Setup/scriptmodules/supplementary rm emulationstation.sh wget https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/scriptmodules/supplementary/emulationstation.sh
Thanks and sorry for the inconvenience.
-
ANOTHER UPDATE
A small improvement to prevent problems as pointed by @TMNTturtlguy here.
Current version: delta
-
@meleu said in ES devs and testers, this tool is for you!:
Current version: delta
Was this an intentional, or unintentional Power Rangers reference?
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.