[mpv] mpv_playlists

This commit is contained in:
odrling 2022-12-01 21:36:17 +01:00
parent 49bd432fd4
commit 3a8deb39bf
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

4
.local/odrbin/mpv_playlists Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
playlist_file="$(ls ~/.cache/playlists/* | fzf --preview='cat {}')"
[ -n "$playlist_file" ] && mpv --profile=mpv_queue "$playlist_file"