-
-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for playing playlists #348
Comments
Hi, currently the only way to play a playlist is to play new videos each time one finishes. A future improvement for the library could be implementing the playlist parameter in IFramePlayerOptions. |
That would be a great enhancement. |
Was this feature added? -If yes, how can I add a playlist to API (Android Studio) |
There is no support for playlists. |
😥 |
I would really appreciate if the listType parameter was implemented. As mentioned in https://developers.google.com/youtube/player_parameters it would then be possible to load playlists as well as user uploads. (http://www.youtube.com/embed?listType=playlist&list=PLAYLIST_ID, http://www.youtube.com/embed?listType=user_uploads&list=USERNAME), so by only providing a playlist id or username we could then easily access a whole list of videos or even the whole channel. |
Add support for playlists, as described in #348 * Moved sending of playlist video IDs to the UNSTARTED event in order to prevent to send the same ID repeatedly * Add documentation Co-authored-by: Pierfrancesco Soffritti <[email protected]>
thanks to @flauschtrud playlists are now supported in the library :) (currently on the dev branch, they will be out with release 11.1.0) |
hello pierfrancesco, I want know if is posible to play a playlist just like the official youtube api?
The text was updated successfully, but these errors were encountered: