UpDownLeftDie / obs-random-videos

Easily create a random playlist of videos or music
Apache License 2.0
74 stars 4 forks source link

Repeat? #1

Closed TomberWolf closed 3 years ago

TomberWolf commented 3 years ago

Hey,

thanks for this script. Do you think you could add a repeat feature?

Best Tom

rorosaurus commented 3 years ago

You can add loop to the video tag after autoplay, that will automatically loop the first randomly selected video. But without modifying the code more, the next video will never play.

rorosaurus commented 3 years ago

I made some alterations to the code, so it will

https://github.com/rorosaurus/obs-random-video

jaredcat commented 3 years ago

What do you mean by repeat? It should loop through all the videos over and over again. A single video? Just only put the 1 video in the array and it'll repeat it forever.

jaredcat commented 3 years ago

Added some support for looping videos in the latest version. Let me know if this does what you need!