1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-30 05:59:35 +00:00
dotfiles/bin/hitolo

8 lines
238 B
Plaintext
Raw Normal View History

#!/bin/sh
2023-04-09 03:46:35 +00:00
mkdir foo
ifuse --documents com.foobar2000.mobile foo || exit 1
# https://github.com/smxi/acxi/raw/stable/acxi
2023-04-09 03:46:35 +00:00
acxi -s ~/Music/HiFi -d "$PWD/foo" -o opus -q 128 --clean sync -F 16 -c mp3,m4a,opus,ogg
fusermount -u foo
rmdir foo