Use -G for named genre.

This commit is contained in:
angelos 2001-07-02 23:25:16 +00:00
parent bac74c0087
commit d90ec15461

View File

@ -7,7 +7,8 @@
- -n 0 -c "$comment" "$file"
+ -c "$comment" "$file"
else
mp3info -y "$year" -g "$genre" -a "$artist" -l "$album" -t "$title" -c "$comment" \
- mp3info -y "$year" -g "$genre" -a "$artist" -l "$album" -t "$title" -c "$comment" \
+ mp3info -y "$year" -G "$genre" -a "$artist" -l "$album" -t "$title" -c "$comment" \
- -n 0 "$file" | grep -v 'G : '
+ "$file" | grep -v 'G : '
fi