INTERACT FORUM
More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: drc on October 13, 2012, 04:03:31 pm
-
Is it possible to create a Smartlist to include Artist within a specific range?
Currently, to do this I have to select each artist individually (too many).
What I would like to do is build a smartlist as so:
Complete Album is False
Album Artist (includes) all Artist from A - I (meaning all artist starting with A (Azymuth) to I (Isaac Hayes)
Thanks
-
Press the "Import / Export" button and paste the following in there:
[Media Type]="audio" [Complete Album]=0 [=isrange([album artist],a-i)]=1
You can learn about expressions here (http://wiki.jriver.com/index.php/Media_Center_expression_language), and more specifically, about "isrange()" here (http://wiki.jriver.com/index.php/Media_Center_expression_language#IsRange.28....29:_Tests_a_value_for_inclusion_within_a_given_range).