MeoMix / StreamusChromeExtension

A YouTube video player as a Google Chrome extension
http://streamus.com
Apache License 2.0
1.08k stars 216 forks source link

Filter radio mode results by categoryId #495

Open MeoMix opened 9 years ago

MeoMix commented 9 years ago

It's possible to give a categoryId to the video list endpoint. We should retrieve the categoryId for music (which changes based on your local? maybe it's OK to just do English for now?) and filter results using that categoryId to improve result quality

https://developers.google.com/youtube/v3/docs/videoCategories/list https://developers.google.com/apis-explorer/#p/youtube/v3/youtube.videos.list

vairix-dmacchi commented 9 years ago

mmm... maybe this could be good as an option... don't you think?

MeoMix commented 9 years ago

I don't think it should be an option, no. It's really bad when Streamus automatically suggests non-music via Radio Mode and is 100% never desirable.

It's possible that it could be an option when performing searches (or even just not apply it to search and let people see all results as expected), but for radio mode I am confident that we should be pruning the results more heavily.