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)



- Mrkennedy - 2011-09-26

Hi that did reboot it, but still not working. I'm using an Acer Revo running Linux Live so my ip is 192.168.0.x:8080 tried with the 8080 and says file not found and without downloads a file that i can do nothing with.

The frontmediapage folder is in my var/www section in my xbmc too


- oneadvent - 2011-09-26

Code:
sudo apt-get install apache2 php5 php5-curl

what do u get with that?


- Mrkennedy - 2011-09-26

Code:
Using username "xbmc".
[email protected]'s password:
Linux XBMCLive 2.6.32-29-generic #58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011 i686 GNU/Linux
Ubuntu 10.04.2 LTS - XBMCLive Dharma

Welcome to Ubuntu!
* Documentation:  https://help.ubuntu.com/
Last login: Mon Sep 26 18:58:46 2011 from lola.local
xbmc@XBMCLive:~$ Using username "xbmc".
-bash: Using: command not found
xbmc@XBMCLive:~$ [email protected]'s password:
> Linux XBMCLive 2.6.32-29-generic #58-Ubuntu SMP Fri Feb 11 19:00:09 UTC 2011 i686 GNU/Linux
> Ubuntu 10.04.2 LTS - XBMCLive Dharma
>
> Welcome to Ubuntu!
>  * Documentation:  https://help.ubuntu.com/
> Last login: Mon Sep 26 17:56:27 2011 from lola.local
> xbmc@XBMCLive:~$ sudo apt-get install apache2 php5 php5-curl
> [sudo] password for xbmc:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> apache2 is already the newest version.
> php5 is already the newest version.
> php5-curl is already the newest version.
> 0 upgraded, 0 newly installed, 0 to remove and 68 not upgraded.
> xbmc@XBMCLive:~$
> xbmc@XBMCLive:~$ Last login: Mon Sep 26 17:56:27 2011 from lola.local
> -bash: Last: command not found
> xbmc@XBMCLive:~$ xbmc@XBMCLive:~$ sudo apt-get install apache2 php5 php5-curl
> Reading state information... Done
> -bash: xbmc@XBMCLive:~$: command not found
> xbmc@XBMCLive:~$ [sudo] password for xbmc:
> -bash: [sudo]: command not found
> xbmc@XBMCLive:~$ Reading package lists... Done
> -bash: Reading: command not found
> xbmc@XBMCLive:~$ Building dependency tree
> -bash: Building: command not found
> xbmc@XBMCLive:~$ Reading state information... Done
> -bash: Reading: command not found
> xbmc@XBMCLive:~$ apache2 is already the newest version.
> Usage: apache2 [-D name] [-d directory] [-f file]
>                [-C "directive"] [-c "directive"]
>                [-k start|restart|graceful|graceful-stop|stop]
>                [-v] [-V] [-h] [-l] [-L] [-t] [-S] [-X]
> Options:
>   -D name            : define a name for use in <IfDefine name> directives
>   -d directory       : specify an alternate initial ServerRoot
>   -f file            : specify an alternate ServerConfigFile
>   -C "directive"     : process directive before reading config files
>   -c "directive"     : process directive after reading config files
>   -e level           : show startup errors of level (see LogLevel)
>   -E file            : log startup errors to file
>   -v                 : show version number
>   -V                 : show compile settings
>   -h                 : list available command line options (this page)
>   -l                 : list compiled in modules
>   -L                 : list available configuration directives
>   -t -D DUMP_VHOSTS  : show parsed settings (currently only vhost settings)
>   -S                 : a synonym for -t -D DUMP_VHOSTS
>   -t -D DUMP_MODULES : show all loaded modules
>   -M                 : a synonym for -t -D DUMP_MODULES
>   -t                 : run syntax check for config files
>   -X                 : debug mode (only one worker, do not detach)
> xbmc@XBMCLive:~$ php5 is already the newest version.
> -bash: php5: command not found
> xbmc@XBMCLive:~$ php5-curl is already the newest version.
> -bash: php5-curl: command not found
> xbmc@XBMCLive:~$ 0 upgraded, 0 newly installed, 0 to remove and 68 not upgraded.-bash: 0: command not found
> xbmc@XBMCLive:~$ xbmc@XBMCLive:~$
> -bash: xbmc@XBMCLive:~$: command not found
> xbmc@XBMCLive:~$



- oneadvent - 2011-09-26

I had this same problem, and I'm trying to remember how it got working. As I remember it I was like "oh look it works now..hmmm" but I would have also done a
Code:
sudo service apache2 restart

just to be sure. That's all I can think of.


- Maetrik - 2011-09-26

@Mrkennedy, perhaps you should internalize basic linux knowlege or use Windows instead. It absolutely makes no sense to use a linux system if there is no knowlege how to handle it. Sorry to tell you, but the commands you are trying to enter dont make any sense.


- oneadvent - 2011-09-26

Yea I saw that up there. I think he accidentally pasted what he was copying. Still I had this issue. I cannot remember how I resolved it. Nothing in particular just generally trying and then it started working.


- Mrkennedy - 2011-09-26

oneadvent Wrote:I had this same problem, and I'm trying to remember how it got working. As I remember it I was like "oh look it works now..hmmm" but I would have also done a
Code:
sudo service apache2 restart

Thanks, that also did nothing

just to be sure. That's all I can think of.

Maetrik Wrote:@Mrkennedy, perhaps you should internalize basic linux knowlege or use Windows instead. It absolutely makes no sense to use a linux system if there is no knowlege how to handle it. Sorry to tell you, but the commands you are trying to enter dont make any sense.

Sorry do have a little basic knowledge, but i was just entering what oneadvent was helping me with. What commands made no sense?



oneadvent Wrote:Yea I saw that up there. I think he accidentally pasted what he was copying. Still I had this issue. I cannot remember how I resolved it. Nothing in particular just generally trying and then it started working.
Thanks for your help so far


- oneadvent - 2011-09-26

can you give me the contents

Code:
/usr/local/apache/conf/httpd.conf



- Mrkennedy - 2011-09-26

xbmc@XBMCLive:~$ /usr/local/apache/conf/httpd.conf
-bash: /usr/local/apache/conf/httpd.conf: No such file or directory


- DejaVu - 2011-09-26

I am running exactly the same setup as MrKennedy. XBMCLive on a Revo.

After installing MFP without rebooting, I too always end up with this 'download' file.

Reboot your Revo, then open http://xbmclive in your browser from another machine - preferably a Windows system on the same network using Google Chrome.

Should be Bob's your uncle, Fanny's you aunt.

If it downloads the file again - try rebooting again.
If it persists. Let me know and I'll look into the problem. This is something to do with Apache auto setting itself up in XBMCLive I think.

Have you installed curl?


- Mrkennedy - 2011-09-27

Thank you, now works.

Tried rebooting did nothing, installed curl and now get the homeppage.

Thanks everyone for all their help


- Mrkennedy - 2011-09-27

Ok having first problem.

Have put all my settings in and in the nav bar just got the standard 4 atm (Xbmc, Cp, SB and Sab) but they keep deleting themselves when i go back to it.

I put them back in manually but SAB does not want to be placed there the other 3 are fine but go to edit and all 4 are gone again.

any ideas?


- DejaVu - 2011-09-29

This is probably permissions. I do not use Chown for this reason. It does not seem to do the trick properly.

sudo chmod 777 /var/www -R

Works for me. Saving then does what it supposed too. Try it.


- oneadvent - 2011-09-30

I have that same problem, I am just damn careful to get it right the first time, and if I have to change it, I redo it all.

I am still having this problem with Transmission. Is there anything I can try? I use transmission app on my phone and it can list what is downloading and when, so there is a way to do it? Maybe scrape the page? Can I help?

Thanks!


- steve1977 - 2011-10-01

Things are really quite stable now, which is great. Based on deja's repo, wanted to pull up again the list of smaller bugs and feature requests (added one bug on reverse-proxy).

steve1977 Wrote:Bugs
1) In GUI seetings/programs, the "program check" does not work if reverse proxies are used (reverse proxies itself functioning, just the "program check" does not work)
2) User name and PW are openly displayed in the "coming episodes" widget on mouse-over
3) Widgets removed using "X" will show up again upon re-fresh/re-load. "Settings-widgets-activatewidgets" now fully working though. Can the 2 way of removing be linked?
4) Harddisk settings doesn't work properly yet. I cannot rename the first entry in the list. Also (separate bug), when adding more than 10 disks, the "buttons" will go out of the screen view, so that I cannot save changes or include names/locations.
5) 1cm overlap between menu-bar on the bottom and content
6) Update function not working properly yet for me. "New version available" link leads to 404 error. "Update now" button leads to "an ERROR occured"
7) Headphone cannot be opened via the menu when using reverse-proxies. All the others (CP, SB, etc) work. I am quite sure it is just not "implemented"/coded and would be easy to add

Feature requests
1) MFP displaying propely on ipad (per "normal" view or mobile app)
2) Subsonic widget for audio
3) Subsonic widget to play video