Most Played: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 2: Line 2:


<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>


[[Category:Smartlist:Examples:Audio]]
[[Category:Smartlist:Examples:Audio]]

Revision as of 16:19, 13 January 2009

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]