From f00bcd4a8a8f64ce6d0212b2768ca4109083f358 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 30 Jan 2021 22:52:16 +0300 Subject: [PATCH] Feat(.mc/menu): Identify TIFF/WEBP images Use `identify` from ImageMagick. `xli` doesn't understand these types of images. --- .mc/menu | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mc/menu b/.mc/menu index acb6b51..e53b956 100644 --- a/.mc/menu +++ b/.mc/menu @@ -120,6 +120,10 @@ I Identify image I View icon, JPEG-2000, TIFF, WebP image display %s & ++ t lr & f \.(ico|jp2|tif|TIF|tiff|TIFF|webp)$ +I Identify image + identify %f + + 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 audacious & sleep 3; fi -- 2.39.2