Hello and thank you for this tut!
Maybe someone can help me clear things up a little bit. I want to create Main Menu entries for such things as: Audio Books, Dokumentaries etc.
... but... They aren't scraped and I don't want to. Most of my Dokumentaries aren't well known, some local etc. To scrape them would take a huge amount of time...
Unfortunatly there are allready three custom entries in my transparency skin (Streams links etc) - so I can't use the "use as favorite" -> "Assign the favorite to one of the three custom entries" way!
Is there a way to point the smartplaylist to a favorite or any other work around?
I know that smartplaylists are only capable of filtering the db - but maybe someone can help me... (like add two more "custom menu entries" to transparency, so I can use Favorites)
EDIT:
Found a very simple Solution:
Code:
<label>Documentations</label>
<onclick>ActivateWindow(VideoFiles,Documentations)</onclick>
<include condition="!Skin.HasSetting(Home_Movies_Fanart_Background)">home-movies-background</include>
<include condition="Skin.HasSetting(Home_Movies_Fanart_Background)">home-movies-background-fanart</include>
<visible>!Skin.HasSetting(Menu_Movies)</visible>
</item>
Just add the Source of your Choice in Video/Music etc, don't scrape them - you don't have to... just put the name of the Source behind "VideoFiles", seperated with a ","
Code:
<onclick>ActivateWindow(VideoFiles,Sourcename)</onclick>
This will link directly to the Source - just perfect for a few of my entries...