Blank quality setting
|
|
My configuration has it set to use the best available quality, however, on videos such as this one http://www.youtube.com/watch?v=a0-n1kNqf1s, the default setting shows up blank. |
|
|
For the record, I uninstalled, it (and removed asscioated configuration) and then reinstalled it. With the default settings, it still happens. |
|
|
What do you mean with "default setting shows up blank"? I can see the MPEG-4 H.264 format using the best available quality setting in the video you link to. Have you tried to use the script in a new Firefox profile? Do you have any other Greasemonkey script or extension for YouTube installed? |
|
|
By shows up blank, I mean by default, nothing is showing in the Quality drop down. I can click and select it, but when I first go to a url, the drop down box has nothing selected. This is happing on a fresh profile. I'll post a screenshot shortly. |
|
|
Ok, I can't replicate it on my other computer.
|
|
|
I can confirm it happens to me as well here's an example: http://youtube.com/watch?v=-fv16-DftRE&watch_re... It must be a bug in the script. |
|
|
The script shows a unselected quality drop down when the video is in a format that it's not supported (like format 34 right now), so that's not a bug. However, there is a bug in some circunstances with an unsupported format (you see the message "selVideoFormat.options.item(selVideoFormat.selectedIndex) is null" in the error console). That will be fixed in the next version |