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)



- splippity - 2011-07-31

nevermind I fixed it.... turned out I just needed to put in 127.0.0.1 and solved my problem.


- DejaVu - 2011-07-31

Your looking in the wrong place. MFP is settings based now.

On the front page you should have a cog - or a Settings Tab (depending on the Repo your using). Click that and it takes you to the settings page. You specify the URL and PORT in there and save it. Then Sickbeard will work. You would need to do the same for CouchPotato (5000) and Sab (8080).


splippity Wrote:nevermind I fixed it.... turned out I just needed to put in 127.0.0.1 and solved my problem.
You did not change the config.php did you? Should use the Settings Page...?


- DejaVu - 2011-07-31

gugahoi Wrote:That's what I was going to say. If you are sure they are -rwxrwxrwx then they should be working. But it still doesn't?
Nope. Sad


- splippity - 2011-07-31

DejaVu Wrote:Your looking in the wrong place. MFP is settings based now.

On the front page you should have a cog - or a Settings Tab (depending on the Repo your using). Click that and it takes you to the settings page. You specify the URL and PORT in there and save it. Then Sickbeard will work. You would need to do the same for CouchPotato (5000) and Sab (8080).

sorry I didnt elaborate more but thats what I meant lol. I fixed it in settings.
Laugh


- gugahoi - 2011-07-31

DejaVu Wrote:Nope. Sad

Just tested on Ubuntu and it does not work either... you are right. Will try and find a fix now!


- DejaVu - 2011-07-31

gugahoi Wrote:Just tested on Ubuntu and it does not work either... you are right. Will try and find a fix now!
Whoop, Whoop! G's on the case! Smile
I find it quite frustrating that this forum (XBMC) becomes alive at 4am in the morning my time. Rolleyes


- splippity - 2011-07-31

could some tell me how their xbmc interface looks??
I added mine and I dont understand why its not looking right.
Tech I use ps3 mediaserver because it works well for me streaming to my ps3 and other comps but if xbmc would work better I would try it.
I have the server on using the proper port and the proper username info inputted. I also have it set to allow upnp and changes from 3rd party.
Thanks.


Image


- Zenshi - 2011-07-31

DejaVu Wrote:Whoop, Whoop! G's on the case! Smile
I find it quite frustrating that this forum (XBMC) becomes alive at 4am in the morning my time. Rolleyes

+1 here, that's the price we pay for being European! Big Grin


- DejaVu - 2011-07-31

Took that off - Sorry.
Showing off again.
We should stay on topic in here.

@splippity
I think that you should ask that in a new thread mate. Wink


- gugahoi - 2011-07-31

DejaVu Wrote:Took that off - Sorry.
Showing off again.
We should stay on topic in here.

@splippity
I think that you should ask that in a new thread mate. Wink

I created my own class... seems to be working now... give it a go when you can.


- RaNaMaster - 2011-07-31

gugahoi Wrote:Rana, I think I know the problem here. For the RSS, try to change & to %26 so it would look like this:

Code:
http://www.nzb.su/getnzb/6a7d1328871fbfcceb2538ec3d09aa5b.nzb%26i=2018%26r=000000000000000000000000000000

and for the cat use the normal & again.



I have downloaded from the Official, from my Repo master and from my Patch branch as well and they are all working?!?!!! I do not understand the problem here....

http://www.youtube.com/watch?v=3Td2HNJwc2w

thank you so much im not sure whats going on with the search if you guys say its working then i will try it on a different server and see if it anything changes one more think you for the rss feed fix


- Mar2zz - 2011-07-31

Working great now! And wow! Many improvements since my last try in februari, configuration is now very easy!

I made an installscript for mediafrontpage, but thats not even needed anymore, it's so easy now compared to the version in februari.

Installationguide on the wiki is old, basically it comes down to this now:
Code:
sudo apt-get install apache2 php5 php5-curl
git clone [url]https://github.com/MediaFrontPage/mediafrontpage.git[/url]
sudo mv mediafrontpage /var/www/mediafrontpage
sudo chown -R www-data /var/www/mediafrontpage
Done!

(chowning is much safer than chmod 777. Since you keep all info inside config.ini you shouldn't use 777 on that one. The only disadvantage of chowning is you need to chown it back to the normal user to git pull new updates (so a updatebutton that gitpulls would be appreciated a lot).

People on ubuntu can try this installer (copy/paste in terminal):
Code:
wget http://dl.dropbox.com/u/18712538/Mediafrontpage/mediafrontpageinstall.sh && sudo chmod +x mediafrontpageinstall.sh && ./mediafrontpageinstall.sh



- gugahoi - 2011-07-31

Mar2zz Wrote:Working great now! And wow! Many improvements since my last try in februari, configuration is now very easy!

I made an installscript for mediafrontpage, but thats not even needed anymore, it's so easy now compared to the version in februari.

Installationguide on the wiki is old, basically it comes down to this now:
Code:
sudo apt-get install apache2 php5 php5-curl
git clone [url]https://github.com/MediaFrontPage/mediafrontpage.git[/url]
sudo mv mediafrontpage /var/www/mediafrontpage
sudo chown -R www-data /var/www/mediafrontpage
Done!

(chowning is much safer than chmod 777. Since you keep all info inside config.ini you shouldn't use 777 on that one. The only disadvantage of chowning is you need to chown it back to the normal user to git pull new updates (so a updatebutton that gitpulls would be appreciated a lot).

People on ubuntu can try this installer (copy/paste in terminal):
Code:
wget http://dl.dropbox.com/u/18712538/Mediafrontpage/mediafrontpageinstall.sh && sudo chmod +x mediafrontpageinstall.sh && ./mediafrontpageinstall.sh

This is fantastic! Thanks!


- DejaVu - 2011-07-31

Added it - working perfectly. Thanks for your hard work.

2 things though -
I've added the ability to download (not install) the Zip directly from the About page.
Can the Pushed At date be formated to remove the 'T' and the 'Z'?

Image
Image


- gugahoi - 2011-07-31

DejaVu Wrote:Can the Pushed At date be formated to remove the 'T' and the 'Z'?

I'm pretty sure it can. But on another news, I've finally managed to get a somewhat interesting script running. It now downloads the ZIP file and unzips it into a folder called 'update' inside MFP's root folder. Need to do the deleting and moving now. Hopefully I can finish this week and get a SELF-UPDATING MediaFrontPage!

However I find it unlikely that I'll be able to do anything tomorrow or the day after so if anyone is adventurous enough, I'd be more than happy to come back and see that someone already finished it :-D