From ab57be83f49816c7972fe7f92832a6157bc3ecca Mon Sep 17 00:00:00 2001 From: raitaro Date: Fri, 2 Apr 2021 19:27:18 +0300 Subject: [PATCH] add mplayer to episode counting issue #32 --- adl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adl b/adl index 40c280f..4ce3726 100755 --- a/adl +++ b/adl @@ -309,7 +309,7 @@ watch() { #{{{ case $player in "vlc") watched=$(echo "$out" | grep -c 'Command Line Interface initialized') ;; - "mpv") + "mpv"|"mplayer") watched=$(echo "$out" | grep -c 'Exiting') ;; *) watched=1 ;;