Expressions/Rules requests (5 Viewers)

DragonQ

Portal Pro
August 30, 2011
644
79
Home Country
United Kingdom United Kingdom
I cannot get MP-TV Series to automatically add my Match of the Day or Match of the Day 2 recordings. The files are named thusly:

Match of the Day (2012-03-03) [1080i].mkv

I've tried adding these:

String Replacement: [1080i] --> <emtpy>
Parsing Expression (Simple): <series> (<airdate>)

But it never finds them. If I manually enter the programme name and airdate, it then finds the episodes on the database correctly so I know Match of the Day and Match of the Day 2 are there.
 

Taky

Portal Pro
October 22, 2011
107
0
is there a list of all parsing expressions?

can i write the series id from thetvdb.com in the folder and read it out with the parsing expression?
 
Last edited:

BigDoom

Portal Pro
April 15, 2009
78
8
Home Country
Netherlands Netherlands
I've recently update my HTPC from windows xp to windows 7 and had to redo all my MePo settings.
I noticed that a few parsing expressions were added to my new installation of this plugin. I had some custom ones aswel so I added them to the list. Now I've ran into trouble with DVD files for my series hope you can help, the problem:

Format off all my DVD file series is: \[series name folder]\[season folder]\<series>.S<season>E<episode>\[files] In my opinion only this matters for the parsing: \<series>.S<season>E<episode>\[file] Every episode is separate, so no 4 episode dvd files or something and no menu's either.

When I parse my files I get a double entry for my DVD based series; one for the VIDEO_TS.IFO file and one (or more) for every VTS_xx_0.IFO file. That's not how it should be obviously :) On my windows XP machine I used this (simple) expression: \<series>.S<season>E<episode>\VIDEO_TS.IFO and everthing worked fine, only one entry no trouble. Somehow this parsing expression doesn't work anymore or the other expressions have become to good :) and import all .IFO files.

It there a way to just parse the VIDEO_TS file and not the VTS_....IFO file(S)? Maybe is there an no parse expression or something.

Hope anyone can help me.
 

seaneymoons

New Member
June 22, 2012
1
0
37
Home Country
Australia Australia
I have had a hunt around but couldnt find anything that matches what i need:

My shows are named as follows:

Series\Season <season>\Episode <episode> - <title>.<ext>
Series\Season <season>\Episode <episode>.<ext>
Series\Season <season>\Episode <episode1>-<episode2> - <title>.<ext>
Series\Season <season>\Episode <episode1>-<episode2>.<ext>

I've had mediaportal for years, and i had this problem fixed before i rebuilt my machine and forgot to grab the expressions.

The first two work fine, its the double episodes that are causing me headaches.
i have tried a couple of simple ones but cant get them to work. can anyone give me a hand?

Thanks in advance
 

GreenGremlim

New Member
July 25, 2012
1
0
47
Home Country
Portugal Portugal
Hello I need a regex for ember to detect some tv shows I have that it doesn't detect. The shows are sorted as follows:
D:\Share I\Séries\24\24 Season 1\24 S01E01 Day 1- 12-00 A.M.-1-00 A.M\24 S01E01 Day 1- 12-00 A.M.-1-00 A.M.avi
D:\Share I\Séries\Alias\Season 1\Alias S01E01 Truth Be Told\Alias S01E01 Truth Be Told.avi
D:\Share I\Séries\V 2009\V 2009 Season 1\V S01E01 Pilot\V S01E01 Pilot.avi
Anyone can help? I don't have a clue on how to do it :(
 

RoChess

Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    Hello I need a regex for ember to detect some tv shows I have that it doesn't detect. The shows are sorted as follows:
    D:\Share I\Séries\24\24 Season 1\24 S01E01 Day 1- 12-00 A.M.-1-00 A.M\24 S01E01 Day 1- 12-00 A.M.-1-00 A.M.avi
    D:\Share I\Séries\Alias\Season 1\Alias S01E01 Truth Be Told\Alias S01E01 Truth Be Told.avi
    D:\Share I\Séries\V 2009\V 2009 Season 1\V S01E01 Pilot\V S01E01 Pilot.avi
    Anyone can help? I don't have a clue on how to do it :(

    Your question should have been posted in the expression request thread, as this is the exchange thread for ppl who have come up with an expression that will help others. But I'm sure one of the forum mods will move your question and this answer to that thread.

    However all your 3 examples match perfect as-is with the default filename parsing expression in MP-TVSeries. If however you used custom expressions a long time ago, then none of the new expressions would have been added. To solve this, open MP-TVSeries config -> Import -> Parsing Expressions and use the 'RESET' link at the right side (save any custom expression otherwise before you do so, so you can restore those manually later).

    But if your 'ember' reference meant something else then MediaPortal's plugin MP-TVSeries, then you are most likely out of luck and will not be able to use the expression that MP-TVSeries uses anyway.
     

    David Moag

    New Member
    July 28, 2012
    3
    0
    53
    Cape Town, Western Cape
    Home Country
    South Africa South Africa
    Hi Can anybody help me with this parsing code.

    Castle\Season 1\S01E10 - Castle - A Death in the Family.avi

    I tried this below but it complains about (S01E10) not being 10 - I would like to keep the S01E in the string

    <series>\Season <season>\<episode> - <title>.<ext>[DOUBLEPOST=1343680289][/DOUBLEPOST]
    Hi Can anybody help me with this parsing code.

    Castle\Season 1\S01E10 - Castle - A Death in the Family.avi

    I tried this below but it complains about (S01E10) not being 10 - I would like to keep the S01E in the string

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

    ****** Dont worry guys I figured it out eventually ********
     

    eddie357

    Portal Member
    June 22, 2012
    5
    0
    47
    Home Country
    Australia Australia
    Hi,
    i have 2 series that seem to have an issue. Here are there structures
    X:\series\Spartacus Gods of the Arena\Spartacus - Gods of the Arena e01 - Past Transgressions.avi
    X:\series\The Pacific\The Pacific Part 01.mkv

    What would be the parser for these 2 examples. And if there is. Can some one point me in the direction of the command list? Sorry if that's a dumb question.
     

    Users who are viewing this thread

    Top Bottom