понедельник, 15 августа 2011 г.

Last.fm like insert

Execute it in your player root directory and get your charts like on last.fm :D


find -type f|sed -e 's/\.\///;s/ - .*//;s/[0-9]*\.//;s/.*\///;s/^\s//'|egrep -v "(mp3|html|jpg|jpeg|png|nfo|bmp|^[0-9])"|sort|uniq|awk '{print $ALL","}'|tr '[:upper:]' '[:lower:]'|while read f; do echo -n ${f^}" "; done; echo

Комментариев нет:

Отправить комментарий