Kodi Community Forum
MediaFrontPage - Web interface with widget type architecture to control multiple apps - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: MediaFrontPage - Web interface with widget type architecture to control multiple apps (/showthread.php?tid=83304)



- branlr - 2010-12-15

Nick8888 Wrote:install curl..

Pfff... yeah... thanks. I don't know how it got turned off in XAMPP.

I know it's in this thread elsewhere, but for anyone else using XAMPP in windows who gets this sort of error message, find the PHP.ini file and un-comment (remove the ";" character from curl. To find it, just do a search in your text editor for curl within the php.ini file.

Thanks Nick8888.


- DejaVu - 2010-12-16

I've been looking at trying to get NZB.su supported via the RSS Feeds, but cannot seem to bend my head around entering the correct feed.
(As mentioned by jayhawk785)

I worked out,

http://nzb.su/rss?t=NZBID&dl=1&i=IDNo&r=APIKEY will add the feed.
But it doesnt really the 'Direct to Sab' link. It opens a new page and downloads it.

Taking the '&dl=1' away enables the popup dialogue box as it is then, just the NZB Info page.

Can anyone with a little more skill than me edit it so that NZB.su can be used? It's the only 'Open for Reg' NZB provider at the moment that can be used and would help a lot of new users get used to MFP's settings (if they do not have a NZBMatrix account yet).

Adding support for this opens the door for other providers like NZBs.org and Newznab that use the APIKey in the URL.

It will be a 'tidy up' I suppose, to an already awesome feature. Smile

Looking to download the new branch with Settings page in a mo...
It's a shame these places are not RSS HD in 1080 and 720 seperately ATM either.

Grabbed the Database branch - Great transformation Nick! So much easier to setup.
Minor issue in the wComingEpisodes widget -

Quote:Notice: Undefined variable: newlink in C:\xampp\htdocs\widgets\SickBeard\wComingEpisodes.php on line 150
Image


- RaNaMaster - 2010-12-18

http://code.google.com/p/newznab/ <---- look look code to do some indexing and maybe even a search engine


- gugahoi - 2010-12-19

that's cool but where is the api? I can't find it.


- DejaVu - 2010-12-19

Does not need an API AFAIK.
I think what RaNaMaster means is you can install newznab locally and index all the NZB's yourself, then access it from the Nav bar menu at the top of MFP.

I tried setting this up before, it did do the job, but I could not get my head around it properly. It indexes and RegEx's all the releases for you practically the same as NZBS.org, only locally on your machine.

A lot of processing power is needed to use it and it did freeze my computer a couple of times.


- gugahoi - 2010-12-20

All right, my pc will probably not be able to handle it then. Does NZB.su have an api anyway?

Nevermind, found it here http://nzb.su/apihelp


- DejaVu - 2010-12-27

Just reinstalled XBMC, went to setup MFP, but /var/www is missing from Dharma Final.

Has the location been changed that anyone is aware of?


- RaNaMaster - 2010-12-27

you need your own http server xbmc does not do php


- DejaVu - 2010-12-27

I used it before and install php5-curl got it working. I've been using the windows version using xampp for the last few weeks, but have decided to go back to XBMCLive. Last time I git cloned to /var/www installed php5-curl and it worked.

It's loading the page (albeit blank). Media Center appears in the title bar and the favicon, but thats it.

What command do I need to process to get http with PHP running?
I'll re-read the thread for clues...! Smile

--EDIT
Fixed


- RaNaMaster - 2010-12-27

you need to enable extension=php_curl.dll in your php file


- DejaVu - 2010-12-27

Na, installed curl. Was my setup just being anal. I screwed up my config.php file. Smile

The problem was between keyboard and chair.


- gmk2 - 2010-12-28

Currently working to get this running on windows home server - some questions:

* any ideas on getting the harddrives widget to work with the WHS drive extender? Nothing is returned for these while non pooled drives seem to work fine.

* continuous stream of undefined index notifications when playing music from the nowplaying widget as follows:
Undefined index: artist in C:\Inetpub\wwwroot\MFP\widgets\wNowPlaying.php on line 150
Undefined index: title in C:\Inetpub\wwwroot\MFP\widgets\wNowPlaying.php on line 151
Undefined index: album in C:\Inetpub\wwwroot\MFP\widgets\wNowPlaying.php on line 152
have I missed an extension that needs to be enabled or some such?

Thanks - looks like a very neat tool!


- Hodge20001 - 2010-12-29

HELP!!

Ive got the site up and running and its working fine, appart from one major issue.......

Its working and i can access it and its linking into XBMC, the main issue is when i seem to keep the page open on a machine and it refreshes it crashes my XBMC.

This happens if im watching a Video or listening to music.

It seems to crash the whole of the XBMC service running, i see the XBMC loading screen briefly and it pushes me back to the default Home screen.

Im running ::

XBMC-Dharma-Live installed on the HDD

Sabnzbd, sickbeard and MediaFrontPage running on a separate Server, which holds all my media etc.

Anyone had this issue @ all?


- DejaVu - 2010-12-29

Yes, I have noticed this - but I did not realise it was MFP related as MFP runs separate from XBMC. I've got quite a few addons running on my HTPC.

I'll report this as an issue on Github and see if the cause can be found. I'm guessing it's memory related somehow, perhaps with the XBMC Library Widget. When it crashes/hangs/restarts you should post your Log in your temp directory to find problems.


- Vankwish - 2010-12-29

First up ... fantastic job guys! Nod

I love it, i had it up and running (albeit incorrectly) and its something that i found just too useful.

I never had my httpd.conf set up (it was blank), all i had was a separate .conf file for sabznbd in /etc/apache2/conf.d/

I have tried and tried and tried to do the same for sickbeard and couchpotato, trawling through their massive threads in my attempt Sad

In my attempt i seemed to have borked a few things . . .

1) setting urlbase in couchpotato to "urlbase = couchpotato" borked all formatting in cp

2) adding conf's for couchpotato and sickbeard did not work

3) changing the config setting in sickbeard to allow proxypass also did nothing (web_root = /sickbeard)

4) removing all conf's and using the template that nick8888 posted in the cp thread for the httpd file borked apache completely Sad

Code:
localhost ip address is 192.168.1.50

sabnzbd is port 9999 - accessed via ip\sabnzbd with the conf.d/sabnzbd.conf

sickbeard is port 9998 never acheived acces on ip\sickbeard :(

couchpotato is port 9997 never acheived access on ip\couchpotato :(

xbmc is port 8080
Before when i had media front page sorted i used absolute paths for the title links etc and thus had loads of user/pass requests, im going to do a fresh install using the 10.04 xbmcfreak live cd and was wondering if anyone could point me in the right direction to correctly setting all this up i.e. which conf files to edit and what to put in them Smile

I know this isn't exactly the correct thread for it but alot of people are going to be very interested in getting all this set up so it might be useful here?