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

Fix: secondary subtitles not showing #28

Merged
merged 2 commits into from
Jun 17, 2022
Merged

Conversation

ivanmviveros
Copy link

@ivanmviveros ivanmviveros commented Jun 17, 2022

Partial fix #27

Filter out null SubtitleFactory.build result allows the secondary subtitles menu being showed correctly, this is a partial fix beacuse netflix added some extra subtitles in which the subtitle manifest seem to have missing fields, ttDownloadables for those extra subtitles is empty, generating the bug in nflxmultisubs.js#L456.

This pr aims to solve the problem for the previous existing subtitles, the new extra subtitles could require some new way to build them or just wait for netflix to update the manifest to correspond with the previous existing subtitles

image

@gmertes gmertes merged commit 123aea9 into gmertes:master Jun 17, 2022
@gmertes
Copy link
Owner

gmertes commented Jun 17, 2022

Many thanks! I'll submit a new version with this fix today.

Those new extra subtitles are indeed quite interesting. I think I'll open a new issue to address this, would be nice if we can also find a way to use them as secondary subs.

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.

Critical: subtitle builder is broken
2 participants