mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
feat(mpv): add playlist manager script
This commit is contained in:
parent
d890a407d7
commit
be6f6e58c0
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ curl -fL --create-dirs -o "${script_dir}/Thumbnailer_OSC.lua" \
|
|||
curl -fL https://github.com/deus0ww/mpv-conf/raw/master/scripts/Thumbnailer_Worker.lua |
|
||||
sed "s/'19'/'-19'/" > "${script_dir}/Thumbnailer_Worker.lua"
|
||||
|
||||
curl -fL --create-dirs -o "${script_dir}/playlistmanager.lua" \
|
||||
https://github.com/jonniek/mpv-playlistmanager/raw/master/playlistmanager.lua
|
||||
|
||||
curl -fL --create-dirs -o "${script_dir}/zenity-open-files.lua" \
|
||||
https://github.com/alifarazz/mpv-zenity-open-files/raw/master/zenity-open-files.lua
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue