i've been trying to add an expression to video which appends a quality statement to the end (i.e. 480,720,1080,etc). i can get the expressions to work fine, what i've done i:
math([Width / [Height])
then apply ifelse statements to the results. as long as i stay in the video window, the expressions work and i can sort by the results
however, the moment i exit that video window (i've been working in a customized files view that i use to test out expressions all the time), MC19 crashes. when you exit a view (as you know) it asks to save that view if you've made changes. saving it doesn't help (crashes). not saving it doesn't help (crashes). i can go through all the other video windows fine (genre, etc.) but if i try to re-enter that one view it immediately crashes. browsing through Audio/Images, etc. seems to be just fine
my first suspicion, is that some of the video files don't seem to have a width/height (probably corrupt files or whatever) so maybe the math is crashing on division by zero. so...i'd love to just erase those columns and get on with life but i can't! i deleted the offending expressions through "customize view" but again crashed, and the changes were not saved.
please someone help!