Help with expression for episodescanner (1 Viewer)

ph0b0s101

MP Donator
  • Premium Supporter
  • September 12, 2011
    134
    6
    München
    Home Country
    Germany Germany
    Hi I have a request which is not related to the 3.4.0 release.

    I want to use the "episodescanner" in my setup. So the scanner is working very well at the moment but i want to use the MP-TV Series functionality from "episodescanner". Therefor i have to add a parsing rule in the configuration of MP-TV Series Plugin.

    The creator from episodescanner give a example for such a expression, but i have a other naming for my series so i have to change the example expression, but i have no deeper knowledge aboub regular expressions.

    So I would aks here, although somebody could help me out, with this topic.

    The Example was given by the creator of episodescanner is the following:

    TV-Server Setup:
    Recording Settings => Custom Paths and Filenames => Recording Series => Filename:
    %title%\%title% - (%name%) S%series%E%episode% - %date% - %start%

    the rule for mp-tvseries is then:
    MP Setup:
    Plugins => MP-TV Series => Config => Import => Parsing Expressions =>
    ^.*?\\(?<series>.*?) - \((?<title>.*?)\) S(?<season>[0-9]+?)E(?<episode>[0-9]+?) - [0-9]+-[0-9]+-[0-9]+ - [0-9]+_[0-9]+\.(?<ext>[^.]*)$

    In my case the TV-Server Setup looks like this:

    Serien\%title%\Season %series%\%title%.S%series%E%episode%.%name%

    I would be very grateful if somebody could help me out with this :)

    Best regards
    ph0b0s
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    "%title%.S%series%E%episode%.%name%" is supported by the default MP-TVSeries parsing expression.

    If this indeed results in "Foo.S01E01.Bar" then it is supported 100% as-is.
     

    Users who are viewing this thread

    Top Bottom