Hi All,
My father has been using Media portal for many years and has been pushing me to start using it! I myself have been fine with using media centre
after playing with media portal and seeing what it can do amazes me!
Now, my problem is, how do I use the string replacements and parsing expressions? The other problem is Double Episodes
My Tv Show Scheme is as follows:
Single Episodes:
Videos > Tv Series > Arrow >Season 01> Arrow - SE01-E01 - Pilot.ext
Double Episodes:
Videos > Tv Series > Arrow >Season 01> Arrow - SE01-E01-E02 - Pilot, Honnor Thy Father.ext
Thanks and Regards,
Matt
The Re posted here
https://forum.team-mediaportal.com/threads/expressions-rules-exchange.21977/page-3#post-700319
Can handle this format as long as you use S01 instead of SE01 ie:
Videos\Tv Series\Arrow\Season 01\Arrow - S01e01-e02 - Pilot, Honnor Thy Father.ext
Other wise you may have luck with this:
Code:(?<series>[^\\$]+)(?:(?:\\(?:Season?)?[ .-]?[0-9]{1,4})?\\s?(?<season>[0-2]?[0-9])|\\(?:(?:Season?)[ .-])?(?<season>[0-9]{1,4})\\[^\\]*?)(?:se\d+[ -.]?)?[ex](?<episode>\d\d+)(?:[ .+-]e?(?<episode2>\d\d+))?(?:[ -]+(?<title>[\w -.,'!&$][^$]*?))?\.(?<ext>[^.]*)$
Hi Chubler,
Thanks for the info!
would i use the above code for the Parsing expression or String replacement?