Server and HTPC webconsole (1 Viewer)

aasmund Nordal

Portal Pro
June 20, 2005
204
0
Norway
Home Country
Norway Norway
This looks interesting. Could it be possible to execute one link, resulting mediaportal starts playing from a playlist?
 

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
ErAzOr:

There's not much difference when looking @ the frontend so there's not that much difference to show.

aasmund Nordal:

I think not.
 

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
Just wanted to throw this out somewhere! This is just awesomeness with a cherry on it!

I don't really use winamp but after discovering ajaxAMP I just completely switch sides. Man this plugin is hardcore aswesome!
It just exposes all of your MP3 collection on the web for you. I was thinking writing something along this line myself but this just works so sweet I think I don't have too! Well yeah winamp is another obligatory thing in this whole ordeal but I guess I'm using this thing for myself for the time being (sorry for all ya'll who've been watching this thread for a release).

But you guys check this out. This tool, I guess, some of you would find pure awesomeness in!

ps.

The source is already freely available (for some time now);
http://code.google.com/p/homeserver-console/
But I know it's bad on the whole config part of things. I wrote this for my own use on first perspective. Then decided to maybe switch things to some sort of generic solution. So bare with me. You do need A LOT OF EXPERIENCE IN MYSQL AND PHP TO GET THIS GOING! Do not complain here for the time being cause this is not really in active development.

I think this could be going somewhere but I need help. I'm crazy busy for the time being so I just wanted to throw this out.

p.s.2

The source on google code is pretty outdated (from my point of view). There's been a whole discussion about php short tags, which I use, which is considered "bad" in public consent. Just another one of those things to make things quick (and maybe a bit dirty, yeah). Besides that I did not yet integrate anything with ajaxAMP with what is on google code currently.
PHP DEVs out there! You guys should check it out and maybe dig it. If so, consider crediting me please ;)
 

joz

Portal Pro
March 17, 2008
1,353
306
Home Country
Netherlands Netherlands
And I have made another major breakthrough on the bit of having too much open ports (according to some of you).

Found this on the uTorrent thread.
Created a couple of these and already shutdown 5 ports accordingly!

Although I can't seem to get it going yet with winamp

Code:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so

<VirtualHost *:80>
ServerAdmin webmaster@torrentbox
DocumentRoot D:/htdocs/
ServerName torrentbox
ErrorLog logs/torrent_proxy-error_log.txt
TransferLog logs/torrent_proxy-access_log.txt

ProxyPass /torrent http://127.0.0.1:8080/gui
ProxyPass /gui http://127.0.0.1:8080/gui
</VirtualHost>
 

Users who are viewing this thread

Top Bottom