Any possibility for a "this or below" preferred video option?
![]() ![]() |
I'm aware of the option to set -1 as the preferred quality and have the script choose the highest available video quality, but my main computer is a netbook, and has neither the resolution nor the processing power to make YouTube's "HD" videos practical. The "FLV High Quality" option plays just fine, but setting that as my preferred option in the script just leaves me with an error if I try to watch a video which doesn't have that quality available. Obviously I can manually select an available format, but it'd be nice if I could set it up to show FLV High Quality if available, with a fallback to MP4 or FLV Low Quality. Otherwise I'm loving everything about this script, really wish I'd found it sooner. |
![]() ![]() |
That feature is already implemented and explained in the configuration guide. Edit the script and replace: var userFormats = eval("null"); ...with: var userFormats = eval("['35', '18', '']"); ...and "-1" in defaultVideoFormat |
![]() ![]() |
Of course it is, I should have realised this would already be implemented. My mistake, thank you for bringing it to my attention. |


