[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git] / addons / skin.estuary / playlists / unwatched_musicvideos.xsp
blob237dddc701d456dde22fabecef6b23e40b2e57ad
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <smartplaylist type="musicvideos">
3 <name>Unwatched music videos</name>
4 <match>all</match>
5 <rule field="playcount" operator="is">
6 <value>0</value>
7 </rule>
8 <limit>15</limit>
9 <order direction="descending">random</order>
10 </smartplaylist>