I'm afraid its not working.
It keeps importing them as "The Killing" and creating a new Series for the new files.
Maybe I misunderstand...
Mine are like this. The episode that just recorded is called:
M:\Recordings\TheKilling-S03E01-TheJungleThatYouFeartheMost-15693420-0.tsCarnac parses this as:
[Series] = The Killing
[Season] = 3
[Episode] = 1
And, because I have some previous episode in the database already tagged properly as [Series] = "The Killing" and did the manual lookup on it to choose the right series, it gets:
[TheTVDB Series ID] = 210171
That looks up the AMC version of the show properly
automatically on import. I don't have to do anything when they import, and they get the right metadata. But, I want mine to be called [Series] = "The Killing" (with no year of any kind). I don't have the original and don't care about it.
If, instead, you
want them to auto-parse to use:
[Series] = The Killing (2011)
In other words,
including the year in the [Series] tag (which I'm not doing)... The problem is that your filenames as downloaded or recorded or whatever
don't include that
exact text in a place where Carnac will think it is the Series tag (or, perhaps, it recognizes the Year and assigns it to [Year]). In any case, when this happens, Carnac won't know to tag them as that on import, so you have to use a Tag On Import rule to rename the Series tag. This would work:
Tag On Import:
Field: Series
Value: If(IsEqual([Series],The Killing,8),The Killing /(2011/),[Series])That'll fix it so that ANY file that imports where Carnac sees it as "The Killing" gets auto-retagged as "The Killing (2011)" which will match your other files and then they'll inherit the [TheTVDB Series ID] relational tag, and the lookup will work correctly.
EDIT: I forgot to escape the parenthesis in my first version of the tag on import rule. This is nearly identical to the Hawaii Five-0 example I gave in
my Tag On Import thread from way back when.