Skip to content

feat: Add Default Speed for Music Videos - #399

Open
JensorX wants to merge 5 commits into
reisxd:mainfrom
JensorX:1Xmusic
Open

feat: Add Default Speed for Music Videos#399
JensorX wants to merge 5 commits into
reisxd:mainfrom
JensorX:1Xmusic

Conversation

@JensorX

@JensorX JensorX commented Mar 8, 2026

Copy link
Copy Markdown

Introduces a new "Default Speed for Music Videos" setting to the settings page.
If this setting is activated, the speed of music videos will be automatically set to 1x (regardless of the default playback speed) with a music video detection.

Example:
User watches a normal video -> 1.5x speed
After that, the User watches a Music Video -> 1x speed
User watches a normal video -> 1.5x speed

@ice-fly ice-fly left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your logic appears to work and I agree with the feature.
Just a thought:
I feel like the majority of videos will not be music, so perhaps this would be a good opportunity to lazily determine if the video is a music video as the page renders (the first 25ms of music at 2x probably doesn't matter and this may aid performance on the other case where users want fast playback).

@JensorX

JensorX commented Apr 2, 2026

Copy link
Copy Markdown
Author

Good Idea!
I improved the feature with a lazy load after 25ms.

JensorX added 2 commits April 25, 2026 18:55
Move the 'Default Speed for Music Videos' option to videoPlayer settings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants