INTERACT FORUM

More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: MarkCoutinho on February 27, 2015, 01:39:07 am

Title: Smartlist: list songs played in chronological order?
Post by: MarkCoutinho on February 27, 2015, 01:39:07 am
Could someone please advise me on how to make a smartlist that lists the songs I've played in chronological order (starting at the last one played)?
I can't figure out which modifier to use for it...

Thanks in advance!
Title: Re: Smartlist: list songs played in chronological order?
Post by: glynor on February 27, 2015, 01:57:38 am
That's easy.  It is one of the built-in lists.

Code: [Select]
-[Number Plays]=0 ~sort=[Last Played]-d ~seq ~n=100
You can add [Media Type] rules to it if you want to limit it to a particular media type, of course, and other similar things.  And, if you want no limit, you can remove the whole ~n=100 limit part.  If you don't want to get the Seq column, just remove the ~seq modifier.
Title: Re: Smartlist: list songs played in chronological order?
Post by: MarkCoutinho on February 27, 2015, 05:44:56 am
That's easy.  It is one of the built-in lists.

Code: [Select]
-[Number Plays]=0 ~sort=[Last Played]-d ~seq ~n=100
You can add [Media Type] rules to it if you want to limit it to a particular media type, of course, and other similar things.  And, if you want no limit, you can remove the whole ~n=100 limit part.  If you don't want to get the Seq column, just remove the ~seq modifier.

LOL! I think that's one of the built-in lists that I once deleted! Don't ask me for what reason I did that...
Thanks anyway - it's exactly the list I need regularly these days!