WebtroPie
-
Hi, any news about your project please ? :)
Can you first correct the description saving?
I know you don't have so many free time, but if you can, it will save me many time on game editing for many gameslist.xml i must work on :p
I understand it will be take more time to fix image upload :( -
@kixut THIS IS AWESOME
-
@darknior hi, I will get on that problem next, sorry I've been quiet this last week and I only saw the github issues a few days ago.
I've a few commits that I haven't pushed yet (carousel vertical-wheel for SpaceOddity theme, a speedup, ... I can't remember what else) so I will push them with the github fixes. It was a good idea to move the issues to github I think and was about to suggest it.
@madmodder123 thanks :)
-
@kixut said in WebtroPie WIP:
a speedup
What do you speed up ?
The big thing slower than on PI, is the HOME MENU, it take more time to jump from a system to an other one. -
@darknior if some system lists have several thousand games or so it can take a few seconds to parse, check sizes, paths, media etc and encode the result, so I added a few lines of php code to store the result and if the cache is newer than the gamelists to just send back the cached result from last time to the client instead, it will probably still take a second as it is still a large file to transfer over the network but worth it I think, I've made it an option so it can be compared on or off but I've a feeling it will always be more efficient on.
I've just got in so haven't looked yet but was thinking about the saving problem, I have a little code which prevents updates from clients not on the 192.168 network, I put it there so that if someone served their site to the outside world they wouldn't want to give write access to the world, .... are you editing from 192.168.?.? on your local network ?
-
@kixut said in WebtroPie WIP:
cache is newer than the gamelists to just send back the cached result from last time
Excellent idea :)
To be fastest you can also use the BROWSER CACHE :)
I use it some time a go and it is instant :)are you editing from 192.168.?.? on your local network
Yes i'm am, not problem with that. And all other informations saving fine, only description is not saved :(
updates from clients not on the 192.168 network,
Why not, it can be cool to work with friends too, can we remove this option in settings too ?
-
@darknior see my reply on GitHub. Yes, I will add that as an option, good idea. ta
Edit: The problem with browser cache is that I want it to expire when the gamelist changes, I could give the php script an expiry date but if the gamelist changes before then the user would see old data. Having said that, it gives me an idea, initially I load the configuration file from the server, I could include in this the file dates of the gamelists this gets sent to the client, then, if I request each game list with that as a parameter then it should cache correctly client side without the need to cache server side. I'll have a go for next time.
-
- It's ok for Description saving.
- I know why the home menu is slow, i think it's because you stand to COUNT GAMES, and show GAME COUNT with an translation ANIMATION, before moving to the next system. And it take time ... Maybe is it possible to stand a little to start the animation to let us fastest move to the next system?
-
@darknior just to let you know... after installing and initializing the apache web server it goes to the success page when you load http://retropienamehere so in var/www/html you need to wipe the index.html and add this:
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./http://127.0.0.1/app/">
<script type="text/javascript">
window.location.href = "./app"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, <a href='./app'>click here</a>.
</body>
</html>this will automatically redirect you to the symbolic link of "/home/pi/WebtroPie/app"
you may want to have a script auto generate this...
Thanks for a great add-on!
-
@linuxarcadeguy hey thanks good idea, I have added a REDIRECT_WEBROOT.sh script to install your file.
I'm planning to spend a little time setting up the wiki so I will include an explanation of this there.
-
Yes thanks it works fine for me too :)
-
also.... launch isnt working for me... not that its real handy, just wanted to see it work... :)
-
@linuxarcadeguy thanks for the feedback, I've fixed the launch issue now, please note that you may have to run INSTALL.sh again.
While I mention it the INSTALL.sh has considerably changed and you are given the choice of running the app either under apache or stand alone using php web server (no changes are made to apache/php), more information regarding this is shown during the install.
The INSTALL.sh changes also fixes a big issue with the app not having the correct permissions leading to many problems.
thanks
-
this needs a pin to top for people to easily find install instructions, pin with demo video pls..
git clone https://github.com/gazpan/WebtroPie
cd WebtroPie
sudo ./INSTALL.sh
optionally
sudo ./ENABLE_LAUNCH.shplease also note chmod must be performed on install.sh and enable_launch.sh
redirect doesnt work, you have to replace index.html in var/www/html with the redirect file index.html
-
also... new installation doesnt work... maybe work up exact installation instructions of how its supposed to be installed, since you have many manual steps versus an automated scripting process
-
@linuxarcadeguy hi, weirdly I didn't see this because I've been updating the Wiki
Only those first 3 lines are needed now since the install now prompts for apache vs stand alone.
Could you tell me how it is failing to work, how far it gets and what you can see.
Maybe the wiki could answer the problem but I really like to make sure the install step is good as it can be.
thanks
-
@kixut I really like WebtroPie but unfortunately images and videos are not displayed on the details screen. My images and videos are in the
/home/pi/.emulationstation/downloaded_images/
folder. When I copy the video-url it looks like that:
Is there a way to fix that?
-
@jwcbronski thanks... sorry about the bug, can you update and refresh you browser please?
-
@kixut Thanks a lot. Now it works.
Another question: Is it possible to automatically add an -image or -video suffix to the filenames when uploading media in WebtroPie? -
Since i'm planning on reinstalling my Pi (again) when i get a bigger USB stick, i just installed a bunch of extras to try out.
And i also took a look at this, even though I probably have not that much use for it.
There are some things I would like to see.- Have an Option to run the STANDALONE.sh from the RetroPie Menu within ES
- If that option was available, it should probably kill ES beforehand to avoid conflicts
- If ES was killed in that process, it should be possible to either restart ES or reboot the system from WebtroPie
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.