From a04274e018f1c724fab3db6a2aaa0b50729e8bbd Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 29 Aug 2021 14:42:37 -0700 Subject: mpvm, rename to mpva, use --af= which disable my rubberband config --- .local/bin/mpvm | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 .local/bin/mpvm (limited to '.local/bin/mpvm') diff --git a/.local/bin/mpvm b/.local/bin/mpvm deleted file mode 100755 index 254d5826..00000000 --- a/.local/bin/mpvm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if [ $# -eq 0 ]; then - # fzf has --read0, maybe useful - # may further improve it by consider fzf select only one file - find "$XDG_MUSIC_DIR" | fzf -m --print0 | xargs -0 mpv --shuffle --loop-playlist=inf --video=no -elif [ $# -eq 1 ]; then - # use --loop-file for single file, better performance maybe - mpv --loop-file=inf --video=no "$1" -else - mpv --shuffle --loop-playlist=inf --video=no "$@" -fi -- cgit v1.2.3-70-g09d2