2015-05-31, 10:46
@im85288 and @jurialmunkey (i am sure both of you are following this thread ), and others too
I didnt like header in furniture, because the title was generic and had no valuable info, at least for me.
If its OK with you two, I would like to ease some improvements I see, for you two, spare you some time and try to write the code.
So I inserted a bit of code into Includes_Furniture.xml file, to show me the parent name (for whathever it is, the source, smartplaylist or folder name)
Bear in mind that I mostly use video sections, here is also for the music section, but can be used for any section.
Comments with crssi signiture is there just to indentify newly inserted code for removal if needed.
The next thing I will take a look into (also easy one, but anyway) is that I dont like home header, except when playing media or paused media in background, when I would like to see playing now/paused media on the top right corner (in that case header I dont mind).
I am sure you know what I mean, if not, I will clarify myself after.
With best regards and thank you all, jurialmunkey for this best ever skin, im85288 for extending it further and anyone else who contributes constructivelly
p.s.: @jurialmunkey and @im85288
please, use this lines, alter them if needed, to improve the skin
UPDATE: NOTE:I have changed line order the first part of the code... please see screenshoots, try the code, then I will explain if needed (two lines after can be safelly removed, since racing condition would never reach them in this case, but if they stay there, "nobody will be harmed")
See description in the screenshoots:
I didnt like header in furniture, because the title was generic and had no valuable info, at least for me.
If its OK with you two, I would like to ease some improvements I see, for you two, spare you some time and try to write the code.
So I inserted a bit of code into Includes_Furniture.xml file, to show me the parent name (for whathever it is, the source, smartplaylist or folder name)
Code:
<value condition="Window.IsVisible(MyVideoNav.xml) + !IsEmpty(Container.FolderName)">$INFO[Container.FolderName]</value> <!-- crssi -->
<value condition="Window.IsVisible(MyVideoNav.xml) + SubString(Container.FolderPath,special://)">$INFO[Container.FolderName]</value> <!-- crssi -->
<!-- Insert upper 2 lines BEFORE this line - crssi -->
<value condition="Window.IsVisible(MyVideoNav.xml) + substring(Container.FolderPath,videodb://movies) | substring(Container.FolderPath,videodb://recentlyaddedmovies)">$LOCALIZE[20342]</value>
<value condition="Window.IsVisible(MyMusicNav.xml) + !IsEmpty(Container.FolderName)">$INFO[Container.FolderName]</value> <!-- crssi -->
<value condition="Window.IsVisible(MyMusicNav.xml) + SubString(Container.FolderPath,special://)">$INFO[Container.FolderName]</value> <!-- crssi -->
<!-- Insert upper 2 lines BEFORE this line - crssi -->
<value condition="Window.IsVisible(MyMusicNav.xml) | Window.IsVisible(MyMusicSongs.xml)">$LOCALIZE[2]</value>
Bear in mind that I mostly use video sections, here is also for the music section, but can be used for any section.
Comments with crssi signiture is there just to indentify newly inserted code for removal if needed.
The next thing I will take a look into (also easy one, but anyway) is that I dont like home header, except when playing media or paused media in background, when I would like to see playing now/paused media on the top right corner (in that case header I dont mind).
I am sure you know what I mean, if not, I will clarify myself after.
With best regards and thank you all, jurialmunkey for this best ever skin, im85288 for extending it further and anyone else who contributes constructivelly
p.s.: @jurialmunkey and @im85288
please, use this lines, alter them if needed, to improve the skin
UPDATE: NOTE:I have changed line order the first part of the code... please see screenshoots, try the code, then I will explain if needed (two lines after can be safelly removed, since racing condition would never reach them in this case, but if they stay there, "nobody will be harmed")
See description in the screenshoots:
watch gallery