Req Advanced Library Filtering support
#1
Title pretty much sums is up.
Other skins (inc. default Confluence) feature library filtering - a button on the side menu makes a dialog popup with filtering option like year slider, genres, etc.

See http://wiki.xbmc.org/index.php?title=Adv..._filtering

I tried creating this myself but with no luck...
Added this to MyVideoNav.xml:
Code:
<control type="button" id="5" description="Filter">
  <include>9000Buttons</include>
  <label>$LOCALIZE[587]</label>

  # Taken from Confluence's MyVideoNav.xml
  <onclick>Filter</onclick>
  <visible>Container.CanFilterAdvanced</visible>
</control>

With no success... would love to help if I just understood a bit more how this xml is compiled.
Thoughts?
Reply


Messages In This Thread
Advanced Library Filtering support - by EtgarDizz - 2013-07-11, 21:10
Logout Mark Read Team Forum Stats Members Help
Advanced Library Filtering support0