diff options
Diffstat (limited to 'tools/songdb.pl')
-rwxr-xr-x | tools/songdb.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/songdb.pl b/tools/songdb.pl index 40d23d780d..7154ba33d8 100755 --- a/tools/songdb.pl +++ b/tools/songdb.pl @@ -99,6 +99,9 @@ sub get_oggtag { elsif($k =~ /^album$/i) { $n = 'ALBUM'; } + elsif($k =~ /^title$/i) { + $n = 'TITLE'; + } $hash{$n}=$cmmt if($n); } } |