Paco8 / kodi-repo

Test repo with the netflix, amazon, hbo max and disney+ addons.
13 stars 6 forks source link

Disney+ resumes playing with subtitle delays #7

Open Liqianyu opened 1 year ago

Liqianyu commented 1 year ago

This question is similar to https://github.com/matthuisman/slyguy.addons/issues/500 While the mod can display subtitles after recovery, they are delayed by about three seconds. They must be manually advanced by three seconds. A workaround is to always play from the beginning instead of resuming playback. https://kodi.wiki/view/HOW-TO:Modify_automatic_watch_and_resume_points Recovery point logging can be disabled if you use the method mentioned in the Wiki.


<advancedsettings>
    <video>
        <ignorepercentatend>101</ignorepercentatend>
    </video>
</advancedsettings>