INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: sirkus on October 18, 2015, 10:13:41 am

Title: Can't find an expression for Channels + Path
Post by: sirkus on October 18, 2015, 10:13:41 am
Hello, how can I make Zone switch based on Channels count and file location?
I have tried this (and many ohers) with no success:
Code: [Select]
Zone 1: [=compare([Channels], =, 2)]=1 AND [Filename (path)]=[d:\music"]
Zone 2: [=compare([Channels], >, 2)]=1 AND [Filename (path)]=[d:\music"]
Title: Re: Can't find an expression for Channels + Path
Post by: blgentry on October 18, 2015, 10:38:02 am
Just use "Edit with search wizard" to make your rule.  Tell it channels "is" 2, and then path "contains" and your path identifier.  Should be no problem.  :)

Brian.
Title: Re: Can't find an expression for Channels + Path
Post by: sirkus on October 18, 2015, 06:22:27 pm
Thanks, I've missed this one :)