pseudosavant / player.html

One file drop-in media player web app for using video and audio files served using basic HTTP directory listing
MIT License
219 stars 40 forks source link

Add optional (off-by-default) autoplay feature #24

Open jerodsanto opened 1 year ago

jerodsanto commented 1 year ago

Cool project, Paul!

We're using it next week at All Things Open on a big TV at our booth to let people sample video clips from our podcasts. I hacked on it a bit to customize for our needs. (repo here)

For that use case, I really wanted an autoplay feature so we can start a clip and just have it cycle through them until somebody interacts with the app again. It was super easy to add, so I figured you might want to include it in yours as well.

(No hard feelings if you don't want to merge!)

We're getting tons of value from the project, so thank you for open sourcing it! 💚

pseudosavant commented 10 months ago

Cool idea. Thanks for the PR. This is inline with some thinking I've had around adding a playback queue combined with adding a repeat playback functionality. I'll make sure to incorporate this use case into that implementation when I get to it. Glad you are getting use out of player.html!