ptgamr / upnext

Chrome Extension for streaming music from SoundCloud & YouTube
https://chrome.google.com/webstore/detail/upnext-music-player/dgkfcdlmdppfhbfmooinbcejdaplobpk
334 stars 59 forks source link

YouTube playlists (Actually not sure if this is what it's called) #41

Open kylelamse opened 8 years ago

kylelamse commented 8 years ago

First of all, I'm relatively new to contributing to GitHub projects. I'm not sure if feature requests should be posted under issues.

Besides that, there is one feature that I would like to have added - YouTube playlists. Actually, I'm not sure if what I want is technically considered a YouTube playlist feature. For instance, when I watch a music video on YouTube, the next related video will play after that. I would like the ability to have a continuous stream of recommended music just like the YouTube site.

I would be happy to create this feature as a pull request if it doesn't already exist and if it is possible to do with YouTube's public APIs.

ptgamr commented 8 years ago

Hi @kylelamse ! The feature you're suggesting sounds pretty much like a "Radio" functionality. 👍

Yes, it is possible because you can query YouTube for related videos, and put them on the waiting list. Users can flip a switch if they want to turn on/off this feature.

A PR would be definitely welcome :)