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)



- _Mikie_ - 2011-05-17

gugahoi Wrote:Now I need some help myself: can anyone confirm that the database branch works in that last commit? And if so, what extras are required? 'Cause for the life of me I can't seem to get it working in XAMPP for Mac. Either sql support is off or the XAMPP user doesn't have permissions to access the database. Either way, I'm not sure how to proceed. This is the error I get:

On a windows machine running wamp it works out the box. So maybe an error your side?


- gugahoi - 2011-05-17

_Mikie_ Wrote:On a windows machine running wamp it works out the box. So maybe an error your side?

Ye I'm pretty sure there's something wrong in my setup. Just can't find out what. I remember installing this branch a few months back tho but can't remember what modifications, if any, I needed to make.


- Nick8888 - 2011-05-17

SleepyP Wrote:Hey guys, posted an Apache Hints page over here:
http://mediafrontpage.lighthouseapp.com/projects/76089/apache-configuration-hints

Figured out how to make Apache automatically take care of providing username / password as it proxies, so no more semi-random double login prompts! I wrote it up pretty much in one go, so contribute edits / suggestions as you see fit Smile

Cheers. Very well written. I never fully understood many elements of that file but that is a mighty fine guide you have put together. Didn't know about the "RequestHeader set Authorization" I will definitely have to revisit my conf file now.

Quote:Ye I'm pretty sure there's something wrong in my setup. Just can't find out what. I remember installing this branch a few months back tho but can't remember what modifications, if any, I needed to make.
Is the database file/folder writeable? I think it is db.sql.


- x23piracy - 2011-05-17

Hi,

has this someone running under XAMPP on Windows?
I cannot get it to run, i enabled curl in php.ini and phpinfo is showing curl support.

I get some error messages if i try to open the webif:

Code:
Deprecated: Assigning the return value of new by reference is deprecated in C:\Programme\xampp\php\PEAR\Config.php on line 80
Deprecated: Assigning the return value of new by reference is deprecated in C:\Programme\xampp\php\PEAR\Config.php on line 166
Deprecated: Assigning the return value of new by reference is deprecated in C:\Programme\xampp\php\PEAR\Config\Container.php on line 111
Notice: Undefined index: episodes in C:\Programme\xampp\htdocs\widgets\libXBMCLibrary.php on line 155

Image

Please help


Greetz X23


- gugahoi - 2011-05-17

Nick8888 Wrote:Is the database file/folder writeable? I think it is db.sql.
Stupid me, chmoded everything but the main folder. All working now. Cheers


- RaNaMaster - 2011-05-17

i was looking at the XBMC message widget and i like it but how do i configure the different XBMC


- gugahoi - 2011-05-17

RaNaMaster Wrote:i was looking at the XBMC message widget and i like it but how do i configure the different XBMC

I added some explanation on that just earlier in default-config.

Add this to your config.php and replace the values for your desired ones.
Code:
$xbmcMessages;
$xbmcMessages['EXAMPLE'] = "http://xbmc:[email protected]:8080/";
$xbmcMessages['EXAMPLE2'] = "http://localhost:8080/";



- DejaVu - 2011-05-17

Just been on Lighthouse and noticed the new commits by Gugahoi. What repo are these going too? It seems like it should be the master on /mediafrontpage/mediafrontpage, but it does not say they are there?

Are you working on the Database branch at the moment? I tried cloning it the other day and is broke?

Can I get it working now? I'm intrigued!


- gugahoi - 2011-05-17

DejaVu Wrote:Just been on Lighthouse and noticed the new commits by Gugahoi. What repo are these going too? It seems like it should be the master on /mediafrontpage/mediafrontpage, but it does not say they are there?

Are you working on the Database branch at the moment? I tried cloning it the other day and is broke?

Can I get it working now? I'm intrigued!

Ye I'm working on the database now. Haven't done anything major. I'm finishing the conversion of my search widget. It's been tricky. But seems like all the widgets there do work for me, and pretty well if I may add.


- _Mikie_ - 2011-05-17

gugahoi Wrote:Ye I'm working on the database now. Haven't done anything major. I'm finishing the conversion of my search widget. It's been tricky. But seems like all the widgets there do work for me, and pretty well if I may add.

Can you drag widgets around in database version?


- RaNaMaster - 2011-05-17

gugahoi Wrote:I added some explanation on that just earlier in default-config.

Add this to your config.php and replace the values for your desired ones.
Code:
$xbmcMessages;
$xbmcMessages['EXAMPLE'] = "http://xbmc:[email protected]:8080/";
$xbmcMessages['EXAMPLE2'] = "http://localhost:8080/";

thank you gugahoi


- gugahoi - 2011-05-17

_Mikie_ Wrote:Can you drag widgets around in database version?

Yep, sure can.


- _Mikie_ - 2011-05-17

gugahoi Wrote:Yep, sure can.

Hmm mine is broke then! Will redownload

What files need to be cmod in database version?


- gugahoi - 2011-05-17

_Mikie_ Wrote:Hmm mine is broke then! Will redownload

What files need to be cmod in database version?

Just go for 777 everything including the root folder.


- hernandito - 2011-05-17

gugahoi Wrote:Yep, sure can.

Hi Guga,

What is the benefit of the database version?