• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 51
Confluence Modified
Can you make the weather feature optional? i prefer the older way.
Reply
(2013-02-27, 10:17)toiva Wrote:
(2013-02-27, 07:48)illiac4 Wrote: From one day to another i have lost weather on main menu. Even if i disable and enable it in settings it does not show,

I changed the weather widget to show only weather menu items is focused.

Not sure what that means - can you explain more? I've lost the Weather menu item also, and I don't have the current weather in the top left corner either (have checked all Weather related options and they are as they should be).
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
Hi toiva,

When "Show recommended and recently added unwatched content" option is deactivated, the top submenu (Recent/Recommended) is still displayed for custom home screen buttons. It gets properly hidden for the standard home screen buttons though (Movies, TV Shows etc).

BTW that's probably what Marx1 meant, when he said "recent and recommended do nothing". He has the option deactivated, but Recent/Recommended submenu is still displayed and does nothing.
Reply
Do you still have the source for version 1.0.2? I liked it way better than this version. I think the white on the menu bar is ugly. I would love to have the blue back. Also I would like the weather on every page not just when the weather is selected. I had also tweaked your skin a bit, moving the menu bar down and the recent items down as well and I also made the floor.png completely clear to remove the ugly black floor.png. I lost all of my changes when your skin update pushed out. I think you do an awesome job and appreciate everything that you do!!!! I would just love to rollback the skin if possible. If not could you tell me what areas to tweak to rollback the changes myself? Keep up the good work!!
Reply
Somewhere in .xbmc directory is directory worth all downloaded zips file and there probably you will find older skin versions
Reply
If you haven't manually deleted your packages directory under addons you can use the addon rollback feature to revert back to previous version.

You can change the main menu font color by opening home.xml and changing line 976 from <textcolor>white</textcolor> to <textcolor>blue</textcolor>.

Weather can be made always visible by opening home.xml and remove these starting from line 1366

PHP Code:
<animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out">Hidden</animation>
            <
animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out">Visible</animation>
            <
animation effect="slide" end="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(7)">WindowClose</animation>
            <
animation effect="slide" start="0,-220" time="300" tween="quadratic" easing="out" condition="Container(9000).HasFocus(7)">WindowOpen</animation

and changing

PHP Code:
<visible>Skin.HasSetting(homepageWeatherinfo) + !IsEmpty(Weather.Plugin) + Container(9000).HasFocus(7)</visible

to

PHP Code:
<visible>Skin.HasSetting(homepageWeatherinfo) + !IsEmpty(Weather.Plugin)</visible

As i use the skin myself too, i make the changes as i see best fit. Some suggestions i will include, and some will stay as is.

If you make any changes to the skin you need to copy the skin into a different directory and change the skin name and id in the addon.xml so that your changes won't get overwritten the skin is updated from the repo.
Reply
If you wait i'll add a selection when to show the weather widget (never, always, only when weather menu is focused).

I might as well add the option back to select the main menu font color.
Reply
why did you make the addon icons on the main menu much smaller? Or is just me?

Have you had the chance to look into a log off menu item?
Nvidia Shield with Kodi 18
Reply
@mdubb2341

What did you edit to get the menu bar lower...have looked at that but haven't been able to find the right thing to change...assume it is in home.xml

@toiva

like the changes you have made...the bottom bar is narrower, I prefer the new menu text color and like the fact scrollbars now can be passive...only thing I wonder about is if I'd like the menu bar lower...nice job and can't wait till further improvements are made
Reply
(2013-02-27, 13:28)toiva Wrote: The way it works is if you

a) put a movie, tv show or episode type playlist to the main menu and
b) have "show recommended and recently added unwatched content" on (skin settings)

I have b) greyed out. What I miss?
Reply
(2013-02-28, 17:19)Marx1 Wrote: I have b) greyed out. What I miss?

idem for me Huh
Reply
You need to first disable the default options, show recommended albums & videos. I guess i should make it the default setting.
Reply
edit:

I have installed your plugin from repo on my raspberry pi with openelec. XBMC is Frodo.
When i click on musik on the (floor.png) main bar nothing happends in my case. When i click on videos (in the same bar) it open my the Videofile-List.
Shouldn´t Musik opens my Musik List ??
Strage behouviar. In orignal Confluence Skin it does....

All other works fine Big Grin
Reply
Hi toiva,

First, thank you for the great mod.

I would like to have 7 addons (instead of 5) under VIDEOS (see picture).
How can I align the 7 addons to the center? If you can point me to which xml file and line to fix it, that would be great.
Thanks again.
Image
Reply
Great mod, thanks for your hard work.

I have modified your mod slightly by making it a bit cleaner. I was wondering if you could add options to get rid of some of the clutter. Here are some screenshots:
Image
Image
Image

Here is the list of files/options that I have set to not be visible:
floor.png - The bottom banner on every page.
ContentPanelMirror.png - The mirror reflection of the content window in the banner.
HasSub.png - The library options tab pull out button.
Time label (not a file) - The time on the home page.
Date Label - The date on the home page.
Favourite Icon - Favourites button from home page.
xbmc-logo.png - The logo on the home page.
Confluence_Logo.png - The logo in the settings.

The list of where everything needs to be changed is here: http://codepad.org/50SzqYoa

The number next to each file is the line that <visible>no</visible> needs to be added after. NOTE: If it says replace, then replace that line instead of adding it after. If it says yes, then add <visible>yes</visible> instead.
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 51

Logout Mark Read Team Forum Stats Members Help
Confluence Modified4