Skip to content

Instantly share code, notes, and snippets.

@Here-Be-Dragons
Created November 6, 2017 00:52
Show Gist options
  • Save Here-Be-Dragons/fdaa752820939ae133560e690cb3946d to your computer and use it in GitHub Desktop.
Save Here-Be-Dragons/fdaa752820939ae133560e690cb3946d to your computer and use it in GitHub Desktop.
Kodi Christmas TV Show Episodes Smart Playlist
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
<name>TV - All Christmas</name>
<match>one</match>
<rule field="title" operator="contains">
<value>christmas</value>
</rule>
<rule field="plot" operator="contains">
<value>christmas</value>
</rule>
<rule field="title" operator="contains">
<value> santa.</value>
</rule>
<rule field="plot" operator="contains">
<value> santa.</value>
</rule>
<rule field="title" operator="contains">
<value> santa,</value>
</rule>
<rule field="plot" operator="contains">
<value> santa,</value>
</rule>
<rule field="title" operator="contains">
<value>secret santa</value>
</rule>
<rule field="plot" operator="contains">
<value>secret santa</value>
</rule>
<rule field="title" operator="contains">
<value>santa claus</value>
</rule>
<rule field="plot" operator="contains">
<value>santa claus</value>
</rule>
<rule field="title" operator="contains">
<value>st. nick</value>
</rule>
<rule field="plot" operator="contains">
<value>st. nick</value>
</rule>
<rule field="title" operator="contains">
<value>yule</value>
</rule>
<rule field="plot" operator="contains">
<value>yule</value>
</rule>
<rule field="title" operator="contains">
<value>xmas</value>
</rule>
<rule field="plot" operator="contains">
<value>xmas</value>
</rule>
<rule field="title" operator="contains">
<value> elf</value>
</rule>
<rule field="plot" operator="contains">
<value> elf</value>
</rule>
<rule field="title" operator="contains">
<value> elves</value>
</rule>
<rule field="plot" operator="contains">
<value> elves</value>
</rule>
<rule field="title" operator="contains">
<value>scrooge</value>
</rule>
<rule field="plot" operator="contains">
<value>scrooge</value>
</rule>
<rule field="title" operator="contains">
<value>mistletoe</value>
</rule>
<rule field="plot" operator="contains">
<value>mistletoe</value>
</rule>
<order direction="ascending">random</order>
</smartplaylist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment