INTERACT FORUM

More => Old Versions => JRiver Media Center 23 for Windows => Topic started by: jmone on December 25, 2017, 10:48:07 pm

Title: Expression Help? (want to modify the "Caption" in TheaterView)
Post by: jmone on December 25, 2017, 10:48:07 pm
In Theaterview the Caption at present is "[Name]Delimit(Watched(2), , / )"  I'd like to append to that if the Movie is 4K or 3D, something like the following but one that works!
- [Name] 3D Delimit(Watched(2), , / ) => "if filetype contains 3d"
- [Name] 4K Delimit(Watched(2), , / ) => "if dimensions = 3840 x 2160"

Thanks
Nathan
Title: Re: Expression Help? (want to modify the "Caption" in TheaterView)
Post by: jmone on December 25, 2017, 11:49:56 pm
Think I worked it out....

[Name] if(isequal([Dimensions],3840 x 2160),[4K],)if(isequal([File Type],3d,8),[3D],)Delimit(Watched(2), , / )