Kodi Community Forum

Full Version: TVDB Not scraping multi part episodes in DVD order
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Kodi Version : 16.1

I have a TV series that has two episodes per file. thetvdb.com DVD ordering page shows these correctly as 1.1,1.2,2.1,2.2,etc (http://thetvdb.com/index.php?tab=season&...&order=dvd)

I have named my files like the following

s01e01.1.s01e01.2.mp4

Which is what the naming videos/files Kodi manual says is the correct way

But when I scrape the series, I only get the first episode of each multi episode, not the second

My debug log can be found here http://pastebin.com/diAGpb5t

I believe the important lines are here though

09:16:39 T:3304 DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.2.5/media/Kids TV/PJ Masks/' as not in the database
09:16:39 T:3304 DEBUG: VideoInfoScanner: Found episode match nfs://192.168.2.5/media/Kids TV/PJ Masks/s01e01.1.s01e01.2.mp4 (s1e1) [s([0-9]+)[ ._-]*e([0-9]+(?Sad?:[a-i]|\.[1-9])(?![0-9]))?)([^\\/]*)$]
09:16:39 T:3304 DEBUG: VideoInfoScanner: Adding new season 1, multipart episode 1 [^[-_ex]+([0-9]+(?Sad?:[a-i]|\.[1-9])(?![0-9]))?)]

Anyone got any clues?

Regards

Kev
Try to rename episodes like: PJ.Masks.S01E01E02.mp4
Nope. The file doesn't contain episode 1 and 2, it contains episode 1.1 and 1.2
known bug, has been like that forever

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

that scraper fixes it, I hope it become default some day