skin.pellucidPlus/extras/playlists/recentMovies.xsp

11 lines
299 B
Plaintext
Raw Normal View History

2015-05-03 15:56:13 +02:00
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
2015-11-04 21:43:54 +01:00
<name>recentMovies</name>
2015-05-03 15:56:13 +02:00
<match>all</match>
2018-02-13 14:06:29 +01:00
<limit>10</limit>
2015-11-04 21:43:54 +01:00
<order direction="descending">dateadded</order>
2018-04-10 00:11:19 +02:00
<rule field="playcount" operator="is">
<value>0</value>
</rule>
2015-05-03 15:56:13 +02:00
</smartplaylist>