INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Expression Help? (want to modify the "Caption" in TheaterView)  (Read 918 times)

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14269
  • I won! I won!
Expression Help? (want to modify the "Caption" in TheaterView)
« 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
Logged
JRiver CEO Elect

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14269
  • I won! I won!
Re: Expression Help? (want to modify the "Caption" in TheaterView)
« Reply #1 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), , / )
Logged
JRiver CEO Elect
Pages: [1]   Go Up