Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8511 closed patch (fixed)

Jamu doesn't properly match some naming scheme

Reported by: Ram-Z <samir.benmendil@…> Owned by: Anduin Withers
Priority: minor Milestone: 0.24
Component: Plugin - MythVideo Version: Master Head
Severity: medium Keywords: jamu
Cc: Ticket locked: no

Description

Jamu should recognize the following naming scheme: Title/Season? 1/1x01 Subtitle but instead sets the episode number to the series number. This happens because a previous regex matches this scheme first.

This fix only change the order in which the regex are called.

Attachments (1)

jamu.patch (392 bytes) - added by Ram-Z <samir.benmendil@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Ram-Z <samir.benmendil@…>

Attachment: jamu.patch added

comment:1 Changed 14 years ago by robertm

Resolution: fixed
Status: newclosed

(In [24947]) Fix #8511. Reorder Jamu regexp/file parsing to allow one of the previously-ignored matches to work, patch from Ram-Z.

comment:2 Changed 14 years ago by stuartm

Milestone: unknown0.24
Note: See TracTickets for help on using tickets.