v17 control over list filter
#1
Hi,
I can set view type using:
python:
xbmc.executebuiltin('Container.SetViewMode(500)')
, however I was not able to find how to control filter option.

I would like to create context menu item that will set up filter based on parts of the filename of items in the list i.e. "720p" or "mkv"...w/o need to actually type it using keyboard.

something like 
python:
xbmc.executebuiltin('Container.SetFilterString(720p)')
...is it possible to do this?
Reply

Logout Mark Read Team Forum Stats Members Help
control over list filter0