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)



- steve1977 - 2011-08-08

Aenima99x Wrote:Yeah that's how it's all setup. Global config points to my external url, master username & p/w are enabled, nothing in any of the individual programs except for the SAB API key and reverse proxy settings all have the correct webroots.

Mmh, that sounds exactly right. What "package" are you using? Are you on Windows? I used to have issues all the time until I switched to Uniformserver.


- Aenima99x - 2011-08-08

steve1977 Wrote:Mmh, that sounds exactly right. What "package" are you using? Are you on Windows? I used to have issues all the time until I switched to Uniformserver.

Nope, using Ubuntu with Apache (LAMP)


- thebusiness - 2011-08-08

After a new install I get


Warning: parse error in config.ini on line 1 in C:\wamp\www\lib\class.settings.php on line 206


all over the place, even when updating the settings.php


- DejaVu - 2011-08-09

Aenima99x Wrote:Are you using Apache? If so, what modules do you have loaded, I'm wondering I'm missing one.

JSON & cURL need to be enabled/installed in the php.ini.

This looks like it could be the errors that all these posts are describing.
Also, my Repo has been broke for the last 24 hours due to it moving home.

It now lives @ http://github.com/DejaVu/Mediafrontpage and should be fixed now.


thebusiness Wrote:After a new install I get
Warning: parse error in config.ini on line 1 in C:\wamp\www\lib\class.settings.php on line 206
all over the place, even when updating the settings.php
This could be write permissions with config.ini. If it's a new install go to http://mfpurl/servercheck.php and verify everything is correct and you have green ticks.

If so, you may need to reclone as the config.ini has a certain layout and cannot be messed with manually - it may even have corrupted on the download (but doubtful).


- Aenima99x - 2011-08-09

DejaVu Wrote:JSON & cURL need to be enabled/installed in the php.ini.

This looks like it could be the errors that all these posts are describing.
Also, my Repo has been broke for the last 24 hours due to it moving home.

It now lives @ http://github.com/DejaVu/Mediafrontpage and should be fixed now.
I got it all sorted out....had to do with the way I'm doing my DynDNS Webhops. Oo Thanks for all the work you guys have done on MFP, it's come a long way. Cool


- thebusiness - 2011-08-09

DejaVu Wrote:JSON & cURL need to be enabled/installed in the php.ini.

This looks like it could be the errors that all these posts are describing.
Also, my Repo has been broke for the last 24 hours due to it moving home.

It now lives @ http://github.com/DejaVu/Mediafrontpage and should be fixed now.



This could be write permissions with config.ini. If it's a new install go to http://mfpurl/servercheck.php and verify everything is correct and you have green ticks.

If so, you may need to reclone as the config.ini has a certain layout and cannot be messed with manually - it may even have corrupted on the download (but doubtful).


I re cloned and now the page shows up behind it, but the error is still there.

In the sever check everything has a green check.


- thebusiness - 2011-08-09

It seems now when it goes to read from the config file it wipes out everything it in as well.

Right after I save all the settings and go back to the widget screen, then back into the settings they are all gone.


- steve1977 - 2011-08-09

Deja, good news!!! Subsonic finally works on my computer using your repo. The "frame issue" disappeared and it is now working. Thanks a ton!!!

Just one thing - I cannot listen to single audio tracks over subsonic when using MFP. It does work when accessing subsonic directly. "Play-all" does work though, so does video. Any thoughts?


- Mar2zz - 2011-08-09

thebusiness Wrote:It seems now when it goes to read from the config file it wipes out everything it in as well.

Right after I save all the settings and go back to the widget screen, then back into the settings they are all gone.

Are you using Internet Explorer 9 (or lower?) Doesn't work.


- oneadvent - 2011-08-10

I want to have one widget go across two columns? How do I do that?

Also, for these little menial questions, is there a wiki so I do not have to ask them here?

Thanks!


- thebusiness - 2011-08-10

Mar2zz Wrote:Are you using Internet Explorer 9 (or lower?) Doesn't work.

Using Chrome, but this issue goes across all browsers


- gugahoi - 2011-08-10

oneadvent Wrote:I want to have one widget go across two columns? How do I do that?

Also, for these little menial questions, is there a wiki so I do not have to ask them here?

Thanks!

At the moment this is not possible. We have discussed the possibility of changing the widget structure but we've come to the conclusion that it might not be worth the time put in. You can change the entire 4 column layout to something else (3, 5, a top or bottom row) if you edit the CSS. It's not hard to do.

thebusiness Wrote:It seems now when it goes to read from the config file it wipes out everything it in as well.

Right after I save all the settings and go back to the widget screen, then back into the settings they are all gone.

Doesn't sound like a browser issue. Which repo are you running from?


- oneadvent - 2011-08-10

Okay. It showed it on your preview on the website, thought it was cool looking.


- gugahoi - 2011-08-10

oneadvent Wrote:Okay. It showed it on your preview on the website, thought it was cool looking.

I think what you're referring to is the 3 column layout. It's my favourite to be honest. Not very hard to get it up and running.


- darknight670 - 2011-08-10

gugahoi Wrote:I think what you're referring to is the 3 column layout. It's my favourite to be honest. Not very hard to get it up and running.

Then you should make a tuto in the wiki. I am kinda interested to be honest Smile ( but using DejaVu repo since last week...)