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)



- prophetizer - 2011-02-08

ncfitzge Wrote:I would avoid renaming PEAR. It is used for structuring php files. Renaming the file may cause structural problems down the line.

http://pear.php.net/manual/en/about.pear.php

I'm not able to look at the code right now, but it sounds like your browser is adjust the size of the menu bar. Typically, browsers will do this to adjust the webpage content to fit different size screens.

You said you had it working before? Did you update anything on your computer in between? When I get home, I'll try loading mine in IE and Chrome.

i updated pear via the BAT and it works fine now, and my previous post shows the chrome fix for the menu bar, although IE is a big mess altogether that i'm not concerned about


- ncfitzge - 2011-02-08

prophetizer Wrote:i updated pear via the BAT and it works fine now, and my previous post shows the chrome fix for the menu bar, although IE is a big mess altogether that i'm not concerned about

I don't even touch IE anymore. I wish I was able to just remove it, but I need it for some work websites.

Are you using the mobile function? I tried to access it, but my server says no file found.


- prophetizer - 2011-02-08

ncfitzge Wrote:I don't even touch IE anymore. I wish I was able to just remove it, but I need it for some work websites.

Are you using the mobile function? I tried to access it, but my server says no file found.

mobile function works fine for me, at least from a browser, i haven't tried it on my iphone yet. i will do that when i get home


- mwkurt - 2011-02-08

Do any of you guys know what the settings would be in the config file when using the mysql database?

Mark


- RaNaMaster - 2011-02-08

take a look at this everything i ever wanted

http://forum.xbmc.org/showthread.php?p=711728&posted=1#post711728


- gugahoi - 2011-02-10

prophetizer Wrote:well i figured it was a CSS issue, and i was right. this CSS is made specifically for Firefox/Mozilla browsers i imagine.

so in the nav.css file, under #nav-menu, comment out width: 2000px;
i don't know why this is like that, it doesn't even make sense to me. but this explains the various issues with other browsers. it's almost useless in IE, but thats fine for me lol, maybe i'll take a look at the css and make it work a bit better all around.

That fixed it, thanks.


- jaaahaaa - 2011-02-13

Thanks for a cool inteface! I coulent get coming shows to work though. Any tips?

http://127.0.0.1:8081/comingEpisodes
Is working for me so i put that in but still....

$sickbeardurl = "http://localhost:8081/comingEpisodes/";

EDIT: It's just blank there, using the latest version of sick beard and mediafrontpage.


- steve1977 - 2011-02-13

prophetizer Wrote:i updated pear via the BAT and it works fine now, and my previous post shows the chrome fix for the menu bar, although IE is a big mess altogether that i'm not concerned about

Tried updating with the BAT file in the PHP folder. Getting the following error message. Any thoughts?

manifest cannot be larger than 100MB in phar "c:\xampp\php\pear\go-pear.phar"PHP-Warning: require-once(phar://go-pear.phar/index.php): failed to open stream: c:\xampp\php\pear\go-pear.phar on line 1236

And some more errors, which I can type up as well if needed.


- jaaahaaa - 2011-02-13

I had some wrong settings in config so nm... Wrote my own widget to controll lights in my apartment as well Big Grin


- prophetizer - 2011-02-14

so does clean library actually work for anyone? for me it seems to do nothing, not sure why, no errors, no nothing.


- steve1977 - 2011-02-18

steve1977 Wrote:Tried updating with the BAT file in the PHP folder. Getting the following error message. Any thoughts?

manifest cannot be larger than 100MB in phar "c:\xampp\php\pear\go-pear.phar"PHP-Warning: require-once(phar://go-pear.phar/index.php): failed to open stream: c:\xampp\php\pear\go-pear.phar on line 1236

And some more errors, which I can type up as well if needed.

Any thoughts?


- prophetizer - 2011-02-18

i certainly don't have any steve1977, i can't replicate that error, u could try a manual update, or just rename the PEAR directory if u only use apache for this


- steve1977 - 2011-02-19

prophetizer Wrote:i certainly don't have any steve1977, i can't replicate that error, u could try a manual update, or just rename the PEAR directory if u only use apache for this

Thanks for your help! Just renaming works, but someone indicated in this thread that this may not be the smartest thing to do and can lead to other stuff failing.

Any link how to do a manual update?


- AWilco - 2011-02-19

jaaahaaa Wrote:Thanks for a cool inteface! I coulent get coming shows to work though. Any tips?

http://127.0.0.1:8081/comingEpisodes
Is working for me so i put that in but still....

$sickbeardurl = "http://localhost:8081/comingEpisodes/";

EDIT: It's just blank there, using the latest version of sick beard and mediafrontpage.

Try replacing widgets/wComingEpisodes.php with this version:
https://github.com/AWilco/mediafrontpage/raw/f8b5fb75e4861b1f995e0f9637a54d44e04b15d7/widgets/wComingEpisodes.php


- steve1977 - 2011-02-20

prophetizer Wrote:i certainly don't have any steve1977, i can't replicate that error, u could try a manual update, or just rename the PEAR directory if u only use apache for this

I believe that I have succeeded with the PEAR update now. However, it still doesn't work properly (still "deprecate error" for recently added movies/TV shows). Can you confirm that the update fixed it for you and whether you did anything else to fix it beyond the PEAR update? Thanks for your help!