Assembla home | Assembla project page
 

Ticket #126 (closed Enhancement Request: fixed)

Opened 10 months ago

Last modified 5 months ago

TV Series expression editor

Reported by: swiss Assigned to:
Priority: High Milestone: 1.21
Component: Configuration Pages Version:
Keywords: Cc:

Description

Add an editor to the configuration pages that allows users to write their own rules for matching TV series, edit/delete the existing rules and change the ordering.

It should also include the ability enter a path and test it against a rule.

Change History

01/20/08 15:44:13 changed by swiss

New rule for matching the following format:

Robot Chicken/Series 1/SRobot Chicken.S01E01.The Deep End.avi

INSERT into tv_expressions 
values (-1,'{p}/[^/]*/.*\\W+s{s}e{e}\\W+{t}');

06/23/08 21:54:35 changed by Pernod

  • milestone changed from 1.20 to 1.21.

07/02/08 01:04:47 changed by Pernod

  • status changed from new to closed.
  • resolution set to fixed.

(In [1008]) Added a TV expression editor. This allows us to add, delete, and re-order the regular expressions used to extract TV details from filenames. I've also included a 'Restore defaults' and the ability to test a filename against the defined expressions.

Fixes #126