X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fmp3db.git;a=blobdiff_plain;f=readtag.sh;fp=readtag.sh;h=972ae5d7b6716344ebec3a3fa04f3a69f0f52978;hp=0000000000000000000000000000000000000000;hb=d1a2e263d9ec0571615fcabde93ff8ca33c16d62;hpb=8369381b57a8816178630db41390da318faa6403 diff --git a/readtag.sh b/readtag.sh new file mode 100755 index 0000000..972ae5d --- /dev/null +++ b/readtag.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# read the tag using mp3read + +size=`ls -al $1 | awk '{ printf $5 }'` + +./mp3read $1 $size +