Compare commits

..

7 Commits

Author SHA1 Message Date
ec66d63089 update packages 2024-09-21 15:56:51 -04:00
1739580bb2 improve replaygain tagging 2024-09-21 15:56:51 -04:00
1244faa0e9 add replaygain tagger 2024-09-21 15:56:51 -04:00
85823dc511 update fcitx5 config 2024-09-21 15:56:51 -04:00
2d16fe1338 improve scripts 2024-09-21 15:56:51 -04:00
b555b50451 improve sway locking 2024-09-21 15:56:51 -04:00
42278169d5 improve scripts 2024-09-21 15:56:51 -04:00
3 changed files with 12 additions and 3 deletions

7
home/default/scripts/add-song Executable file
View 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

View File

@ -10,7 +10,7 @@ fi
count=`ls -1 *.jpg 2>/dev/null | wc -l` count=`ls -1 *.jpg 2>/dev/null | wc -l`
if [ $count != 0 ]; then if [ $count != 0 ]; then
for i in *.jpg; do for i in *.jpg; do
exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i" /usr/bin/vendor_perl/exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
done done
fi fi
@ -24,7 +24,7 @@ fi
count=`ls -1 *.png 2>/dev/null | wc -l` count=`ls -1 *.png 2>/dev/null | wc -l`
if [ $count != 0 ]; then if [ $count != 0 ]; then
for i in *.png; do for i in *.png; do
exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i" /usr/bin/vendor_perl/exiftool -all= -overwrite_original -tagsfromfile @ -Orientation "$i"
done done
fi fi

View File

@ -87,6 +87,7 @@ gawk
gcc gcc
gcc-libs gcc-libs
gdlauncher-bin gdlauncher-bin
gdm
gedit gedit
geoclue geoclue
gettext gettext
@ -94,7 +95,6 @@ gimp
git git
git-lfs git-lfs
glibc glibc
gnome-calendar
gnome-disk-utility gnome-disk-utility
gnome-firmware gnome-firmware
gnome-sound-recorder gnome-sound-recorder
@ -318,6 +318,7 @@ sway
swaybg swaybg
swayidle swayidle
swaylock swaylock
swayrst-git
syncplay syncplay
syncthing syncthing
syncthing-gtk syncthing-gtk
@ -328,6 +329,7 @@ tar
telegram-desktop telegram-desktop
texinfo texinfo
texlive-bin texlive-bin
thunderbird
tlp tlp
tmux tmux
traceroute traceroute