]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
Fix(.mc/menu): `mplayer` (actually `mpv`)
[dotfiles.git] / .mc / menu
index a983ae64d13cab21e704feea8bc730ae26c3649f..89be2d2828324e888676f9d9dbe305e9acc1ecf1 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -62,7 +62,7 @@ T  fb2txt
    $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t
 
 += t lr & f \.(pdf|PDF|ps|PS)(\.bz2|\.gz)?$
-e  View pdf/ps
+e  View pdf/ps with qpdfview
    qpdfview "`echo \"%f\" | sed 's/\\\\//g' | iconv -t utf-8`" &
 
 += t lr & f \.djvu(\.bz2|\.gz)?$
@@ -73,7 +73,7 @@ e  View djvu
 o  View OpenDoc with odt2txt
    odt2txt %f | ${PAGER:-more}
 
-+ t lr & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg|doc|DOC|rtf|docx|DOCX|xls|XLS|xlsx|XLSX)$
++ t lr & f \.((pdf|PDF|ps|PS)(\.bz2|\.gz)?|odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg|doc|DOC|rtf|docx|DOCX|xls|XLS|xlsx|XLSX)$
 e  Edit (Open)Docs with libreoffice
    libreoffice %f &
 
@@ -141,7 +141,7 @@ P  Play the audiofile(s) or playlist(s)
       audtool --playlist-addurl "$f"
    done
    exec audtool --playback-play
-   #mplay -playlist %f &
+   #mplayer -playlist %f &
    #smplay %s &
    #deadbeef %s &
    #exec mediaplayer_open %f
@@ -153,7 +153,7 @@ R  Play the playlist in random order
    audtool --playlist-clear
    audtool --playlist-addurl random-playlist-tmp.m3u
    audtool --playback-play
-   #mplay -playlist random-playlist-tmp.m3u &
+   #mplayer -playlist random-playlist-tmp.m3u &
    #smplay random-playlist-tmp.m3u &
    #smplay -actions pl_shuffle %f &
    #deadbeef --queue random-playlist-tmp.m3u & deadbeef --play
@@ -179,13 +179,14 @@ i  DVD info
 + f \.(aac|ac3|ape|cue|dts|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t d | t t
 = f \.(aac|ac3|ape|cue|dts|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$
 m  Play video file(s) with mpv
-   mplay %s &
+   mplayer %s &
 
 + f \.(aac|ac3|ape|cue|dts|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t d | t t
 = f \.(aac|ac3|ape|cue|dts|flac|m3u|mp3|MP3|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|iso|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$
 m  Play video file(s) with mpv asking audio volume
    AUDIO_VOLUME=%{Enter volume}
-   AUDIO_VOLUME=$AUDIO_VOLUME mplay %s &
+   export AUDIO_VOLUME
+   mplayer %s &
 
 + f \.(m3u|mp3|MP3|cue|aac|ac3|ape|dts|flac|ogg|OGG|pls|WAV|wav|wv|avi|AVI|flv|m2ts|m4v|mka|mkv|MKV|mov|MOV|mp4|MP4|mpg|MPG|vob|VOB|wma|wmv)$ | t t
 M  Play audio/video with mpv GUI
@@ -193,7 +194,7 @@ M  Play audio/video with mpv GUI
 
 += t d & f (video_ts|VIDEO_TS)$
 d  Play DVD directory with mpv
-   mplay -dvd-device . dvd:// &
+   mplayer -dvd-device . dvd:// &
 
 + t d & f (video_ts|VIDEO_TS)$
 D  Play DVD directory with mpv GUI
@@ -202,7 +203,7 @@ D  Play DVD directory with mpv GUI
 + t d & f (video_ts|VIDEO_TS)$
 t  Play DVD title with mpv
    title=%{Enter title}
-   mplay -dvd-device . dvd://"$title" &
+   mplayer -dvd-device . dvd://"$title" &
 
 + t d & f (video_ts|VIDEO_TS)$
 T  Play DVD title with mpv GUI
@@ -211,7 +212,7 @@ T  Play DVD title with mpv GUI
 
 + t d
 p  Play directory with mpv
-   mplay %f/* &
+   mplayer %f/* &
 
 + t d
 P  Play directory with mpv GUI