WebtroPie
-
@kixut GitHub is the best platform for active development imo though the forum can help with visibility/asking for others to help test.
I like the idea of merging the two, we have far too many web managers in varying states of completion.
-
@herb_fargus .. ok, warts and all here it is, WebtroPie
@Sano .. thanks by the way, I liked it, and also thought Wires, web interface for retropie emulation station but gave my son the casting vote!
Edit: oh yes, to install it needs a
git clone https://github.com/gazpan/WebtroPie
cd WebtroPie
sudo ./INSTALL.sh
optionally
sudo ./ENABLE_LAUNCH.sh -
@kixut the README says Webretro.
-
@meleu oops, thanks Fixed
-
@kixut The current version is using apache. Any plans to change to the php builtin webserver?
-
@meleu , if you would prefer you would just need to remove the <base href="roms"> tag in the index.html file and then run :-
php -S {ip_address}:8000 -t app/I was surprised that it didn't perform as well as apache, I can understand why al little since the client throws a number of requests at the server asynchronously and so this benefits from a multi threaded web server (I'm assuming), but what I didn't expect was that each request seemed slower too, if you F12 in chrome and look at the network transfers (esp filter on XHR traffic you'll see the difference ... happy to make a vid on it if you like
Having said that I'm not quite sure I believe that it can't perform better, so until I work out how I'll leave it as apache, most people I think will be running apache anyway and it's not too difficult to do the above if you prefer, but option definitely open for future, would be nice not to have to change apache ownership and may solve an input issue with launching that I have.
-
some minor changes for Indent and Comic-Book themes changlelog
git pull origin master
-
@kixut @TMNTturtlguy Could you elaborate on the invalid characters? Is that something @TMNTturtlguy should be aware of on his theme/should be able to fix on his end?
Or is it something that you feel should be exclusively on your end?
-
@pjft @kixut I am not sure I am following what the issue is here? Are you referring to the letter A that was in accidentally inserted into all the theme.xml to line 1? If that is what is being referred to, that was an accident and it has been removed from all .xml in the upcoming update. I believe that character, the letter "A" did not have an affect on users running on a rasberry pi, but rather on other devices. Please let me know. Thank you
-
-
@TMNTturtlguy ... oh yes, sorry I didn't read your post before replying to above, it's no problem I had to remove comments and white space before the first tag anyway as this also isn't acceptable to the parse I use so it was a minor thing for me to add.
.Edit: ... great theme by the way, awesome!
-
@kixut thanks! Look for a new complete release, hopefully in the next 24 hours. Your project looks very cool as well, somehow I missed this thread but now I am very interested! I will need to learn more about this!
-
Is this still being worked on @kixut ?
-
Hi, I have quite a few local changes that I haven't pushed to GitHub yet, some of which necessitated quite a bit of a code restructure and tidy exercise, but yes, real life sort of took over at the start of summer and I haven't worked on it for a while now. I plan to pick this up again soon and will start making silent updates to GitHub again.
-
@kixut said in WebtroPie WIP (was "Web App WIP +please give it a name..."):
Hi, I have quite a few local changes that I haven't pushed to GitHub yet, some of which necessitated quite a bit of a code restructure and tidy exercise, but yes, real life sort of took over at the start of summer and I haven't worked on it for a while now. I plan to pick this up again soon and will start making silent updates to GitHub again.
Hi
Some news about your great project ?
I discover it today and really i love it <3-
Your last comit was 5 month ago, ES and theme have evolve ...
And now for exemple the MINI theme serie (NES, SNES, PSX) are crashing your Wab App. I think you must code a CAROUSSEL fix. -
I'm French and i also have a problem with é è à ç ... maybe your are not using UTF-8 encode ?
- You are not using XML media PATH ... so bad because i can't see any of my MEDIA :(
-
-
-
Oh hey, the name I suggested got used!
What scripting language did you use and how'd you get it onto the web? (if you used html please teach me)
-
@darknior Hi, thanks for checking it out, yes sorry I stopped working on it over the summer but have been working on it again and funnily enough I have rewritten the carousel code to cater for auto and custom collections and at the same time fix a bug that I had with IE.
The first thing I did however was to completely restructure the code to adhere to AngularJS style guide, I've made lots of improvements but with such a lot of code changing I have to work through quite a few issues but I hope to release the changes in about a week.
Could you post the game info for the screenshot above from your gamelist.xml please?, I should be able to sort out the UTF-8 encoding issue. - thanks
I see that you media path is /home/pi/RetroPie/media instead of /home/pi/RetroPie/roms
I will try to make this automatically detected from es configuration but for now it should work if you change the file below
WebtroPie/app/svr/config.php
change :-
define("ROMSPATH", "roms/");
to
define("ROMSPATH", "media/"); -
@pokeengineer - it's getting there, I've recently implemented the various view transitions (more similar to the windows build) and the vertical themable carousel, the more recent themes all work well with the new version that I hope to release soon.
-
@itsnitro .. the front end is all javascript using AngularJS, the server side uses PHP. As a bit of a programming exercise I might in future change to Angular 2 with a purely nodejs back end.
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.