From: Fred Hamster Date: Fri, 24 Jan 2025 14:32:46 +0000 (-0500) Subject: added mp4 as handled extension in spacemall X-Git-Tag: 2.140.189^2~26 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a989dd2ec588f065a9981ad207186754841c33d9;p=feisty_meow.git added mp4 as handled extension in spacemall --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 42004025..d3b2df4b 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -1160,7 +1160,7 @@ return 0 #hmmm: would the composition of those two types of extensions cover all the files i want to rename? they have to be "important". find "${dirs[@]}" -follow -maxdepth 1 -mindepth 1 -type f -and -not -iname ".[a-zA-Z0-9]*" | \ grep -i \ -"csv\|doc\|docx\|eml\|html\|ics\|jpeg\|jpg\|m4a\|mov\|mp3\|odp\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|wav\|webp\|xls\|xlsx\|xml\|zip" | \ +"csv\|doc\|docx\|eml\|html\|ics\|jpeg\|jpg\|m4a\|mov\|mp3\|mp4\|odp\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|wav\|webp\|xls\|xlsx\|xml\|zip" | \ sed -e 's/^/"/' | sed -e 's/$/"/' | \ xargs bash "$FEISTY_MEOW_SCRIPTS/files/spacem.sh" # drop the temp file now that we're done.