Eva
Eva
Delete `sponsorblock_shared/sponsorblock.db`, the download must've been interrupted in a previous session. Keeping this issue open because I need to gracefully handle it someday.
Local database support has been dropped.
chapterskip definitely can skip those, but I can look into adding support in this script. Could you send me list of chapter names that sponskrub generates for start & end...
PRs welcome, requirement is that the location should available on all systems mpv runs on.
That's something I'd love to do, however it doesn't seem like mpv exposes the necessary APIs. Do let me know if you have an idea on how to do it.
Just like how other users can use my mpv config which may contain cookies for youtube-dl, or `--http-header-fields` which may contain auth tokens. You're in charge of permissions on your...
Their readme claims the only compatibility issues with user scripts are keybindings. I'm not sure what could be breaking, do you have any error logs to share?
So `mp.find_config_file("scripts")` is returning `nil`. Does it work if you replace line 74 with this? ```lua local scripts_dir = mp.command_native({"expand-path", "~~/scripts/"}) ``` Will update the script if that does fix...
Did notice the new feature while using the browser extension and not sure how to implement this. I think just a chapter marker is fine, letting you use your mpv...
Images copy-pasted from Chrome will not work because there are two items, one of which gets resolved to `null`, and we end up feeding it to `URL.createObjectURL`. Here's my take...