From 5e0f35b0cb62b434d2efe19996c194f70ab8b37b Mon Sep 17 00:00:00 2001 From: CodeWithMa <101021254+CodeWithMa@users.noreply.github.com> Date: Wed, 2 Aug 2023 08:32:11 +0200 Subject: mpv.profile: add new XDG_STATE_HOME path The new version of mpv changed the path of the watch_later folder to ~/.local/state/mpv/watch_later. See https://github.com/mpv-player/mpv/pull/10838 --- etc/profile-m-z/mpv.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile index fd35483be..d1bbdd167 100644 --- a/etc/profile-m-z/mpv.profile +++ b/etc/profile-m-z/mpv.profile @@ -28,6 +28,7 @@ noblacklist ${HOME}/.config/mpv noblacklist ${HOME}/.config/youtube-dl noblacklist ${HOME}/.config/yt-dlp noblacklist ${HOME}/.config/yt-dlp.conf +noblacklist ${HOME}/.local/state/mpv noblacklist ${HOME}/.netrc noblacklist ${HOME}/yt-dlp.conf noblacklist ${HOME}/yt-dlp.conf.txt @@ -50,11 +51,13 @@ include disable-shell.inc read-only ${DESKTOP} mkdir ${HOME}/.config/mpv +mkdir ${HOME}/.local/state/mpv mkfile ${HOME}/.netrc whitelist ${HOME}/.config/mpv whitelist ${HOME}/.config/youtube-dl whitelist ${HOME}/.config/yt-dlp whitelist ${HOME}/.config/yt-dlp.conf +whitelist ${HOME}/.local/state/mpv whitelist ${HOME}/.netrc whitelist ${HOME}/yt-dlp.conf whitelist ${HOME}/yt-dlp.conf.txt -- cgit v1.2.3-54-g00ecf