]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
.mailcap: Remove outdated `smplayer` and `mediaplayer_open`
[dotfiles.git] / .mc / menu
index b88bec985c3bebd36b4bc59707715d8aa1abbc56..e868e72c8f03a1cc28914913cc7c52c76d9b2349 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -26,16 +26,16 @@ g  Edit the file in gvim
 
 + t lr
 b  View the file in a browser
-   exec webbrowser file://%d/%f
+   exec webbrowser-encode-url -e utf-8 file://%d/%f
 
 + t lr
 = f \.(htm(l?)|txt)$
 w  View the file in a new browser window
-   exec webbrowser -n file://%d/%f
+   exec webbrowser-encode-url -e utf-8 -n file://%d/%f
 
 + t lr
 t  View the file in a new browser tab
-   exec webbrowser -t file://%d/%f
+   exec webbrowser-encode-url -e utf-8 -t file://%d/%f
 
 += f \.fb2(\.bz2|\.gz|\.zip)?$ | f \.(chm|epub|htm(l?)|txt|rtf)$ & t lr
 f  View fb2/chm/epub with fbreader
@@ -62,8 +62,8 @@ 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
-   qpdfview %f &
+e  View pdf/ps with qpdfview
+   qpdfview "`echo \"%f\" | sed 's/\\\\//g' | iconv -t utf-8`" &
 
 += t lr & f \.djvu(\.bz2|\.gz)?$
 e  View djvu
@@ -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 &
 
@@ -114,60 +114,44 @@ I  View icon, JPEG-2000, TIFF, WebP image
 
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 a  Add the audiofile(s) or playlist(s)
-   #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
-   #for f in %s; do
-   #   audtool --playlist-addurl "$f"
-   #done
-   #smplay -add-to-playlist %s &
-   deadbeef --queue %s &
+   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   for f in %s; do
+      audtool --playlist-addurl "$f"
+   done
+   #deadbeef --queue %s &
 
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 = t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$
 p  Load the audiofile(s) or playlist(s)
-   #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
-   #audtool --playlist-clear
-   #for f in %s; do
-   #   audtool --playlist-addurl "$f"
-   #done
-   #smplayer -send-action pl_remove_all
-   #smplay -add-to-playlist %s &
-   deadbeef --queue %s &
+   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   audtool --playlist-clear
+   for f in %s; do
+      audtool --playlist-addurl "$f"
+   done
+   #deadbeef --queue %s &
 
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 P  Play the audiofile(s) or playlist(s)
-   #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
-   #audtool --playlist-clear
-   #for f in %s; do
-   #   audtool --playlist-addurl "$f"
-   #done
-   #exec audtool --playback-play
-   #mplay -playlist %f &
-   #smplay %s &
-   deadbeef %s &
-   #exec mediaplayer_open %f
+   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   audtool --playlist-clear
+   for f in %s; do
+      audtool --playlist-addurl "$f"
+   done
+   exec audtool --playback-play
+   #mplayer -playlist %f &
+   #deadbeef %s &
 
 + t lr & f \.m3u
 R  Play the playlist in random order
    "$HOME"/admin/prog/audio-cdr-video/audio/shuffle-playlist.py %f random-playlist-tmp.m3u
-   #if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 500 audacious & sleep 3; fi
-   #audtool --playlist-clear
-   #audtool --playlist-addurl random-playlist-tmp.m3u
-   #audtool --playback-play
-   #mplay -playlist random-playlist-tmp.m3u &
-   #smplay random-playlist-tmp.m3u &
-   #smplay -actions pl_shuffle %f &
-   deadbeef --queue random-playlist-tmp.m3u & deadbeef --play
-   #mediaplayer_open random-playlist-tmp.m3u
+   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   audtool --playlist-clear
+   audtool --playlist-addurl random-playlist-tmp.m3u
+   audtool --playback-play
+   #mplayer -playlist random-playlist-tmp.m3u &
+   #deadbeef --queue random-playlist-tmp.m3u & deadbeef --play
    (sleep 5; exec rm random-playlist-tmp.m3u) &
 
-+ 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
-s  Play audio/video file(s) or directory with smplayer
-   smplay %s &
-
-+ t d & f (video_ts|VIDEO_TS)$
-c  Play the current directory with smplayer
-   smplay . &
-
 + t lr & 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)$
 i  Audio/video info
    exec "$HOME"/.config/mpv/mpv_identify.sh %f
@@ -179,13 +163,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 +178,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 +187,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 +196,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