XBMC Community Forum
MediaFrontPage - Web interface with widget type architecture to control multiple apps - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: MediaFrontPage - Web interface with widget type architecture to control multiple apps (/showthread.php?tid=83304)



- DejaVu - 2011-08-03 16:42

Mar2zz Wrote:nzbmatrix rssfeeds keep returning if you delete them, possibly if you do not enter any other RSS-feeds. Every reboot they are back. I don't need them, I have an account without premium stuff, so I can't download nzb's from it.
config.ini does not have write permission's by the sound of it.
Remove them, click Save. Reboot - Back?
After you click Save, check the config.ini to see if it's removed them.

You can do it manually if you prefer.

EDIT:
I now see what you mean. Deleting them does nothing...!?

Could be this linked to having 'url=' in the URL column? Moreover, can that be removed and added to the Widget itself?


- gnatman - 2011-08-03 17:02

I had the same problem, with a brand new install, I just edited the config.ini file by hand, and now it's sticking.

DejaVu Wrote:config.ini does not have write permission's by the sound of it.
Remove them, click Save. Reboot - Back?
After you click Save, check the config.ini to see if it's removed them.

You can do it manually if you prefer.

EDIT:
I now see what you mean. Deleting them does nothing...!?

Could be this linked to having 'url=' in the URL column? Moreover, can that be removed and added to the Widget itself?



- DejaVu - 2011-08-03 17:07

Manually editing it is not a cure and usually not recommended, but it's work around til we can work out why it's not working. Thanks for reporting Mar2zz.


- Lunatixz - 2011-08-03 18:04

DejaVu Wrote:There is a fault in your config.ini file under the NavBar Section.
Code:
[NAVBAR]
XBMC = "http://KSG-HTPC/programs.php?p=http://KSG-HTPC:8080"
SickBeard = "http://KSG-HTPC/programs.php?p=http://KSG-HTPC:8086"
CouchPotato = "http://KSG-HTPC/programs.php?p=http://KSG-HTPC:8087"
SubSonic = "http://KSG-HTPC/programs.php?p=http://KSG-HTPC:8089"
HeadPhones = "http://KSG-HTPC/programs.php?p=http://KSG-HTPC:8088"
SabNZBd = "http://KSG-HTPC/programs.php?p=http://KSG-HTPC:8085"
uTorrent = "http://KSG-HTPC/programs.php?p=http://KSG-HTPC:8081"
I believe this is confusing MFP as your pulling the address from itself too many times and I believe it is conflicting. Try changing it to this.
Code:
[NAVBAR]
XBMC = "programs.php?p=XBMC"
SickBeard = "programs.php?p=SickBeard"
CouchPotato = "programs.php?p=CoucPotato"
SubSonic = "programs.php?p=SubSonic"
HeadPhones = "programs.php?p=HeadPhones"
SabNZBd = "programs.php?p=SabNZBd"
uTorrent = "programs.php?p=uTorrent"
The variables that are in the above will pull the correct settings from the config.ini file.
Seeing as you have a few computers setup, you may want to change your Global URL to either http://KSG-HTPC or it's IP Address.

thank you for the suggestions... I tried them, but now navbar links don't work, and coming eposides don't display at all; where as before they just didn't load the banners...

I have all programs installed on one pc and have no problems accessing them directly using ip or host name...
any help would be great Smile


- DejaVu - 2011-08-03 18:27

steve1977 Wrote:Just got back home and made a fresh pull from your repo. Unfortunately, it still does not work both headphones and subsonic. "Feels" like no change commpared to before.

*edited* did the "save button" disappear in the config GUI in the reverse-proxy menu?

On separate note, I did check my config.ini in CP for settings related to reverse-proxies and didn't find anything. Is it not working both using the IP and the URL?
Should be all working now. Some more settings for SS and HP were missed. Please let me know.

You may need to look into any URLBASE or Webroot settings needed for SubSonic or HeadPhones too - if they exist! Smile


- DejaVu - 2011-08-03 18:49

Lunatixz Wrote:thank you for the suggestions... I tried them, but now navbar links don't work, and coming eposides don't display at all; where as before they just didn't load the banners...

I have all programs installed on one pc and have no problems accessing them directly using ip or host name...
any help would be great Smile

Can you give this a go for me and tell me what happens. This should work perfectly. Compared to mine, yours is practically the same (apart from the Ports).

Make sure xbmc's user/pass is set if you use them.
http://pastebin.com/dYBX0jTA

If you set it to localhost, it is only available on the computer you have installed it too. If you set it to the host name (ksg-htpc) it should be available from anywhere on your LAN.


- Lunatixz - 2011-08-03 19:07

DejaVu Wrote:Can you give this a go for me and tell me what happens. This should work perfectly. Compared to mine, yours is practically the same (apart from the Ports).

Make sure xbmc's user/pass is set if you use them.
http://pastebin.com/dYBX0jTA

If you set it to localhost, it is only available on the computer you have installed it too. If you set it to the host name (ksg-htpc) it should be available from anywhere on your LAN.

Working now... thanks for your help Laugh


- Mar2zz - 2011-08-04 19:42

few more issues:
- Back-button in Programs (where ip and user/pass is set) does nothing
- @ first launch in a browser session a popup for sickbeards username/password pops up, also when user/pass is provided in config.ini. Kinda annoying.
- the link to trakt.tv profile page (after trakt.api field) opens in the same tab, which is annoying because the settings will be gone just entered. It also goes to trakt.tv, it should go to http://trakt.tv/settings/api
-when settings/navbar isn't visited yet, but programs is, the links in the /settings/navbar could be taken from programs-settings (in my case all ports are different.
- RSS feeds: Remove removes the entry at the bottom. This could be annoying if you want to delete the middle one (delete from bottom until middle one, recreate all others that were removed and under the middle one. Could you add checkboxes?
- there are white boxes behind the normal ones under control widgets. (see picture).



This is all from a today's clone of gugahoi's repo: MediaFrontPage/mediafrontpage @ github.


- DejaVu - 2011-08-04 20:28

I shall clone it now and take a look.

EDIT:
Quote:- Back-button in Programs (where ip and user/pass is set) does nothing

Works for me!? Goes back to the list of programs. It's a simple 'javascript.history.back(-1)' command which is what your browser back button does...! We could make it a link to settings.php#PROGRAMS I guess.

Quote:- @ first launch in a browser session a popup for sickbeards username/password pops up, also when user/pass is provided in config.ini. Kinda annoying.

I cannot recreate this. I have a Username and Password for SB, but I have seen no such pop up and goes straight into SB.

Quote:- the link to trakt.tv profile page (after trakt.api field) opens in the same tab, which is annoying because the settings will be gone just entered. It also goes to trakt.tv, it should go to http://trakt.tv/settings/api

Fixed.

Quote:-when settings/navbar isn't visited yet, but programs is, the links in the /settings/navbar could be taken from programs-settings (in my case all ports are different.

This is because the settings page has been inherited from the original config.php style. This kind of integration is yet to be added/realised.

Quote:- RSS feeds: Remove removes the entry at the bottom. This could be annoying if you want to delete the middle one (delete from bottom until middle one, recreate all others that were removed and under the middle one. Could you add checkboxes?

Mentioned before, from the way it currently works, I'm not sure if it will be easy to change. Gugahoi will probably prove me wrong. This is the same with all the settings BTW.

Quote:- there are white boxes behind the normal ones under control widgets. (see picture).

It's the TEXT box being too large for some resolutions. Same is happening in RSS Feeds (they are overlapping each other).

- That's my input. Now back to my repo. Tongue
I really should run both of them side by side I think...


- Mar2zz - 2011-08-05 08:00

hmm, backbutton and that popup is no issue in chromium. Seems firefox-related on my machine.

Chromium also seems a lot faster when it comes to loading all widgets.

I think I will reinstall firefox (-purge) and try again.

What's the main difference between the 3 repo's? Which is the master repo? Nick8888 has one, which is the original
Gugahoi has one, which seems the original (because of the name)
Dejavu has one, with other functionality?