heads up: Video library reorganisation via XML
#34
I used this link in main menu:
xbmc.activatewindow(Videos,library://video/tvshows/test.xml)

With this test node (~\XBMC\userdata\Database\video\tvshows\test.xml):
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<node order="11" type="filter" visible="Library.HasContent(TVShows)">
  <label>test</label>
  <icon>DefaultRecentlyAddedEpisodes.png</icon>
  <content>episodes</content>
  <path>videodb://2/2</path>
  <order direction="descending">dateadded</order>
  <limit>3</limit>
  <rule field="tvshow" operator="contains">dexter</rule>
</node>

Restart to add new.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply


Messages In This Thread
RE: heads up: Video library reorganisation via XML - by MassIV - 2012-10-07, 01:25
Logout Mark Read Team Forum Stats Members Help
heads up: Video library reorganisation via XML1