minor changes

This commit is contained in:
Stefen Auris 2023-03-24 04:01:07 -04:00
parent 80a0739a54
commit cb5ccc1291
3 changed files with 4 additions and 7 deletions

View file

@ -5,7 +5,7 @@
fdfind -e mp4 | while read i; do
length=$(mediainfo --Inform="Video;%Duration%" "$i")
if [[ $length -le 4500 ]]; then
rm "$i"
trash "$i"
#kioclient move $i "trash:/"
fi
done
done