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)



- Mar2zz - 2011-08-05

I am not a fan of microsoft so I lolled. When it's in the readme or on the website it would be nice for those IE users.

oftopic:
I thought IE not being compliant to webstandards was an old story (IE6)...


- DejaVu - 2011-08-06

FIXED. Big Grin


- oneadvent - 2011-08-06

So just to be clear I can install this on another machine?


- DejaVu - 2011-08-06

oneadvent Wrote:So just to be clear I can install this on another machine?
Yep, clear as mud... Install it wherever you like. Wink

MFP only really needs an Apache HTTP Server (with PHP Enabled) so is compatible with practically every platform available.
Explain a little more of what your trying to do and I can help.

It only really needs to installed to one machine per network really... all machines connected to that network can open it.


- apex82 - 2011-08-06

Hey Guys,
Huge thread and looking for quick answer. Can I get this to work on windows 7? If so, link to file or directions would be greatly appreciated.
Cheers


- DejaVu - 2011-08-06

Yes you can -

Uniform Server
MFP (download the Zip and extract it to your /www or /htdocs folder)

Then navigate to http://localhost


- gugahoi - 2011-08-06

Regarding IE stuff, Deja is right, IE is not a browser. Dunno how to classify it to be honest, but maybe we can call it a hassle...? (don't want to be too rude).

There might be a work around it however with this if one really wants to use IE so badly (why would someone put themselves through that bogles my mind).

BTW Mar2zz, great work on your script !!! Awesome name too hahahh! Thanks for including MFP in there.


- oneadvent - 2011-08-06

Okay I wanted to install this on another machine on the same network and I get green checkmarks next to all of these:

PHP Version 5.3.2
LibXML found
cURL found
Config found.
layout.php found

BUT when I click continue nothing happens.

What am I doing wrong? I only set my global ip and global username and password, is there more to it?


- steve1977 - 2011-08-06

DejaVu Wrote:Should be all working now. Some more settings for SS and HP were missed. Please let me know.

Sorry that it took me a while to reply. Headphones and subsonic support with enabled reverse-proxies is getting closer, but is still not working. 2 different errors though:

Headphones - artist-list now shows in MFP, but in extremely ugly colors (shiny blue on MFP grey; also, headphones logo top-right does not show up. When clicking on any link in the artist view, I am getting the following error:
* Traceback (most recent call last):
* File "C:\Headphones\cherrypy\_cprequest.py", line 645, in respond
* response.body = self.handler()
* File "C:\Headphones\cherrypy\lib\encoding.py", line 188, in __call__
* self.body = self.oldhandler(*args, **kwargs)
* File "C:\Headphones\cherrypy\_cpdispatch.py", line 35, in __call__
* raise sys.exc_info()[1]
* HTTPError: (404, None)
This only happens through MFP. Accessing headphones directly has no issues at all.

Subsonic - getting the error message
* Wrong username or password. Subsonic is not secured. Please log in with
* username and password "admin", or click here. Then change password
* immediately
Again no idea why as I can access it directly. Only getting this message when trying over reverse-proxies...


- imnotknow - 2011-08-06

This may have already been done, but here is an Iframe widget. Put anything in MediaFrontPage:

Image

Source is here:
Iframe plugin


- DejaVu - 2011-08-06

On my Repo it already does this (almost)

http://url/programs.php?p=http://www.any_website_I_Like.com&Title=The_Sites_Title

And it automatically skins the site around an iFrame.


- coupas - 2011-08-07

Any chance we will get a Deluge widget?

Also: keep up the great work.


- coupas - 2011-08-07

Also.. how can I reset it? Top Nav bar dissapeared..


- gugahoi - 2011-08-07

coupas Wrote:Also.. how can I reset it? Top Nav bar dissapeared..

Just delete config.ini and layout.php and the head to

http://your.mfp.url/servercheck.php


- gugahoi - 2011-08-07

I've been working on the update function and I think I've got it. But it comes at a price. A lot of permission problems happening so we might have to allow PHP to use chmod or chown somehow. Otherwise no go. The script I've made is functional but it breaks with permission problems if PHP cannot rename some files. VERY ANNOYING! I wish SleepyP had released some of his work on the ping function cause I think I could've used for this script!!!!