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)



- gugahoi - 2011-08-11

Mar2zz Wrote:Omg, I forgot I had noScript enabled... Updating works in Chrome and firefox! chmod 774 is enough.

Strange detail, but no biggie, al text is centered on the page in chrome, and on the left in firefox.

Awesome!!!! How did you find it? Any ideas/improvements?

Quote:@shadowfighter...
New installationprocedure (safe and secure)
Code:
sudo apt-get install apache2 php5 php5-curl
git clone https://github.com/MediaFrontPage/mediafrontpage.git
sudo mv mediafrontpage /var/www/mediafrontpage
sudo chown -R www-data /var/www/mediafrontpage

Beat me to it!


- Mar2zz - 2011-08-11

It works like a charm and is very fast. See my post above, I have written some feedback there. Also, I am missing a back or home button to leave the page. And as I said, when i visit the websites root again (in my case http://servername/gugahoi, it does that servercheck again).

Oh yeah, it doesn't need updating, as I can update every second I want. So you need to build in some check to see if it's needed to update.


- shadowfighter - 2011-08-11

wow guys that was quick Smile

thanks a lot!


- gugahoi - 2011-08-11

Mar2zz Wrote:It works like a charm and is very fast. See my post above, I have written some feedback there. Also, I am missing a back or home button to leave the page. And as I said, when i visit the websites root again (in my case http://servername/gugahoi, it does that servercheck again).

Yes, I'll probably do an auto redirect when successful or something. The servercheck I know, it's a little annoying but I'm thinking of changing the way it actually works... will look into it later on.


- Mar2zz - 2011-08-11

With this update feature working there is totally no need to chmod anything. Just chown -R www-data is enough for everything to work. good job. simplifies install.


- shadowfighter - 2011-08-11

So can you guys help me with Sabnzbd ? I have SAB working in all other tools, like CP / SB etc, but in Media Center the widget is empty.. is there a log file to check?


- gugahoi - 2011-08-11

shadowfighter Wrote:So can you guys help me with Sabnzbd ? I have SAB working in all other tools, like CP / SB etc, but in Media Center the widget is empty.. is there a log file to check?

I put my money on the API, did you fill it in under MFP's settings?


- shadowfighter - 2011-08-11

gugahoi Wrote:I put my money on the API, did you fill it in under MFP's settings?

Lost money... it is filled in.. tried both API key's from SabNZBD.


- gugahoi - 2011-08-11

shadowfighter Wrote:Lost money... it is filled in.. tried both API key's from SabNZBD.

OH NOO!! hahah It's the one I always forget. You should use the first one (API Key not NZB key) by the way. Hmmm how about the port? Username/password. Is all of that double checked?


- shadowfighter - 2011-08-11

gugahoi Wrote:OH NOO!! hahah It's the one I always forget. You should use the first one (API Key not NZB key) by the way. Hmmm how about the port? Username/password. Is all of that double checked?

Yes double checked / triple checked...

My password has some 'special chars' in it.. could that be an issue?

f.e. the @ symbol


- gugahoi - 2011-08-11

shadowfighter Wrote:Yes double checked / triple checked...

My password has some 'special chars' in it.. could that be an issue?

f.e. the @ symbol

Possibly. Open up config.ini in a text editor and check the values in there...


- Mar2zz - 2011-08-11

No need to use a username/password for sanbzbd if you use the api. You can leave that empty if you filled the api-key. that's what an api is for.

ow and don't use http:// in front of SabNZBd+ IP:

I used my hostname there.


- shadowfighter - 2011-08-11

gugahoi Wrote:Possibly. Open up config.ini in a text editor and check the values in there...

Checked it, they are all ok... btw would be nice to encrypt those kind of values in INI files Wink

As mentioned, connecting those tools together is not new for me, I have SB / SabNZDplus integrated etc. So I don't think it is a config issue for me Wink Big Grin


- gugahoi - 2011-08-11

shadowfighter Wrote:Checked it, they are all ok... btw would be nice to encrypt those kind of values in INI files Wink

As mentioned, connecting those tools together is not new for me, I have SB / SabNZDplus integrated etc. So I don't think it is a config issue for me Wink Big Grin

I don't think encrypting is necessary. It's impossible to fetch those values. Specially if you are using some kind of password protection (built in or .htaccess)

I gotta run now but if you post as much info as you can I'll try and help you out tomorrow. As I said, 90% of times the problem with SAB is people forgetting to put the API Key.


- shadowfighter - 2011-08-11

Mar2zz Wrote:No need to use a username/password for sanbzbd if you use the api. You can leave that empty if you filled the api-key. that's what an api is for.

ow and don't use http:// in front of SabNZBd+ IP:

I used my hostname there.

mmm it is now working... i tried all kind of different options. and I was just starting TCPdump in order to see what was going wrong and then it started working.... mmmmmmmmmmm strange..

very simpel now:
- ip address
- api key

thanks!