diff options
Diffstat (limited to '.local/bin/mpva')
-rwxr-xr-x | .local/bin/mpva | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.local/bin/mpva b/.local/bin/mpva index 0c775a50..7224cf46 100755 --- a/.local/bin/mpva +++ b/.local/bin/mpva @@ -2,7 +2,6 @@ if [ $# -eq 0 ]; then # fzf has --read0, maybe useful - # may further improve it by consider fzf select only one file, seems hard without bashism array find "$XDG_MUSIC_DIR" | fzf -m --print0 | xargs -0 mpv --af= --shuffle --loop-playlist=inf --video=no elif [ $# -eq 1 ]; then # use --loop-file for single file, better performance maybe |