projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2276e3d
)
Handle more audio types by file extension
author
Arun Prakash Jana <engineerarun@gmail.com>
Sat, 21 Dec 2019 20:36:20 +0000 (
02:06
+0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Sat, 21 Dec 2019 20:36:20 +0000 (
02:06
+0530)
plugins/nuke
patch
|
blob
|
history
diff --git
a/plugins/nuke
b/plugins/nuke
index 379049624400e9c5859e20956bea8a860f9f2b8f..8883034a0d39a14e0b36a270168f38e7dacf7849 100755
(executable)
--- a/
plugins/nuke
+++ b/
plugins/nuke
@@
-122,8
+122,8
@@
handle_extension() {
fi
exit 1;;
- ##
M4A a
udio
-
m4
a)
+ ##
A
udio
+
aac|flac|m4a|mid|midi|mpa|mp2|mp3|ogg|wav|wm
a)
if which mocp >/dev/null 2>&1; then
mocplay "${FPATH}" >/dev/null 2>&1
exit 0