do not print year/comment/genre (commented out)
[my-code/mp3db.git] / readtag.sh
1 #!/bin/sh
2
3 # read the tag using mp3read
4
5 size=`ls -al $1 | awk '{ printf $5 }'`
6
7 mp3read $1 $size
8