Subject: | Disc Length from freedb without trailing s in "sec[ond[s]]" |
Hi,
freedb gives answers without the trailing s in "sec[ond]s" string for the disc length. this gives an error. i would expect FreeDB::Entry at DL_RX not to insist on the trailing "s":
old:
our $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)\s+sec[ond]{0,3}s\s*$';
new
our $DL_RX = '^\s*#\s*Disc\s+length\s*:\s*(\d+)\s+sec[onds]{0,4}\s*$';
Use the attached file with isfdquery --i test.freedb to check it out.
Thanx
Andreas
Message body not shown because it is not plain text.