Compare commits
6 Commits
ec66d63089
...
8c216ffb82
Author | SHA1 | Date | |
---|---|---|---|
8c216ffb82 | |||
0e38a2bd4d | |||
105facdc7e | |||
0ddea5f82e | |||
dc1e46e4a7 | |||
257b4060c0 |
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eou pipefail
|
||||
|
||||
echo "$1" | wget-titles-from-urls >> titles.txt
|
||||
echo "$1" | youtube-audio
|
||||
standardize-music
|
||||
ls -Art | tail -n 1 | xargs -d '\n' kid3
|
@ -10,7 +10,7 @@ fi
|
||||
count=`ls -1 *.jpg 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
for i in *.jpg; do
|
||||
/usr/bin/vendor_perl/exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
|
||||
exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
|
||||
done
|
||||
fi
|
||||
|
||||
@ -24,7 +24,7 @@ fi
|
||||
count=`ls -1 *.png 2>/dev/null | wc -l`
|
||||
if [ $count != 0 ]; then
|
||||
for i in *.png; do
|
||||
/usr/bin/vendor_perl/exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
|
||||
exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
|
||||
done
|
||||
fi
|
||||
|
||||
|
@ -87,7 +87,6 @@ gawk
|
||||
gcc
|
||||
gcc-libs
|
||||
gdlauncher-bin
|
||||
gdm
|
||||
gedit
|
||||
geoclue
|
||||
gettext
|
||||
@ -95,6 +94,7 @@ gimp
|
||||
git
|
||||
git-lfs
|
||||
glibc
|
||||
gnome-calendar
|
||||
gnome-disk-utility
|
||||
gnome-firmware
|
||||
gnome-sound-recorder
|
||||
@ -318,7 +318,6 @@ sway
|
||||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
swayrst-git
|
||||
syncplay
|
||||
syncthing
|
||||
syncthing-gtk
|
||||
@ -329,7 +328,6 @@ tar
|
||||
telegram-desktop
|
||||
texinfo
|
||||
texlive-bin
|
||||
thunderbird
|
||||
tlp
|
||||
tmux
|
||||
traceroute
|
||||
|
Loading…
Reference in New Issue
Block a user