Opened 18 years ago
Closed 18 years ago
#3672 closed defect (fixed)
Fixed runtime parsing in imdb.pl
Reported by: | anonymous | Owned by: | Anduin Withers |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythvideo | Version: | 0.20 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Runtime parsing used to find the first instance of the string "USA:" and try to interpret what followed as a run time. This patch fixes this behavior, restricting the match to the runtime section of the page. Additionally, this patch adds a user-editable priority list of countries to look for. This list can in the future also be used to parse other country-specific attributes.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | patch_runtimes.txt added |
---|
comment:1 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
(In [14147]) References #3672
Tighten Runtime match, try some other countries if a default/USA Runtime could not be found.
Thanks to aprotim for the patch.