28-01-2008

Resurreccion

bsd.cl revive.
si!

27-01-2008

DJ random shit (24x7)

Exelente: http://200.73.13.54:8000/music.ogg


Auspiciado por DJ random_shit:


[killfill@flash ~]$ cat dj_random_shit.sh
#!/usr/bin/env bash

p=`mpc playlist`
cantidad=`echo "${p##*>}"|wc -l`

if [ $cantidad -lt 3 ]; then
total=`mpc stats|grep Songs|awk -F\ '{print $2}'`
number=$((RANDOM%$total))
mpc listall|head -n $number|tail -n 1|head -n 1| mpc add
fi