Pattern

zylx

26-12-2009 11:04:11

Hi,
I have little problem with name pattern. I want to do something like 'Showname' ['season'x'episode']' episode title' (for example" 'Dexter [03x01] Our Father'). I try pattern consist of '{ShowName} [{Season:2}x{Episode2}] {EpisodeName}' but that crate only show name and episode name without season and episode numbers('Dexter Our Father') :( What i'm doing wrong??

ps: Is possible to move each episode to separate folder?

KalleDK

20-01-2010 22:57:15

My best guess is that [ & ] is used in regex and you need to escape it

'{ShowName} \[{Season:2}x{Episode2}\] {EpisodeName}'