2.35 movie | 2.2 | 2.45 | 1 | 9999 | 1 | 9999 | Zoom 14to9 | Overscan 8 | True
One other thing (for better understanding): A 21:9 Movie within 16:9 is zoomed to 14:9 . It's fine for me, but I don't now which rule/function is responsible for it (because I don't have any rules with 14:9)?!
Nice, but the "F4" button does not workeverytime I press F4 it shows only "manual". I mapped F4 to ACTION_TOOGLE_AUTOCROP and it does not switch from "off" to "on" (manual to auto) :-(
I'm investigating....will come back on that one.
Edit: Second bug found when you load the default settings from the thread. AR ratio has no "." so 1.2 apears as 12 and it is not working. Changing it to 1,2 using "," and it works.
tmpRule.ARFrom =
(float)
Convert.ToDouble(reader.GetValueAsString(ViewModeSwitcherSectionName, ParmRulePrefix + i + "ARFrom", "0"));
tmpRule.ARTo =
(float)
Convert.ToDouble(reader.GetValueAsString(ViewModeSwitcherSectionName, ParmRulePrefix + i + "ARTo", "0"));
The problem was, that viewmode switcher was completely not working when i first started using it after install of MP 1.4.
I deleted all the rules, that's when i found the other issue.
I used the import function to load default settings and it was still not working. And then i saw the AR issue.
Your right it must be a language issue. The import file with default settings contain "." (English) and "our" seperator is "," (Dutch).