Skip to content
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

Playlist Shuffle Support #401

Open
inaroom opened this issue Mar 17, 2023 · 1 comment
Open

Playlist Shuffle Support #401

inaroom opened this issue Mar 17, 2023 · 1 comment

Comments

@inaroom
Copy link

inaroom commented Mar 17, 2023

as the title says, the shuffling of a playlist isn't working when in popup mode: the videos in the list are played sequentially. not a deal breaker, but i often listen to playlist on youtube and would be a nice plus to have it working

@rthaut rthaut changed the title playlist shuffle not working when in popup mode Playlist Shuffle Support Mar 18, 2023
@rthaut
Copy link
Owner

rthaut commented Apr 5, 2023

This might be possible by passing the enablejsapi URL parameter when opening the Popout Player, and then calling the setShuffle() method from within the content script.

As for the UI/UX, this is probably something that should be handled per-playlist (rather than always on/off), which means adding:

  • A second context menu option for playlist URLs
  • A shuffle button somewhere within the Popout Player
  • A button on playlist overview pages
  • A button on the playlist "sidebar" when watching a video from a playlist on YouTube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants