6 lines
319 B
Text
6 lines
319 B
Text
|
#!/usr/bin/env ion
|
||
|
#
|
||
|
alias tsumugi = "mpv https://azuracast.mahoro-net.org/listen/tsumugi/radio.mp3"
|
||
|
alias mpc = 'mpc -f "%title%[ -%album%]\n\r%artist%[ - %performer%]\n\r%file%"'
|
||
|
alias androidcast='adb shell \"while true; screenrecord --output-format=h264 -; end\" | ffplay -framerate 60 -probesize 32 -sync video -'
|