Correct regex for multiepisodes with dots?
#1
I'm struggling to fetch Mentalist S03E23-24,
and some other episodes with similar format in thetvdb dvd order..
Code:
<tvshowmatching action="append">
    <regexp>S([0-9]+)E([0-9]+(?:(?:[a-i]|\.[1-9])(?![0-9]))?)([^\\/]*)[\\/]</regexp>
</tvshowmatching>
Is this the correct regex if i want to fetch it with this format?

The mentalist - S03E23.1-E23.2 - Strawberries and cream.avi

Here's the debug log

http://pastebin.com/P7zkiD4y
Reply
#2
anyone? still stuck with this
Reply
#3
Why don't you just rename the file to something that works instead of trying to regex your stuff?
Reply
#4
(2015-09-12, 03:19)helta Wrote: Why don't you just rename the file to something that works instead of trying to regex your stuff?

I've tried the one suggested by Scudlee here

S01 Ep01.1-01.2

http://forum.kodi.tv/showthread.php?tid=...pid1621493

But it doesn't work.. it only work for single episodes with dots...
Reply
#5
Try

The Mentalist.s03e23e24.ext

Actually, you're probably right, let me try some stuff.
Reply
#6
After multiple tries, I would consider that a bug as well. I can't seem to scrape it with the DVD order.
Reply
#7
(2015-09-12, 04:19)helta Wrote: After multiple tries, I would consider that a bug as well. I can't seem to scrape it with the DVD order.

Oh well Sad
Any devs willing to take a look at this case?
Whatever happened to aired order in thetvdb scrapper?
Or was it never there in the first place?
Reply
#8
Bump, should I post a bug report about this?
Reply

Logout Mark Read Team Forum Stats Members Help
Correct regex for multiepisodes with dots?0