| TV shows over 99 episodes still not working. | |
|
|
Author | Message |
---|
Plan9 New User
Posts : 3 Join date : 2010-02-28
| Subject: TV shows over 99 episodes still not working. Sun Feb 28, 2010 10:49 pm | |
| I thought this was on the list of fixes in the latest version, but it's still not working for me.
Do I need to enable it somehow? | |
|
| |
jphoenix Junior Member
Posts : 33 Join date : 2009-09-14 Location : New Zealand
| Subject: Re: TV shows over 99 episodes still not working. Sun Feb 28, 2010 11:53 pm | |
| I need to check this myself, so will let you know tonight if it works, but an idea is that now billy's gone to four digits, maybe you need to rescrape the previous episodes again to allow for the four digit format???
Just a thought. | |
|
| |
billyad2000 Admin
Posts : 1326 Join date : 2008-09-20
| Subject: Re: TV shows over 99 episodes still not working. Mon Mar 01, 2010 3:26 am | |
| Support has been added internally, but you will need to edit the current regex to support it. In the TV Preferences, edit the first regex [Ss]([\d]{1,2}).?[Ee]([\d]{1,2}) to [Ss]([\d]{1,4}).?[Ee]([\d]{1,4})
This would support series and episode numbers upto 9999 in the format string "S9999E9999"
For format 9999x9999 change ([\d]{1,2}) ?[xX] ?([\d]{1,2}) to ([\d]{1,4}) ?[xX] ?([\d]{1,4})
Other formats would require custom regex. | |
|
| |
Plan9 New User
Posts : 3 Join date : 2010-02-28
| Subject: Re: TV shows over 99 episodes still not working. Mon Mar 01, 2010 5:47 am | |
| | |
|
| |
StormyKnight VIP
Posts : 556 Join date : 2008-10-08 Location : Australia
| Subject: Re: TV shows over 99 episodes still not working. Mon Mar 01, 2010 6:58 am | |
| Billy any reason these can't be the default values....I know you don't like changing things that work OK & changing this may bring in new issues....just wondering thats all. | |
|
| |
lupis42 New User
Posts : 5 Join date : 2010-02-14
| Subject: Re: TV shows over 99 episodes still not working. Wed Mar 03, 2010 5:44 am | |
| I can change the regex, but the changes don't persist when I close the window. | |
|
| |
StormyKnight VIP
Posts : 556 Join date : 2008-10-08 Location : Australia
| Subject: Re: TV shows over 99 episodes still not working. Wed Mar 03, 2010 8:27 am | |
| @lupis42, at the moment you can edit the regex.xml file in the settings folder. Then running MC will show the new regex values.
@Billy, In addition to the above issue I see you cannot edit a current regex. In 3.198 when you select a current regex it appeared in the EDIT section so you could edit it & save it back.
Cheers | |
|
| |
gztuitui Junior Member
Posts : 18 Join date : 2011-05-09
| Subject: Mon May 09, 2011 12:14 pm | |
| | |
|
| |
Sponsored content
| Subject: Re: TV shows over 99 episodes still not working. | |
| |
|
| |
| TV shows over 99 episodes still not working. | |
|