filename processor

pman860507

14-01-2010 07:28:24

i just started using 24 today and under filename processor im not really sure how to add a rule.

im trying to get my 24 episodes to go season 1-6 tvrename didn't recognize the format is
24 Season 1 Episode 01.avi

if anyone know how to add a rule so it will pick this up. or even just explain how the rules work i would be greatly appreciated. thanks.

KalleDK

20-01-2010 23:11:21

The rules is a mix of regex and some custom stuff.. Read up on regex and you should be abe to do it yourself..

But something like this
(^|[^a-z]) Season (?<s>[0-9]+) Episode (?<e>[0-9]{2,})[^a-z]