]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
Feat(cgmem_nice): More memory containers were added
[dotfiles.git] / .mc / menu
index b88bec985c3bebd36b4bc59707715d8aa1abbc56..a983ae64d13cab21e704feea8bc730ae26c3649f 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
@@ -63,7 +63,7 @@ T  fb2txt
 
 += t lr & f \.(pdf|PDF|ps|PS)(\.bz2|\.gz)?$
 e  View pdf/ps
-   qpdfview %f &
+   qpdfview "`echo \"%f\" | sed 's/\\\\//g' | iconv -t utf-8`" &
 
 += t lr & f \.djvu(\.bz2|\.gz)?$
 e  View djvu
@@ -114,49 +114,49 @@ 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
+   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   for f in %s; do
+      audtool --playlist-addurl "$f"
+   done
    #smplay -add-to-playlist %s &
-   deadbeef --queue %s &
+   #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
+   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
    #smplayer -send-action pl_remove_all
    #smplay -add-to-playlist %s &
-   deadbeef --queue %s &
+   #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
+   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
    #mplay -playlist %f &
    #smplay %s &
-   deadbeef %s &
+   #deadbeef %s &
    #exec mediaplayer_open %f
 
 + 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
+   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
    #mplay -playlist random-playlist-tmp.m3u &
    #smplay random-playlist-tmp.m3u &
    #smplay -actions pl_shuffle %f &
-   deadbeef --queue random-playlist-tmp.m3u & deadbeef --play
+   #deadbeef --queue random-playlist-tmp.m3u & deadbeef --play
    #mediaplayer_open random-playlist-tmp.m3u
    (sleep 5; exec rm random-playlist-tmp.m3u) &