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