MediaPortal Forums HTPC/MediaCenter
Old 2007-01-27, 11:04   #1 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Brugge
Posts: 162
Thanks: 13
Thanked 59 Times in 19 Posts

Country:

My System

Default Default expressions/double episodes

Could someone post a list with the default expressions?? I'm interested in the ones that can handle double episodes...

Greetz & Thx
Vergo is offline   Reply With Quote
Old 2007-01-27, 14:38   #2 (permalink)
MP Donator
 
Sh4nn0w's Avatar
 
Join Date: Sep 2006
Location: Hampshire
Age: 30
Posts: 298
Thanks: 55
Thanked 7 Times in 7 Posts

Country:

My System

Default

Just look in the configuration interface under Import Settings > Parsing Expressions
__________________
HTPC:
Vista x86 | Intel E7300 | GeIL 2GB PC2-6400C4 | GA-G31M-S2L | Sapphire HD 4550 512M | WD6400AAKS 640GB | Kworld DVB-T 399U
Moneual 301 | Antec NeoHE 430W
Server:
WHS | Intel E2180 | 2GB PC2-5300 | Gigabyte GA-G33-DS3R | 2x Icy Dock MB-454SPF | 2x WD5000AAKS 500GB | 5x WD10EACS 1TB | Cooler Master Centurion 590 | Seasonic M12 600W PSU
Sh4nn0w is offline   Reply With Quote
Old 2007-01-27, 19:38   #3 (permalink)
Portal Member
 
Join Date: Feb 2006
Location: Missouri
Age: 25
Posts: 249
Thanks: 5
Thanked 2 Times in 2 Posts

Country:

My System

Default

Does the current version support double episodes?
keith2045 is offline   Reply With Quote
Old 2007-01-28, 09:37   #4 (permalink)
Portal Member
 
Join Date: Aug 2006
Posts: 97
Thanks: 1
Thanked 0 Times in 0 Posts

Country:


Default

Zeflash wrote at one point:
Quote:
Use a dash or a space as the separator. It should work in many different ways:
1x01-02, 1x01 02, 1x01-1x02, s01e01-02, etc.
Regards
nylonhof
nylonhof is offline   Reply With Quote
Old 2007-01-28, 11:34   #5 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Brugge
Posts: 162
Thanks: 13
Thanked 59 Times in 19 Posts

Country:

My System

Default

Quote:
Originally Posted by Sh4nn0w View Post
Just look in the configuration interface under Import Settings > Parsing Expressions
I deleted them.. Added my own & not going to reinstall..
Someone help?
Vergo is offline   Reply With Quote
Old 2007-01-28, 16:43   #6 (permalink)
MP Donator
 
Sh4nn0w's Avatar
 
Join Date: Sep 2006
Location: Hampshire
Age: 30
Posts: 298
Thanks: 55
Thanked 7 Times in 7 Posts

Country:

My System

Default

Here ya go:

Code:
Type: Simple
<series> - <season>x<episode> - <title>.<ext>

Type: Simple
\<series>\Season <season>\Episode <episode> - <title>.<ext>

Type: Regexp
(?<series>[^\\\[]*) - \[(?<season>[0-9]{1,2})x(?<episode>[0-9\W]+)\](( |)(-( |)|))(?<title>[^$]*?)\.(?<ext>[^.]*)

Type: Regexp
(?<series>[^\\$]*) - season (?<season>[0-9]{1,2}) - (?<title>[^$]*?)\.(?<ext>[^.]*)

Type: Regexp
^(?<series>[^\\$]+)\\[^\\$]*?(?:s(?<season>[0-1]?\d)e(?<episode>\d\d)|(?<season>(?:[0-1]\d|(?<!\d)\d))x?(?<episode>\d\d))(?!\d)(?:[ .-]?(?:(?<episode2>\d\d(?!\d))|E(?<episode2>\d\d)|(?:\d\d|(?<!\d)\d)x?(?<episode2>\d{2}(?!\d)))|)[ -.]*(?<title>[^\\]*?(?<HR>HR\.)?[^\\]*?)\.(?<ext>[^.]*)$

Type: Regexp
^.*?\\?(?<series>[^\\$]+?)(?:s(?<season>[0-1]?\d)e(?<episode>\d\d)|(?<season>(?:[0-1]\d|(?<!\d)\d))x?(?<episode>\d\d))(?!\d)(?:[ .-]?(?:(?<episode2>\d\d(?!\d))|E(?<episode2>\d\d)|(?:\d\d|(?<!\d)\d)x?(?<episode2>\d{2}(?!\d)))|)[ -.]*(?<title>[^\\]*?(?<HR>HR\.)?[^\\]*?)\.(?<ext>[^.]*)$
__________________
HTPC:
Vista x86 | Intel E7300 | GeIL 2GB PC2-6400C4 | GA-G31M-S2L | Sapphire HD 4550 512M | WD6400AAKS 640GB | Kworld DVB-T 399U
Moneual 301 | Antec NeoHE 430W
Server:
WHS | Intel E2180 | 2GB PC2-5300 | Gigabyte GA-G33-DS3R | 2x Icy Dock MB-454SPF | 2x WD5000AAKS 500GB | 5x WD10EACS 1TB | Cooler Master Centurion 590 | Seasonic M12 600W PSU
Sh4nn0w is offline   Reply With Quote
Old 2007-01-29, 15:43   #7 (permalink)
Portal Member
 
Join Date: Aug 2005
Location: Brugge
Posts: 162
Thanks: 13
Thanked 59 Times in 19 Posts

Country:

My System

Default

Code:
Type: Regexp 
^.*?\\?(?<series>[^\\$]+?)(?:s(?<season>[0-1]?\d)e(?<episode>\d\d)|(?<season>(?:[0-1]\d|(?<!\d)\d))x?(?<episode>\d\d))(?!\d)(?:[ .-]?(?:(?<episode2>\d\d(?!\d))|E(?<episode2>\d\d)|(?:\d\d|(?<!\d)\d)x?(?<episode2>\d{2}(?!\d)))|)[ -.]*(?<title>[^\\]*?(?<HR>HR\.)?[^\\]*?)\.(?<ext>[^.]*)$
This is the one I need apparently.. It just needs a little tweaking, can anyone help?

Filename example: The.Office.US.S03E10-11.HDTV.XviD.avi
parsing test does everything correct except for the Episode Title (HDTV XviD)
So if any can adjust this one for me, i have no knowledge whatsoever about regex..

Thx in advance!


Edit/ i don't need episode titles, it should just have HDTV.XVID coded into that regex
Thx
Vergo is offline   Reply With Quote
Old 2007-03-31, 01:19   #8 (permalink)
Portal Member
 
Join Date: Jun 2006
Posts: 60
Thanks: 2
Thanked 0 Times in 0 Posts


Default

how could i change the below regexp to work for possible double eps in the format:

name - seasonxepisode1&episode2 - title1 & title2

thanks


Code:
^.*?\\?(?<series>[^\\$]+?)(?:s(?<season>[0-1]?\d)e(?<episode>\d\d)|(?<season>(?:[0-1]\d|(?<!\d)\d))x?(?<episode>\d\d))(?!\d)(?:[ .-]?(?:(?<episode2>\d\d(?!\d))|E(?<episode2>\d\d)|(?:\d\d|(?<!\d)\d)x?(?<episode2>\d{2}(?!\d)))|)[ -.]*(?<title>[^\\]*?(?<HR>HR\.)?[^\\]*?)\.(?<ext>[^.]*)$
basically where should i insert the & in the above piece of code

Last edited by Scoobsheister; 2007-03-31 at 01:26..
Scoobsheister is offline   Reply With Quote
Old 2007-03-31, 23:42   #9 (permalink)
Portal Member
 
Join Date: Feb 2006
Location: Missouri
Age: 25
Posts: 249
Thanks: 5
Thanked 2 Times in 2 Posts

Country:

My System

Default

I cant get mine to work. I tried using both of these

Type: Regexp (?<series>[^\\\[]*) - \[(?<season>[0-9]{1,2})x(?<episode>[0-9\W]+)\](( |)(-( |)|))(?<title>[^$]*?)\.(?<ext>[^.]*)

Type: Regexp (?<series>[^\\$]*) - season (?<season>[0-9]{1,2}) - (?<title>[^$]*?)\.(?<ext>[^.]*)

I have it named 05x01-02. It sees the episode when i do a test, but i scroll over to episode number it's orange (like it doesnt understand it). Any suggestions?
keith2045 is offline   Reply With Quote
Old 2007-04-07, 18:36   #10 (permalink)
Community Skin Designer
 
spuck's Avatar
 
Join Date: Apr 2007
Location: north pole
Age: 22
Posts: 387
Thanks: 14
Thanked 58 Times in 35 Posts

Country:

My System

Default

I use this one:

^.*?\\?(?<series>[^\\$]+?)(?:s(?<season>[0-1]?\d)e(?<episode>\d\d)|(?<season>(?:[0-1]\d|(?<!\d)\d))x?(?<episode>\d\d))(?!\d)(?:[ .-]?(??<episode2>\d\d(?!\d))|E(?<episode2>\d\d)|(?:\d\d|(?<!\d)\d)x?(?<episode2>\d{2}(?!\d)))|)[ -.]*(?<title>[^\\]*?(?<HR>HR\.)?[^\\]*?)\.(?<ext>[^.]*)$

Works for all my episodes (Only using "Series - 1x01(-02) - title.ext" format)
I enabled only this default regexp. So uncheck the other ones.
spuck is offline   Reply With Quote
Reply

Bookmarks

Tags
default, episodes, expressions or double

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with TVServer and client rick78 Television (MyTV frontend and TV-Server) 8 2006-12-12 19:48
Choosing default waveout device doesn´t work mrman General Support 3 2006-11-23 00:53
Default MyMusic views weeb General Support 13 2006-04-28 15:45


All times are GMT +1. The time now is 18:10.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden