[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git] / addons / skin.estuary / playlists / unwatched_tvshows.xsp
blob89c220936daeb0c63514c903b80fefe22ac731b3
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <smartplaylist type="tvshows">
3 <name>Unwatched TV shows</name>
4 <match>all</match>
5 <rule field="numwatched" operator="is">
6 <value>0</value>
7 </rule>
8 <rule field="numepisodes" operator="greaterthan">
9 <value>0</value>
10 </rule>
11 <limit>15</limit>
12 <order direction="ascending">random</order>
13 </smartplaylist>