ref: fb35068222c5b2d1c363fa73396685fa99a79455
dir: /getaudio/
#!/bin/rc
# to download songs and store their metadata
if(! ~ $#* 1){
echo 'usage: wm/getaudio url' >[1=2]
exit usage
}
url = $1
file = `{basename $1}
plist = ./plist
hget -o $file $url && {echo $url >> $plist && audio/mkplist $file >> $plist}