From 7bba9e8dc18bf69756042879a0dde08e494f5d3d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 8 Sep 2025 18:03:50 +0300 Subject: [PATCH] .mc/menu: Identify image detailed --- .mc/menu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mc/menu b/.mc/menu index 015b02b..2f909fc 100644 --- a/.mc/menu +++ b/.mc/menu @@ -136,6 +136,10 @@ I View icon, JPEG-2000, TIFF, WebP image I Identify image identify %f ++ t lr & f \.(bmp|BMP|gif|GIF|ico|jpg|JPG|jpeg|JPEG|jp2|pbm|PBM|ppm|PPM|png|PNG|tif|TIF|tiff|TIFF|webp|xbm|xpm)$ +I Identify image detailed + identify -verbose %f + + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u8?|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 audacious & sleep 3; fi -- 2.39.5