Most Played: Difference between revisions

From wiki.jriver.com
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:
[[Category:Smartlist:Examples:Audio]]

<tt>[Complete Album]=1 ~sort=[Album Played]-d ~limit=-1,1,[album]</tt>

[[Category:Search Examples]]

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]