Skip to content

Commit

Permalink
add mplayer to episode counting
Browse files Browse the repository at this point in the history
issue #32
  • Loading branch information
RaitaroH committed Apr 2, 2021
1 parent afd8351 commit 74908f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;;
Expand Down

0 comments on commit 74908f5

Please sign in to comment.