XBMC Success story with almost completely web/php driven backend
#46
I should have something out in the next couple of days hopefully. I made some good progress today.
Reply
#47
Nick8888 Wrote:I should have something out in the next couple of days hopefully. I made some good progress today.

I've played around with what you posted earlier, but haven't had much time to really dig into it. I'll hold off looking at it further until you release what you're working on. Really looking forward to seeing it.

And, thank you SO MUCH for sharing this!!
Reply
#48
@jodeman, I updated the git page. Feel free to test it out. Requires new version of xbmc with jsonrpc. Haven't tested putting it in xbmc's web dir (/usr/share/xbmc/addons/..) but I don't think that would work.

For this to work you need to put it in you web server's (eg apache) folder ie /var/www/mediafrontpage/.

Now that the basic stuff is there it should be easy to develop it more.

http://github.com/nick8888/mediafrontpage

EDIT: If anyone wants to help out on the design (html/css) side of things, send me a pm.
Reply
#49
Nick8888 Wrote:@jodeman, I updated the git page. Feel free to test it out. Requires new version of xbmc with jsonrpc. Haven't tested putting it in xbmc's web dir (/usr/share/xbmc/addons/..) but I don't think that would work.

For this to work you need to put it in you web server's (eg apache) folder ie /var/www/mediafrontpage/.

Now that the basic stuff is there it should be easy to develop it more.

http://github.com/nick8888/mediafrontpage

EDIT: If anyone wants to help out on the design (html/css) side of things, send me a pm.

Thanks!

I'm getting this error on the front page under recent tv shows:

Fatal error: Call to undefined function curl_init() in /var/www/mediafrontpage/mediafrontpage.php on line 78

I looked on the mediafrontpage.php file, and it looks like it's having issues with jsonrpc. If I pay a visit to: http://192.168.2.5:8080/jsonrpc I get this:

JSONRPC active and working

So, it appears to be working. Not sure why it won't show anything there. Any ideas what I did wrong?
Reply
#50
oh sorry,
Code:
sudo apt-get install php5-curl
I'll put it in the readme.
Reply
#51
Nick8888 Wrote:oh sorry,
Code:
sudo apt-get install php5-curl
I'll put it in the readme.

That did it, thank you!

Is there supposed to be something in the middle of the page? There's a sidebar on the left and right and just a big blank area middle.
Reply
#52
Yeah, its an iframe to sickbeards comingepisodes page. I forgot to add it to config.php but you can find it at the bottom of mediafrontpage.php. Just change it so that it points to your comingepisodes page in sickbeard.

I've done some more work on it today which I will add to github tomorrow.

Updated on github. Cleaned up alot of the css. Let me know if there are any issues with it.
Reply
#53
Yo Nick. Kudos to you for sharing this awsome lil piece of kit!

Just wondering if I could make a small request. Is it possible you could share your apache configs that show the proxy redirections for sickbeard, couchpotato, etc? It's been a real pain setting it up, all I've got is transmission on the go, and webmin aint playin' nice. Your work needs to be used to its full advantage!

Thanks man Smile
Reply
#54
Nick8888 Wrote:Yeah, its an iframe to sickbeards comingepisodes page. I forgot to add it to config.php but you can find it at the bottom of mediafrontpage.php. Just change it so that it points to your comingepisodes page in sickbeard.

I've done some more work on it today which I will add to github tomorrow.

Updated on github. Cleaned up alot of the css. Let me know if there are any issues with it.

I have same problem and solved it.
________________________________
Usenet ProviderPrams & Pushchairs
Reply
#55
skunkfu Wrote:Yo Nick. Kudos to you for sharing this awsome lil piece of kit!

Just wondering if I could make a small request. Is it possible you could share your apache configs that show the proxy redirections for sickbeard, couchpotato, etc? It's been a real pain setting it up, all I've got is transmission on the go, and webmin aint playin' nice. Your work needs to be used to its full advantage!

Thanks man Smile
Heres my apache config
http://forum.xbmc.org/showpost.php?p=619...tcount=729

I also made a new thread for discussion:
http://forum.xbmc.org/showthread.php?tid=83304
Reply
#56
Cheers chap that helps a great deal Nod
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Success story with almost completely web/php driven backend0