Skip to content

Instantly share code, notes, and snippets.

@Here-Be-Dragons
Created November 6, 2017 00:51
Show Gist options
  • Save Here-Be-Dragons/9e9f58cfa5a8e8c09990ebc2234f1f55 to your computer and use it in GitHub Desktop.
Save Here-Be-Dragons/9e9f58cfa5a8e8c09990ebc2234f1f55 to your computer and use it in GitHub Desktop.
Kodi Christmas Movies Smart Playlist
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Movies - 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