MeoMix / SongBuzz

A Google Chrome extension which allows users to create, maintain, and interact with playlists streamed from YouTube.
23 stars 4 forks source link

Show playback quality of songs #32

Open MeoMix opened 12 years ago

MeoMix commented 12 years ago

https://developers.google.com/youtube/js_api_reference#Playback_quality

MeoMix commented 12 years ago

maybe add a little colored dot when searching for songs -- red means low quality, green means available in high quality, yellow is just normal 320?

sabarasaba commented 12 years ago

Uhmmm I've been reading a 'lil and it seems that you can't get a list of all the supported quality levels of a given video using the Data API. You can only query for that information at playback time using the Player API. I dont see how we could implement this feature