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)



- chaoticmaster - 2011-05-13

Still nothing. All the fields show 0KB in the widget.


- RaNaMaster - 2011-05-14

chaoticmaster Wrote:Still nothing. All the fields show 0KB in the widget.

hey this is how my config looks

// enter directories for hard drive section
$drive;
$drive["C Drive"] = "/";
$drive["D Drive"] = "D:/";
$drive["F Drive"] = "F:/";
//$drive["Sata 3"] = "/media/sata3/";
//$drive["Sata 4"] = "/media/sata4/";



also i see that you have C drive two time or maybe ur os is on a different drive then a C drive

// enter directories for hard drive section
$drive;
$drive["/"] = "/"; ------------> to c drive
$drive["Sata 1"] = "C:"; -----> to c drive remove this one
$drive["Sata 2"] = "D:";
$drive["Sata 3"] = "E:";
$drive["Sata 4"] = "S:";


- DPickles - 2011-05-14

hernandito Wrote:Image

I love your light look css. Is it uploaded anywhere atm?


- DejaVu - 2011-05-14

DPickles Wrote:I love your light look css. Is it uploaded anywhere atm?
We keep asking the same thing. We want to add it to the Repo - but for some reason, he keeps witholding it... Wink
If he was to ZIP the whole folder up and email to a couple of us....! Wink


As for this
http://mediafrontpage.lighthouseapp.com/dashboard

I didnt realise we had soooo much to sort out. It's official, MFP is still a mess! :p
Some great suggestions on their though. Once I sober up (dedication? hell yeah, drunk - I still have this on my mind! WTF!?),

I'll check it again and try to get involved in fixing something. Smile


- hernandito - 2011-05-14

DejaVu Wrote:We keep asking the same thing. We want to add it to the Repo - but for some reason, he keeps witholding it... Wink
If he was to ZIP the whole folder up and email to a couple of us....! Wink

NOT FAIR!!!! I emailed it to Guga a couple days ago... ShockedShocked After I recovered from erasing all my MFP versions. I had to redo most edits again.

If anyone wants to download directly, here is the link of only the files that I changed to make the theme happen.

If anyone wants to make a forked-download-branch-repo something, please help... I am clueless.

http://www.megaupload.com/?d=4NIU4D2I

P.S. I included a modification to the Control widget where I added a slideshow. I included the slideshow contents which is about 12MB. Guga was worried about the size. If you guys do not want the slideshow, simply exclude the folder "fanart" and the wControl widget.

P.S. 2 Since I sent the file to Guga, I added the little drop down list in the Nav bar. I also tweaked as to where that lands on the layout... If anyone is interested in that, just tell me and I will make a new package.


- DejaVu - 2011-05-14

Only pulling your leg hernandito. I'll help try and get you additions in! Wink


- hernandito - 2011-05-14

I have uploaded a new version without the Slideshow and with the little drop down list. These files are replacements to the ones in the Master repo from here:

https://github.com/MediaFrontPage/mediafrontpage


- hernandito - 2011-05-14

DejaVu Wrote:Only pulling your leg hernandito. I'll help try and get you additions in! Wink

I am just psyched someone expressed interest in my theme....Big Grin


- DejaVu - 2011-05-14

hernandito Wrote:If anyone wants to make a forked-download-branch-repo something, please help... I am clueless.
Sign up to Github. Make sure your signed in to Github then go to

https://github.com/MediaFrontPage/mediafrontpage

and a 'Fork' icon appears near the top right hand side. Click it and you'll make your own fork... probably at

https://github.com/hernandito/mediafrontpage
You can then edit, delete, break, burn or kill mediafrontpage on your repo to your hearts desire.
Once you have a fork - go back to page 82 and have a skim through my tut on using Git. It''s not as difficult as it looks once you've used it for a bit. We are all newbies here and its a great way to learn how to do stuff when you've got a keen interest in it. Wink

hernandito Wrote:P.S. I included a modification to the Control widget where I added a slideshow. I included the slideshow contents which is about 12MB. Guga was worried about the size. If you guys do not want the slideshow, simply exclude the folder "fanart" and the wControl widget.
I'll see if it can be edited/changed/dieted from 12Mb's to be included in.

hernandito Wrote:P.S. 2 Since I sent the file to Guga, I added the little drop down list in the Nav bar. I also tweaked as to where that lands on the layout... If anyone is interested in that, just tell me and I will make a new package.

Please...
Anything suggested/added/thought up etc for Mediafrontpage will always be considered - it's what it's about. You like it? We all like it! So long as it's optional! Wink J/K.

Start from fresh and make your repo git clone to a testing area (mine lives at http://xbmclive/mfptest/) where I download my usually broken Repo too and edit it.

Slow and easy is the best way to learn. It's like riding a bike - just without the bruises.

BTW -
I love the 'MFP Light Theme' name. especially when it heavy as hell (12Mb's!) Big Grin

--EDIT--
The Slides folder is a copy of the Fanarts on your computer only. This is what makes the file so big. It's also specific to your HTPC because of it.


- DejaVu - 2011-05-14

Also, I'm having a spot of bother with TrakT widget - All setup from the Official repo, API, User and Pass all in there - but spins on loading and does not finish.

Love the options in it now -
Trending - Up n Coming - Recommends!

Top Stuff. Good Widget Gugahoi. -
Click = Couch Potato? Wink


- DejaVu - 2011-05-14

Tried to install this for a friend, but having so difficulties.

Any explanations for this.

Installed on a Windows 7 machine using Localhost for everything. Even has XBMC installed to it too. No Dual PC's here, all running from the same...

XAMP is the web server being used. Yet Errors upon errors.

Anyone?


- gugahoi - 2011-05-14

DejaVu Wrote:As for this
http://mediafrontpage.lighthouseapp.com/dashboard

I didnt realise we had soooo much to sort out. It's official, MFP is still a mess! :p
Some great suggestions on their though. Once I sober up (dedication? hell yeah, drunk - I still have this on my mind! WTF!?),

I'll check it again and try to get involved in fixing something. Smile


Oh ye, messy as hell but it also means it has tons of potential!


hernandito Wrote:NOT FAIR!!!! I emailed it to Guga a couple days ago... ShockedShocked After I recovered from erasing all my MFP versions. I had to redo most edits again.
Hey hey, I still got your files, have been busy with a couple of other things but they will definitely go to the main repo one way or the other! As soon as I have time (or if Deja does it before me) I will put on the repo, just need to make sure all is well documented and working when we do.

DejaVu Wrote:Also, I'm having a spot of bother with TrakT widget - All setup from the Official repo, API, User and Pass all in there - but spins on loading and does not finish.

I know, the problem comes from contentFlow unfortunately! You kind of have to do a couple of tricks to get it to work. I'm getting really annoyed with that plugin. I'll start this discussion on lighthouse because it's really more about implementation. Thinking seriously of changing the pluging!


- gugahoi - 2011-05-14

DejaVu Wrote:Tried to install this for a friend, but having so difficulties.

Any explanations for this.

Installed on a Windows 7 machine using Localhost for everything. Even has XBMC installed to it too. No Dual PC's here, all running from the same...

XAMP is the web server being used. Yet Errors upon errors.

Anyone?

Holy! To start off I'd advise you to do a couple of things: 1st make sure all the permissions are right (sudo chmod +R 777 I think-- not sure how it is on windows tho). 2nd: make sure all your config files point in the right URL's. To test that just copy and paste them into your browser, if the page that loads it's the one asked in the config then it is ok. Also, did you enable curl in your installation?


- hernandito - 2011-05-14

I got SmartGit and git... any clue how to setup the SSH? Private key... passphrase... where do I get these?


- gugahoi - 2011-05-14

hernandito Wrote:I got SmartGit and git... any clue how to setup the SSH? Private key... passphrase... where do I get these?

Why do you need those?