mc: open .m4a files with mpv.

desktop
Kolan Sh 2015-12-21 02:36:05 +03:00
parent ff184e89c6
commit 5a736a30f9
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ regex/\.([wW][aA][wW]22)$
# Open=vplay -s 22 %f
Open=mpv %f
regex/\.([mM][pP]3)$
regex/\.([mM][pP]3|[mM]4[Aa])$
# Open=if [ "$DISPLAY" = "" ]; then mpg123 %f; else (xmms %f >/dev/null 2>&1 &); fi
Open=mpv %f
View=%view{ascii} mpg123 -vtn1 %f 2>&1 | sed -n '/^Title/,/^Comment/p;/^MPEG/,/^Audio/p'