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

Option to loop video is missing from the modern 2015 player #534

Open
UbunMat opened this issue Feb 15, 2024 · 3 comments
Open

Option to loop video is missing from the modern 2015 player #534

UbunMat opened this issue Feb 15, 2024 · 3 comments
Labels
bug Something isn't working experimental feature

Comments

@UbunMat
Copy link

UbunMat commented Feb 15, 2024

Rehike version

0.8.0

Operating system

Windows 10 22H2

PHP version

8.2.12

What's going on?

After enabling the option to switch between players in the experimental features section, I noticed that every player has a loop feature, except the modern 2015 one

@UbunMat UbunMat added the bug Something isn't working label Feb 15, 2024
@TorutheRedFox
Copy link
Contributor

the patching done likely has to be done differently for it as the HTML in it is different to the other two

@syndiate
Copy link
Contributor

Solution: Use latest player

@RealPortalPlayer
Copy link

Another solution: document.getElementsByTagName("video")[0].loop = true
You can run this directly in your browsers console, attach it to a button via a userscript, or use a browser bookmarklet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working experimental feature
Projects
None yet
Development

No branches or pull requests

5 participants