Kodi Community Forum
Episodes over 99 doesn't get correctly scrapped - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: TV Show Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=305)
+----- Thread: Episodes over 99 doesn't get correctly scrapped (/showthread.php?tid=199743)



Episodes over 99 doesn't get correctly scrapped - silmano - 2014-07-11

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?