Skip Menu |

This queue is for tickets about the IMDB-Film CPAN distribution.

Report information
The Basics
Id: 85223
Status: new
Priority: 0/
Queue: IMDB-Film

People
Owner: Nobody in particular
Requestors: 2ge [...] 2ge.us
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.53
Fixed in: (no value)



Subject: Some tv titles are not handled as tv series
For example this title: http://www.imdb.com/title/tt2226397/ and all episodes, module reports: kind: for the rest of your life it is caused of parenthesis in the title...
From: 2ge [...] 2ge.us
in Film.pm change: unless($self->{_title}) { ($self->{_title}, $self->{_kind}, $self->{_year}) = $title =~ m!(.*?)\s+\((.*?)?\s?([0-9\-]*\s?)\)!; to unless($self->{_title}) { ($self->{_title}, $self->{_kind}, $self->{_year}) = $title =~ m!(.*?)\s+\(([^\(]*?)?\s?([0-9\-\–]+\s?)\)!; and it is working. Thanks to jcdr.