Apply custom filtering to dynamic content?
(2023-09-22, 10:06)manfeed Wrote: I know that there are some fields that can’t be used to filter in a xsp line, but then, is there any other method to fill a container with a conditional content? I mean, let’s suppose I want to fill a container with all the movies that have a trailer, so the condition would be !String.IsEmpty(ListItem.Trailer). Is there any method to get that? Thanks!

Version 1.1.20+ of Skin Variables can do this
https://github.com/jurialmunkey/script.s...irectories

xml:

<content>plugin://script.skinvariables/?info=get_filter_dir&amp;library=video&amp;filter_key=trailer&amp;filter_value=:&amp;&amp;videodb://movies/titles/</content>

Will get all items from videodb://movies/titles where ListItem.Trailer contains ":"
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply


Messages In This Thread
RE: Apply custom filtering to dynamic content? - by jurialmunkey - 2023-09-23, 06:02
Logout Mark Read Team Forum Stats Members Help
Apply custom filtering to dynamic content?0