Hi guys,
Just to share how to change the subtitles offset limit for noobs like myself who spent 30 minutes to get it work.
SSH onto the raxplex from any terminal and enter the following:
nano /storage/.plexht/userdata/advancedsettings.xml
and paste the following code if you want to extend it to + or - 90 seconds :
<advancedsettings>
<video>
<subsdelayrange>90</subsdelayrange> <!-- Delay range for subtitles, in
seconds. -->
</video>
</advancedsettings>
Press Control + X to exit then Y to save the changes and reboot the raspberry.
You can control subtitle offset using the OSD->Audio options when a video is playing, in the next release you will be able to set the settings as default for all videos from within the OSD, or just for that video.
Regards
Hi, I knew that (the control using the OSD/audio. But it’s limited by default to +/- 10 seconds. For some videos where there is a huge gap between audio and subtitles, you may need more. That’s where you need to update the advanced settings.
The cause for this is that:
- When you ripped the media your settings were incorrect,
- If you pirated the media and then went looking for a subtitle file you got the wrong file, there are numerous subtitle files for each movie, make sure you get the one that matches the copy of the movie you have.
Don’t expect coding changes to make up for user errors.
Txs, knew that already but sometimes you can find a srt fitting your video.
That’s where extending the subtitle delay limit is useful. And you definitively CAN do that as explained in the 1st post, no coding limitation here.