mpinegar / understudy

Automatically exported from code.google.com/p/understudy
GNU Lesser General Public License v3.0
0 stars 0 forks source link

automatically select hIgh quality version of YouTube videos #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What functionality would you like to see added?

With youtube adding high quality and Hulu and BBC iPlayer both having high 
quality versions 
available, some way to pick to watch these would be awesome. I know for youtube 
for example you 
just have to go to a slightly different link (something to do with =18 I think)

Thank you very much for an awesome plugin
It's really progressed a lot.

Original issue reported on code.google.com by WillJBr...@gmail.com on 1 Jun 2009 at 7:07

GoogleCodeExporter commented 8 years ago
I looked it up - for youtube you have to add &fmt=18 to the end of the link
Thanks again

Original comment by WillJBr...@gmail.com on 1 Jun 2009 at 7:09

GoogleCodeExporter commented 8 years ago
sorry - fmt 18 isn't the highest quality - you have to add &fmt=22 for that

Original comment by WillJBr...@gmail.com on 1 Jun 2009 at 7:11

GoogleCodeExporter commented 8 years ago
do feeds always refer to the lower quality version of videos?

Original comment by kirk.kel...@rochester.edu on 19 Jun 2009 at 10:21

GoogleCodeExporter commented 8 years ago
I'm afraid I don't know - sorry

Original comment by WillJBr...@gmail.com on 20 Jun 2009 at 1:26

GoogleCodeExporter commented 8 years ago
how do you choose the quality level? some feeds keep starting and stopping due 
to server load.

Original comment by eaglecom...@gmail.com on 22 Jun 2010 at 3:28

GoogleCodeExporter commented 8 years ago

Original comment by kirk.kel...@rochester.edu on 13 Mar 2011 at 8:55

GoogleCodeExporter commented 8 years ago
YouTube is supposed to automatically select the optimal video quality, so I'm 
not changing the default behavior. I have added a hidden preference to override 
the default setting. If you want to set this do the following:

1) Open Terminal.app
2) type/paster the following line and press enter
defaults write com.apple.frontrow.appliance.understudy YouTube -dict-add 
quality 'default'

This actually tells Understudy to use the default behavior of YouTube. To set a 
specific value, one of
'small', 'medium', 'large', 'hd720', 'hd1080', 'highres' can be used. Those are 
listed from lowest to highest resolution.

Original comment by kirk.kel...@rochester.edu on 17 Apr 2011 at 9:07