Opened 15 years ago

Closed 15 years ago

Last modified 15 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@…> 15 years ago.

Download all attachments as: .zip

Change History (3)

by Ram-Z <samir.benmendil@…>, 15 years ago

Attachment: jamu.patch added

comment:1 by robertm, 15 years ago

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 by stuartm, 15 years ago

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