(2015-06-03, 20:21)im85288 Wrote: 2. I did try it out and those were the things I noticed straight away. When I browsed via the movie hub to my movies it said "titles" and not movies. The same for TV shows and music. As I said this to me is a step backwards, I do appreciate its better for users with custom nodes but that is not what the average user has. If you can come up with something that does not make this happen of course I'll re consider
OK... I have installed fresh kodi and your skin as of today from git.
Now I see what you mean (on the production one I have too heavily customised and you cornercases does not show).
I have rewritten conditions and I am asking you to try it out, please.
Open: Includes_Furniture.xml
1. Navigate to section: <variable name="MainHeaderLabel">
2. Remove all lines that starts with: <value condition="Window.IsVisible(MyVideoNav.xml)
3. Insert the following lines where you removed lines in step 2.
Code:
<value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://movies/titles/)">$LOCALIZE[20342]</value>
<value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://tvshows/titles/)">$LOCALIZE[20343]</value>
<value condition="Window.IsVisible(MyVideoNav.xml) + substring(Container.FolderPath,videodb://movies/titles/,Left)">$INFO[Container.FolderName]</value>
<value condition="Window.IsVisible(MyVideoNav.xml) + substring(Container.FolderPath,videodb://tvshows/titles/,Left)">$INFO[Container.FolderName]</value>
<value condition="Window.IsVisible(MyVideoNav.xml) + !IsEmpty(Container.FolderName)">$INFO[Container.FolderName]</value>
<value condition="Window.IsVisible(MyVideoNav.xml)">$LOCALIZE[3]</value>
Since this is just a try out, have in mind the following:
Dont mind the icon in front.
At this time this obviously works just for MyVideoNav.
If you like the way where this goes, then:
I will do also the icons in front, if there are some "mistakes" (report them)
I will do also other than MyVideoNav sections.