Imported (Date): Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Display all tracks imported today, sorted by import date:
Display all tracks imported today, sorted by import date:


<tt>[Media Type]=[audio] [Date Imported]=<1d ~sort=[date imported]-d</tt>
<tt>[Media Type]=[audio] [date imported]=<1d ~sort=[date imported]-d</tt>


Display all tracks imported this week, sorted by import date:
Display all tracks imported this week, sorted by import date:


<tt>[Media Type]=[audio] [Date Imported]=<7d ~sort=[date imported]-d </tt>
<tt>[Media Type]=[audio] [date imported]=<7d ~sort=[date imported]-d </tt>


Notes:
Notes:
* Use <tt>~n</tt> to limit the number of entries displayed.
* Use <tt>~n=10</tt> to limit the number of entries displayed to 10.
* Use <tt>~limit=-1,1,[album]</tt> to show only one line per album imported.
* Use <tt>~limit=-1,1,[album]</tt> to show only one line per album imported.


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

Latest revision as of 05:51, 8 April 2014

Display all tracks imported today, sorted by import date:

[Media Type]=[audio] [date imported]=<1d ~sort=[date imported]-d

Display all tracks imported this week, sorted by import date:

[Media Type]=[audio] [date imported]=<7d ~sort=[date imported]-d 

Notes:

  • Use ~n=10 to limit the number of entries displayed to 10.
  • Use ~limit=-1,1,[album] to show only one line per album imported.