If you mean crash on fast forward, then fast forward is not supported. I'm working on solution how to avoid crash, but it will be great if someone can find way how to disable fast forward (and reverse) in OV.
Totally out of my handsUpdated!
Using Fast Forward still crashes MePo, is there something you can do about that (e.g. disabling/ignoring ff command?)
I think nearly all plugins that have multiple qualities show this dialog. Some allow to configure a default quality, youtube has something like highest/high/medium/low and tries to choose the best matching and it is preselected.Is there a setting in OLV to always choose the highest resolution available or will I always be asked?
If you use getMultipleVideoUrls method, do something like this:Don't know if there is a global option/site option to skip this dialog completely. Don't know if you really want this if you have "highest" as a preference. Amazon itself might have bandwith issues from time to time, if the dialog is disabled there is no way to switch down in quality
string preferedUrl = some_code_getting_prefered_url;
video.PlaybackOptions.Clear();
return new List<string>() { preferedUrl };