Episodes over 99 doesn't get correctly scrapped
#1
I've recenlty added an anime series that has more than 100 episodes and it seems that after episode 99, the scrapper goes back and marks episode 101 as episode 1 but with a different filename (so it creates a duplicate). I have the following regexp for anime:
Code:
<advancedsettings>
  <tvshowmatching action="append">
    <regexp>\[\w+\].*-\s(\d+)\s</regexp>
  </tvshowmatching>
</advancedsettings>
But with TheTV scrapper and AniDB scrapper doesn't seem to work. Episodes are usually in the following format: [ReleaseGroup] ShowName - Ep# [Resolution].Extension, for example => [HorribleSubs] Fairy Tail - 154 [720p].mkv. Also episodes from 1 to 99 have only two digits, for example: 01, 10, 99

Any idea why the scrapper or XBMC isn't getting more than two digits on the episode number?
Reply

Logout Mark Read Team Forum Stats Members Help
Episodes over 99 doesn't get correctly scrapped0