po5 / mpv_sponsorblock

mpv script to skip sponsored segments of YouTube videos
GNU General Public License v3.0
531 stars 29 forks source link

database update failed #54

Closed xavierxross closed 1 year ago

xavierxross commented 2 years ago

image

paindespik commented 2 years ago

same thing here

elhirchek commented 2 years ago

You can get rid of this error by changing option local_database to false it's by default true in the sponsorblock.lua it will look like this local_database = false.

paindespik commented 2 years ago

thanks !

Soundtoxin commented 1 year ago

Can this option also be set in a script-opts file so that it's not lost when updating? I tried making a file called sponsorblock.conf and putting the line in there, but it tells me

sponsorblock: script-opts/sponsorblock.conf:1 unknown key 'local options ', ignoring 
sponsorblock: script-opts/sponsorblock.conf:2 unknown key '    local_database ', ignoring 

I tried adding it a few ways with none working so far.

christoph-heinrich commented 1 year ago

@Soundtoxin Put the following in sponsorblock.conf

local_database=no
Soundtoxin commented 1 year ago

@Soundtoxin Put the following in sponsorblock.conf

local_database=no

Thank you, that worked!