From 55e4e938d0ecfb6bc8369ae4d1dc8bd31f77917e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 22 Dec 2019 02:06:20 +0530 Subject: [PATCH] Handle more audio types by file extension --- plugins/nuke | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/nuke b/plugins/nuke index 37904962..8883034a 100755 --- a/plugins/nuke +++ b/plugins/nuke @@ -122,8 +122,8 @@ handle_extension() { fi exit 1;; - ## M4A audio - m4a) + ## Audio + aac|flac|m4a|mid|midi|mpa|mp2|mp3|ogg|wav|wma) if which mocp >/dev/null 2>&1; then mocplay "${FPATH}" >/dev/null 2>&1 exit 0