Most Played: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
<tt>~sort=[Number Plays]-d</tt> |
<tt>~sort=[Number Plays]-d</tt> |
||
If there were a field that counted the number of times an album was played, let's call it <tt>[Album Played]</tt>, the following smartlist would report the most played albums: |
|||
⚫ | |||
<tt>[Complete Album]=1 ~sort=[Album Played]-d ~limit=-1,1,[album]</tt> |
|||
⚫ |
Latest revision as of 05:51, 8 April 2014
The following smartlist will display the most played tracks:
~sort=[Number Plays]-d
If there were a field that counted the number of times an album was played, let's call it [Album Played], the following smartlist would report the most played albums:
[Complete Album]=1 ~sort=[Album Played]-d ~limit=-1,1,[album]