Difference between revisions of "Smartlists"

From JRiverWiki
Jump to: navigation, search
Line 1: Line 1:
 +
==Description==
 
As an alternative to playlists, in J. River Media Center, you can create smartlists. A smartlist is actually a dynamic playlist. One does not add specific items to a smartlist, but instead define a set of rules to select items from ones library. A simple smarlist, can be set to select songs recently added to the library, or songs from defined artist(s). For example, you can create a Smartlist that says: Play everything in my "Top 40 hits of 1989" Playlist EXCEPT for the Christmas songs and the songs by Aretha Franklin. Whenever you select to play a Smartlist, it will apply the relevant rule to your entire library, including any new songs you may have added to your library that meet the criteria of its rules.  
 
As an alternative to playlists, in J. River Media Center, you can create smartlists. A smartlist is actually a dynamic playlist. One does not add specific items to a smartlist, but instead define a set of rules to select items from ones library. A simple smarlist, can be set to select songs recently added to the library, or songs from defined artist(s). For example, you can create a Smartlist that says: Play everything in my "Top 40 hits of 1989" Playlist EXCEPT for the Christmas songs and the songs by Aretha Franklin. Whenever you select to play a Smartlist, it will apply the relevant rule to your entire library, including any new songs you may have added to your library that meet the criteria of its rules.  
  
 
Smartlists can be created for all types of media: music, video, images, documents, and even a mixture of all of them.
 
Smartlists can be created for all types of media: music, video, images, documents, and even a mixture of all of them.
  
'''A smartlist operates from left to right, just as the selection line was written.'''
+
There is no end to the possibilities with smartlist, and here is some usages which might help making your "playlist-of-your-dreams". Remember there are a nice selection of pre-defined smartlist, when creating a new smartlist.
  
Here are some examples:<br>
+
'''Minor tips:'''<br>
 +
*[Duration]=<480<br>
 +
:Remove songs longer than 8 minutes. Use it when syncing with devices. This may remove those hidden track songs with extensive silent periods.
 +
*~s=1000<br>
 +
:Limits smartlist to be maximum 1000 MB. Use it to set a desired total smartlist size, when syncing with devices.
 +
*A smartlist operates from left to right, just as the selection line was written.
 +
 
 +
==Examples==
 
1. [media type]=[audio] [[~n]]=100<br>
 
1. [media type]=[audio] [[~n]]=100<br>
 
''Selects first all audio files, then limits to 100 songs.''  
 
''Selects first all audio files, then limits to 100 songs.''  
Line 14: Line 22:
 
3. [media type]=[audio] [[~mix]]=300,50%,{[Rating]=>4},50%,{[Rating]=>3}<br>
 
3. [media type]=[audio] [[~mix]]=300,50%,{[Rating]=>4},50%,{[Rating]=>3}<br>
 
''This is a bit more advance, but should be understandable. The mix is a very handy function for combining selects (or playlists and other smartlist for that matter). Each comma, seperates the operators. The first value defines the number of items to select in total. Next, one define the amount to select for the following query. It can be added as many querys as one likes in the mix. Here, to querys are added, one for selecting 50%(150 songs) rated 5, and the other 50%(150 songs as well) rated 4 or 5.''
 
''This is a bit more advance, but should be understandable. The mix is a very handy function for combining selects (or playlists and other smartlist for that matter). Each comma, seperates the operators. The first value defines the number of items to select in total. Next, one define the amount to select for the following query. It can be added as many querys as one likes in the mix. Here, to querys are added, one for selecting 50%(150 songs) rated 5, and the other 50%(150 songs as well) rated 4 or 5.''
 +
 +
4. [Rating]==5 ~sort=[Last Played] ~n=20<br>
 +
''Select the 20, rated 5 songs, which had the longest time since been played.''
 +
 +
5. [media type]=[audio] ~mix=1000,25%,{[Rating]=>4},25%,{[Rating]=>3},25%,{[Rating]=>2},25%,{[Rating]=<1} ~nodup=[Artist],[Name]<br>
 +
''Select randomly up to 1000 songs with rating 3 or higher (with higher density of higher rated songs), but 25% of them unrated. Remove duplicates.''
 +
 +
6. [media type]=[audio] ~mix=20,50%,{[rating]=[],3,4,5 [date (year)]=2004-2006 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},20%,{[rating]=[],3,4,5 [date (year)]=2000-2003 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},15%,{[rating]=[],4,5 [date (year)]=1990-1999 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},10%,{[rating]=[],4,5 [date (year)]=1980-1989 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},5%,{[rating]=[],5 [date (year)]=<1980 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random} ~nodup=[Artist]<br>
 +
''Select up to 20 songs from different artist, with focus on newly released and imported music, but also some old classics.''
  
  
'''Following is a collection of Smartlists that users have created.'''
+
==User Examples==
 +
Following is a collection of Smartlists that users have created.
  
 
Forum entries that need pages created:
 
Forum entries that need pages created:

Revision as of 14:36, 30 January 2007

Description

As an alternative to playlists, in J. River Media Center, you can create smartlists. A smartlist is actually a dynamic playlist. One does not add specific items to a smartlist, but instead define a set of rules to select items from ones library. A simple smarlist, can be set to select songs recently added to the library, or songs from defined artist(s). For example, you can create a Smartlist that says: Play everything in my "Top 40 hits of 1989" Playlist EXCEPT for the Christmas songs and the songs by Aretha Franklin. Whenever you select to play a Smartlist, it will apply the relevant rule to your entire library, including any new songs you may have added to your library that meet the criteria of its rules.

Smartlists can be created for all types of media: music, video, images, documents, and even a mixture of all of them.

There is no end to the possibilities with smartlist, and here is some usages which might help making your "playlist-of-your-dreams". Remember there are a nice selection of pre-defined smartlist, when creating a new smartlist.

Minor tips:

  • [Duration]=<480
Remove songs longer than 8 minutes. Use it when syncing with devices. This may remove those hidden track songs with extensive silent periods.
  • ~s=1000
Limits smartlist to be maximum 1000 MB. Use it to set a desired total smartlist size, when syncing with devices.
  • A smartlist operates from left to right, just as the selection line was written.

Examples

1. [media type]=[audio] ~n=100
Selects first all audio files, then limits to 100 songs.

2. [media type]=[audio] [date imported]=<31d ~sort=[date imported]-d
Selects all files which has a import date newer than 31 day, and then sorts the list after the imported date.

3. [media type]=[audio] ~mix=300,50%,{[Rating]=>4},50%,{[Rating]=>3}
This is a bit more advance, but should be understandable. The mix is a very handy function for combining selects (or playlists and other smartlist for that matter). Each comma, seperates the operators. The first value defines the number of items to select in total. Next, one define the amount to select for the following query. It can be added as many querys as one likes in the mix. Here, to querys are added, one for selecting 50%(150 songs) rated 5, and the other 50%(150 songs as well) rated 4 or 5.

4. [Rating]==5 ~sort=[Last Played] ~n=20
Select the 20, rated 5 songs, which had the longest time since been played.

5. [media type]=[audio] ~mix=1000,25%,{[Rating]=>4},25%,{[Rating]=>3},25%,{[Rating]=>2},25%,{[Rating]=<1} ~nodup=[Artist],[Name]
Select randomly up to 1000 songs with rating 3 or higher (with higher density of higher rated songs), but 25% of them unrated. Remove duplicates.

6. [media type]=[audio] ~mix=20,50%,{[rating]=[],3,4,5 [date (year)]=2004-2006 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},20%,{[rating]=[],3,4,5 [date (year)]=2000-2003 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},15%,{[rating]=[],4,5 [date (year)]=1990-1999 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},10%,{[rating]=[],4,5 [date (year)]=1980-1989 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random},5%,{[rating]=[],5 [date (year)]=<1980 ~sort=[number plays],[Last Played]-d,[date imported]-d ~%=50 ~sort=random} ~nodup=[Artist]
Select up to 20 songs from different artist, with focus on newly released and imported music, but also some old classics.


User Examples

Following is a collection of Smartlists that users have created.

Forum entries that need pages created: [1] [2]


More