commit e932c6fe8d5aaca32c8c3b1d067ad310e5b391bd
parent 04a21b79d7cf921f7753dbc409922f254cc37325
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 30 Oct 2020 20:41:15 +0100
plumb: due to poor streaming support, revert to mpv(1) for remote media files
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/plumb b/.local/bin/plumb
@@ -206,7 +206,7 @@ handle_url() {
fi
if regeximatch "$t" '\.(mp4|mkv|webm|avi|ogv|gif|m3u|pls)$'; then
- detach $prefix mplayer "$t"
+ detach $prefix mpv "$t"
elif regeximatch "$t" '^radio://'; then
$prefix mplayer "http${t##radio}"
elif regeximatch "$t" '\.(mp3|ogg|m3u)$'; then