Not matching titles (1 Viewer)

jchiver

Portal Member
February 27, 2007
13
0
Hi,

I am after some help with the TV Series plugin. it is my first time using it and so far looks really good but it does not seem to match several episodes include friends, Stargate SG-1 and Band of brothers.

this is an example of the name of my episodes

Friends - Series 2 Episode 6 - The One with the Baby on the Bus.mkv

i have tried several things but nothing seems to work.

what am i doing wrong?

:D
 

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Hi,

    I am after some help with the TV Series plugin. it is my first time using it and so far looks really good but it does not seem to match several episodes include friends, Stargate SG-1 and Band of brothers.

    this is an example of the name of my episodes

    Friends - Series 2 Episode 6 - The One with the Baby on the Bus.mkv

    i have tried several things but nothing seems to work.

    what am i doing wrong?

    :D

    The FAQ explains how to solve your problem.

    The key is to match the pattern that is required, via string replacements, or adjust the expression patterns to accept your non-standard naming scheme.

    "Series " -> "S"
    " Episode " -> ".E"

    But the proper <episode> format is 2 digits, so you might run into a problem there with single digits. The expression exchange section might be of help if you do not want to add 10 string replacement rules.
     

    jchiver

    Portal Member
    February 27, 2007
    13
    0
    thanks for the info.

    i just created a custom parsa using the following expression

    <season>\<series> - <> <season> <> <episode> - <title>.<ext>
     

    Users who are viewing this thread

    Top Bottom