bah=`echo $1 | sed -e s/\*/\.\*/g`
bleh1=`cat ~/xmp3/mp3cache | grep -c -i $bah`
bleh2=`cat ~/xmp3/mp3cache | grep -i $bah`

if [ $bleh1 != "1" ]; then
	echo $bleh2 | sed -e 's/3 \//3&=\//g' -e 's/3 \///' | tr "=" "\n" | sed -e 's/3 \///' 
else
	~/xmp3/mp3g "$bleh2"
fi
