Closed gabbello closed 5 years ago
You could try to change the parameter 'imageSubtitleHeight' in the manifest request from 1080 to 720 or 640 or whatever is you H Resolution, it could work as well.
It could be changed on MSLv2.py line 103
Gotcha
Where are all the comments on this issue from @Essam315?
Anyway I managed to fix this by doing by modifying in "MSLv2.py";
if ia_addon and self.nx_common.compare_versions(map(int, ia_addon.getAddonInfo('version').split('.')), [2, 3, 8]) >= 0: profiles.append('webvtt-lssdh-ios8') else: profiles.append('simplesdh')
with
if ia_addon and self.nx_common.compare_versions(map(int, ia_addon.getAddonInfo('version').split('.')), [2, 3, 8]) >= 0: profiles.append('simplesdh') else: profiles.append('simplesdh')
Setting the Display mode to Full screen (In "Settings", "System", "Display", from "Display mode") might also work, but I don't have this option on raspberry installation.
Gabello, signed up on Github just to be able to say THANK YOU! The incomplete subtitles were making me crazy.
I'm submitting a ...
General infomration
For some of the shows the subtitles appear all in CAPS and don't show second line on the screen.
Prerequisites
Description
On laptop (in browser) all is fine. I used network inspector to see how the subtitle file looks and indeed the CAPS part is at it comes from netflix e.g. below:
here the lines: "WEARING A MASK" and "PLEASE MAKE THEM STOP." are not appearing. I noticed that in browser these lines are shown as second line of the subtitle, while on kodi and raspberry there are never 2 lines.
I tired changing subtitle position and playing with font size but it did not help. Note that on other shows (where subtitles are not caps) I can see 2 lines of subtitles per screen.
Steps to Reproduce
Expected behavior: [What you expected to happen] Show all show subtitles Actual behavior: [What actually happened]
Context (Environment)
kodi 18 rc1 raspberyy pi3
Installation
Operating System
Additional informatin on the environment
[Descripe your environment a bit more detailed, are you using LibreElec f.e.]
Debug log
[Please include a link to your debug log (use something like http://sprunge.us/) or similar, please do not paste]
Other information
[e.g. detailed explanation, related issues, suggestions how to fix, links for us to have context, etc.]
Screenshots
[Please add a screenshot if that helps understanding your problem]
[You can erase any parts of this template not applicable to your Issue.]