Compare commits
7 Commits
8c216ffb82
...
ec66d63089
Author | SHA1 | Date | |
---|---|---|---|
ec66d63089 | |||
1739580bb2 | |||
1244faa0e9 | |||
85823dc511 | |||
2d16fe1338 | |||
b555b50451 | |||
42278169d5 |
7
home/default/scripts/add-song
Executable file
7
home/default/scripts/add-song
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
|
||||
/usr/bin/vendor_perl/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
|
||||
exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
|
||||
/usr/bin/vendor_perl/exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
|
||||
done
|
||||
fi
|
||||
|
||||
|
@ -87,6 +87,7 @@ gawk
|
||||
gcc
|
||||
gcc-libs
|
||||
gdlauncher-bin
|
||||
gdm
|
||||
gedit
|
||||
geoclue
|
||||
gettext
|
||||
@ -94,7 +95,6 @@ gimp
|
||||
git
|
||||
git-lfs
|
||||
glibc
|
||||
gnome-calendar
|
||||
gnome-disk-utility
|
||||
gnome-firmware
|
||||
gnome-sound-recorder
|
||||
@ -318,6 +318,7 @@ sway
|
||||
swaybg
|
||||
swayidle
|
||||
swaylock
|
||||
swayrst-git
|
||||
syncplay
|
||||
syncthing
|
||||
syncthing-gtk
|
||||
@ -328,6 +329,7 @@ tar
|
||||
telegram-desktop
|
||||
texinfo
|
||||
texlive-bin
|
||||
thunderbird
|
||||
tlp
|
||||
tmux
|
||||
traceroute
|
||||
|
Loading…
Reference in New Issue
Block a user