From: Oleg Broytman Date: Fri, 21 Aug 2020 07:07:36 +0000 (+0300) Subject: .mc/menu: Remove `cgmem_nice` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=a7123ad231115a3e3ba2ff501b5b6f5fcda2228f .mc/menu: Remove `cgmem_nice` --- diff --git a/.mc/menu b/.mc/menu index 8f2acbe..e0a3bd5 100644 --- a/.mc/menu +++ b/.mc/menu @@ -122,7 +122,7 @@ 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 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi for f in %s; do audtool --playlist-addurl "$f" done @@ -131,7 +131,7 @@ a Add the audiofile(s) or playlist(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 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi audtool --playlist-clear for f in %s; do audtool --playlist-addurl "$f" @@ -140,7 +140,7 @@ p Load the audiofile(s) or playlist(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 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi audtool --playlist-clear for f in %s; do audtool --playlist-addurl "$f" @@ -152,7 +152,7 @@ P Play the audiofile(s) or playlist(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 200 audacious & sleep 3; fi + if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi audtool --playlist-clear audtool --playlist-addurl random-playlist-tmp.m3u audtool --playback-play