-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update ASS subtitles immediately when adjusting subtitle offset #7440
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
base: master
Are you sure you want to change the base?
Update ASS subtitles immediately when adjusting subtitle offset #7440
Conversation
Cloudflare Pages deployment
|
|
I think it's better to fix the "cache stalling" in https://github.com/jellyfin/JavascriptSubtitlesOctopus (jellyfin/JavascriptSubtitlesOctopus#68). |
|
Sounds good, if that fixes the issue. I'll put this as a draft for now and see what happens with your PR. |
7390a54 to
b765cb5
Compare
|
|
Reopened without the workaround for the underlying issue that has been fixed in the subtitle renderer itself. The dependency will need to be bumped when it releases. The other change about updating the subtitle offset as the scrollbar is being moved is still a valid change. |



Changes
Fixes an issue where the ASS renderer would not render subtitles when adjusting the offset backwards due to frames for a position further forward being cached.
This PR also makes it so that subtitles update as the subtitle offset scroller is being moved, instead of only when it is released. This is slightly more convenient for setting the offset as desired.
Issues
Fixes #7439