Help with a parser string please (1 Viewer)

David Moag

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

This is my directory structure : Castle\Season 1\S01E10 - Castle - A Death in the Family.avi

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

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

Jay_UK

Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    How about...

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

    J.
     

    Users who are viewing this thread

    Top Bottom