Subject: | Disc length match expression |
I've noticed that some cddb entries have the "seconds" word missing from
the disc length line, this may not be as RFC:
http://gnudb.gnudb.org/~cddb/cddb.cgi?cmd=cddb+read+blues+b512560d&hello=someone
somewhere someplace+1&proto=1
You may want to adjust the $DL_RX expression to be more lenient, such as:
my $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)(\s+seconds|)\s*$';
Thanks