You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the script attempts to write the user ID and the sponsorblock DB within the "sponsorblock_shared" directory. However, the directory in which the script is located isn't always writable (for example when the script is installed through a system package manager and used with mpv --scripts=[path to script]).
A more standard location would perhaps be $XDG_CACHE_HOME/mpv/scripts/sponsorblock/sponsorblock.{txt,db} on Linux. I'm not sure whether similar standard paths are defined on other platforms though.
Currently, the script attempts to write the user ID and the sponsorblock DB within the "sponsorblock_shared" directory. However, the directory in which the script is located isn't always writable (for example when the script is installed through a system package manager and used with
mpv --scripts=[path to script]
).A more standard location would perhaps be
$XDG_CACHE_HOME/mpv/scripts/sponsorblock/sponsorblock.{txt,db}
on Linux. I'm not sure whether similar standard paths are defined on other platforms though.NixOS/nixpkgs#92507 (comment)
The text was updated successfully, but these errors were encountered: