]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: Fix `gmplayer`
authorOleg Broytman <phd@phdru.name>
Wed, 3 Jun 2020 11:57:15 +0000 (14:57 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 3 Jun 2020 11:59:16 +0000 (14:59 +0300)
.mc/menu

index 8cd39a5af18833d1241f2c428f1cb74f18c409b3..c2172ca397c46278730a9dd91440215938b04e0f 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -185,7 +185,7 @@ m  Play video file(s) with mpv (ask for volume)
 
 + 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
 
 + 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
-   gmplay %s &
+   gmplayer %s &
 
 += t d & f (video_ts|VIDEO_TS)$
 d  Play DVD directory with mpv
 
 += t d & f (video_ts|VIDEO_TS)$
 d  Play DVD directory with mpv
@@ -193,7 +193,7 @@ d  Play DVD directory with mpv
 
 + t d & f (video_ts|VIDEO_TS)$
 D  Play DVD directory with mpv GUI
 
 + t d & f (video_ts|VIDEO_TS)$
 D  Play DVD directory with mpv GUI
-   gmplay -dvd-device . dvd:// &
+   gmplayer -dvd-device . dvd:// &
 
 + t d & f (video_ts|VIDEO_TS)$
 t  Play DVD title with mpv
 
 + t d & f (video_ts|VIDEO_TS)$
 t  Play DVD title with mpv
@@ -203,7 +203,7 @@ t  Play DVD title with mpv
 + t d & f (video_ts|VIDEO_TS)$
 T  Play DVD title with mpv GUI
    title=%{Enter title}
 + t d & f (video_ts|VIDEO_TS)$
 T  Play DVD title with mpv GUI
    title=%{Enter title}
-   gmplay -dvd-device . dvd://"$title" &
+   gmplayer -dvd-device . dvd://"$title" &
 
 + t d
 p  Play directory with mpv
 
 + t d
 p  Play directory with mpv
@@ -211,7 +211,7 @@ p  Play directory with mpv
 
 + t d
 P  Play directory with mpv GUI
 
 + t d
 P  Play directory with mpv GUI
-   gmplay %f/* &
+   gmplayer %f/* &
 
 + t d & f ^\.\.$
 b  Compress the current subdirectory to tar.bz2
 
 + t d & f ^\.\.$
 b  Compress the current subdirectory to tar.bz2