increased filename length from 32 to 256, we need this.
[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