mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 20:02:47 +00:00
9 lines
292 B
Fish
9 lines
292 B
Fish
function hitolo
|
|
mkdir /tmp/foo
|
|
ifuse --documents com.foobar2000.mobile /tmp/foo || return 1
|
|
# https://github.com/smxi/acxi/raw/stable/acxi
|
|
acxi -s ~/Music/HiFi -d /tmp/foo -o opus -q 128 --clean sync -F 16 -c mp3,m4a,opus,ogg
|
|
fusermount -u /tmp/foo
|
|
rmdir /tmp/foo
|
|
end
|