added mp4 as handled extension in spacemall
authorFred Hamster <fred@gruntose.com>
Fri, 24 Jan 2025 14:32:46 +0000 (09:32 -0500)
committerFred Hamster <fred@gruntose.com>
Fri, 24 Jan 2025 14:32:46 +0000 (09:32 -0500)
scripts/core/functions.sh

index 420040252054daf5c527c0139a4c3fa718f19bc2..d3b2df4b119ba4f59fa81dab04b6bcf24a8faa20 100644 (file)
@@ -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.