1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-10-03 07:39:39 +00:00
dotfiles/.local/bin/hitolo

13 lines
349 B
Plaintext
Raw Normal View History

#!/usr/bin/fish
set HIFI ~/Music/HiFi
set LOFI ~/Music/LoFi
if not test -d $LOFI
cd $HIFI
fd -t d -x mkdir -p $LOFI/{}
fd -e flac -x opusenc --bitrate 72 {} $LOFI/{.}.opus
end
set args -s $HIFI -d $LOFI -o opus -q 72 --clean
acxi $args $argv || wget https://github.com/smxi/acxi/raw/stable/acxi -O- -o/dev/null | perl -- - $args $argv