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