Compare commits

..

1 Commits

Author SHA1 Message Date
fd112e67e7 add laptop changes 2025-04-28 17:05:16 -04:00
2 changed files with 1 additions and 7 deletions

View File

@@ -6,12 +6,6 @@ if [ $count != 0 ]; then
rename JPG jpg *.JPG
fi
# rename .jpeg -> .jpg
count=`ls -1 *.jpeg 2>/dev/null | wc -l`
if [ $count != 0 ]; then
rename jpeg jpg *.jpeg
fi
# remove exif except orientation from .jpg
count=`ls -1 *.jpg 2>/dev/null | wc -l`
if [ $count != 0 ]; then

View File

@@ -50,4 +50,4 @@ if [ $count != 0 ]; then
fi
shopt -s nullglob
rsgain custom --skip-existing --lowercase --tagmode=i *.mp3 *.flac
rsgain custom -S -L -a -s i *.mp3 *.flac