INTERACT FORUM

Please login or register.

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

Author Topic: Auto Import expression 'selectively' not working  (Read 331 times)

muzicman0

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1239
Auto Import expression 'selectively' not working
« on: October 15, 2019, 07:13:16 pm »

I have the following rule on auto import for a specific path (and should populate a custom library field named 'Needs Processing'):

Code: [Select]
ifelse(isequal([Compress Mode], 1-Compress, 1), Compress, isequal([Compress Mode], 2-Compress Movie, 1), Compress_Movie, isequal([Compress Mode], 3-Compress Now, 1), Compress Now, 1 , )
[\code]
In theory, anytime I start recording a new series, all I have to do is set [Compress Mode] once, and from then on, the [Needs Processing] field should auto populate on import (I record on a separate PC, then import).

[Compress Mode] is a relational 'store one value per series' library item, and it appears to populate correctly, however, the Compress mode is not working on new series.  It is working fine on old series.  I'm at a loss on why it's not working on only new stuff.

Any ideas?
Logged
Pages: [1]   Go Up