diff --git a/config.yaml b/config.yaml index 002bd9f..6cc3a22 100644 --- a/config.yaml +++ b/config.yaml @@ -186,9 +186,14 @@ actions: crontab -r crontab ~/.local/share/crontab sponsorblock: > + test -d ~/.config/mpv/scripts/sponsorblock_shared || git clone https://github.com/po5/mpv_sponsorblock - ~/.config/mpv/scripts + ~/.config/mpv/scripts; + + rm -f + ~/.config/mpv/scripts/LICENSE + ~/.config/mpv/scripts/README.md ranger_icons: git clone https://github.com/alexanderjeurissen/ranger_devicons diff --git a/dotfiles/mpv.conf b/dotfiles/mpv.conf index 3c74947..9c4a264 100644 --- a/dotfiles/mpv.conf +++ b/dotfiles/mpv.conf @@ -1,2 +1,4 @@ ytdl-format='bestvideo[height<=1080][vcodec!=vp9]+bestaudio' osd-fractions +save-position-on-quit +idle=yes