2016-01-17, 15:26
Vampires
Zombies
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Movies - vampirs</name>
<match>one</match>
<rule field="title" operator="contains">
<value>vampir</value>
</rule>
<rule field="plot" operator="contains">
<value>vampir</value>
</rule>
<rule field="title" operator="contains">
<value>vampir</value>
</rule>
<rule field="plot" operator="contains">
<value>vampir</value>
</rule>
<rule field="title" operator="contains">
<value>vampyre</value>
</rule>
<rule field="plot" operator="contains">
<value>vampyre</value>
</rule>
<rule field="title" operator="contains">
<value>vampyre</value>
</rule>
<rule field="plot" operator="contains">
<value>vampyre</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>
Zombies
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Movies - Zombies</name>
<match>one</match>
<rule field="title" operator="contains">
<value>Zombie</value>
</rule>
<rule field="plot" operator="contains">
<value>Zombie</value>
</rule>
<rule field="plotoutline" operator="contains">
<value>Zombie</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>