Use -G for named genre.
This commit is contained in:
parent
bac74c0087
commit
d90ec15461
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user