dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.21k stars 92 forks source link

A way to have it automatically update and pull new info from the sponsorblock server? #27

Closed ghstzch closed 1 year ago

ghstzch commented 2 years ago

Is there a way currently to have it pull new data automatically once a day instead of manually rebooting the docker container?

dmunozv04 commented 2 years ago

As you can see here , segments are only cached for 300 seconds, which is five minutes. Is that what you mean as pulling new data?

ghstzch commented 2 years ago

Sorry, I mean: Does this pull new data periodically from the SB API or only when the container restarts? I've noticed that new videos that have been posted recently do not pull any skipping data, and also the video ID can not be found. Once I reboot the container it will pull the latest info from the API and then work as expected.

Also, thanks for this awesome app by the way, it works really well so far.

dmunozv04 commented 2 years ago

Hi, the video id lookup is set to store the 10 latest seen videos, but it could be modified to request new video ID's periodically.

dmunozv04 commented 1 year ago

Closed for being stale