I use ISOs for my films, which don't import duration of the film.
No problem, I have a way around that, but was wondering if any gurus out there could think of a better way.
1. I created a field (duration-manual) just that I could enter my duration manually, in hours:minutes
I can't just use that field though because I do have some files that get duration (vob) and I don't want to spend my time manually re-entering those durations in my duration-manual field.
2. I created a 2nd duration field, DurationX that displays the default duration if it exists, or my manually entered duration:
if(isempty([Duration-manual]),[Duration],[duration-manual])
How can I incorporate the Remove Right function in this expression so that when it does display the default duration, it does so in hours:minutes, dropping the seconds?
And I gather there is no way for me to kill 2 birds with one stone by having a single field that can both be an input field AND use an expression, correct? I'm thinking of one single field that populates itself with the default duration field if it exists (and in hours:minutes format, dropping seconds) and if there is no default duration, then it allows me to manually enter one.