repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git]
/
addons
/
skin.estuary
/
playlists
/
mostplayed_albums.xsp
blob
0b6e2419956f8bef163bfc9593f0d74f6c49afd3
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>