amauriaces / mp-onlinevideos2

Automatically exported from code.google.com/p/mp-onlinevideos2
0 stars 0 forks source link

AutoPlay preferred quality if it exists in iTunes #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a autoplay feature for highest quality, but would be nice if there was 
one for preferred quality. If the preferred one does not exist then show menu 
as per normal.

Original issue reported on code.google.com by damien.haynes@gmail.com on 29 Nov 2010 at 4:11

GoogleCodeExporter commented 9 years ago
Would it be an option to change the description and functionality of the 
existing setting to "preferred" instead of "Highest" ?

Original comment by apond...@gmail.com on 29 Nov 2010 at 1:34

GoogleCodeExporter commented 9 years ago
I thought about this a little, this is how I would do it:

* Get rid of "AalwaysPlaybackHighestQuality" option.
* "PreferredVideoQuality" would work like this: try to play user selected 
quality, then next lowest, then next lowest... Instead of trying lower quality, 
you could also show a dialog.
* Add true/false option "AlwaysAskVideoQuality", which would always show dialog 
if set to true, selected would be "PreferredVideoQuality".

Original comment by mitja.skuver on 29 Nov 2010 at 3:04

GoogleCodeExporter commented 9 years ago
Added in r1042 (will be available in site update asap).

Changed setting to: AlwaysPlaybackPreferredQuality.
If this setting is true it will start playback with the preferred quality.
If this preferred quality is not available then the dialog will be shown to the 
user.
The highest quality available will be pre-selected in this dialog.

Original comment by apond...@gmail.com on 29 Nov 2010 at 3:24

GoogleCodeExporter commented 9 years ago
It now auto plays my preferred size, thankyou.

Original comment by damien.haynes@gmail.com on 30 Nov 2010 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by apond...@gmail.com on 30 Nov 2010 at 1:47