[WINDOWS] Issues detecting multiple seasons
#1
Pastebin wouldn't allow an entire debug log but I was able to copy the entire 2nd scan to when I closed XBMC at the least. http://pastebin.com/sxPHum1f

More specifically I've spent a good 4-7 hours the last few days trying to get XBMC to properly library One Piece to no luck. I've painfully renamed my absolute numbering to the S01E01 formats, multiple times in different formats and changing S1 to S01, everything.

In its current state they are all in the same folder and marked properly for multiple season (One Piece S01E01 / One Piece S13E01) but it only ever detects Season One on every single scraper i've tried it on. It'll detect clear to episode 62 (last of the 1st season) with enough room on the loading bar that it's predicting a lot more...then always just stops there and gives up.

Other shows don't seem to be having this issue. Robot Chicken for example is detected fine as far as its separate seasons, though I had each season in it's own folder. I tried doing that with One Piece too and it still only got the 1st properly.

Code:
5960 M:4294967295  NOTICE: -----------------------------------------------------------------------
01:46:40 T:5960 M:4294967295  NOTICE: Starting XBMC, Platform: Windows 7, 64-bit (WoW) build 7600. Built on Dec 17 2010 (SVN:35647, compiler 1500)
01:46:40 T:5960 M:4294967295  NOTICE: AMD Phenom(tm) II X4 965 Processor
01:46:40 T:5960 M:4294967295  NOTICE: Desktop Resolution: 1680x1050 32Bit at 100Hz
01:46:40 T:5960 M:4294967295  NOTICE: Running with administrator rights
01:46:40 T:5960 M:4294967295  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
01:46:40 T:5960 M:4294967295  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
01:46:40 T:5960 M:4294967295  NOTICE: special://masterprofile/ is mapped to: C:\Users\Bryan\AppData\Roaming\XBMC\userdata
01:46:40 T:5960 M:4294967295  NOTICE: special://home/ is mapped to: C:\Users\Bryan\AppData\Roaming\XBMC
01:46:40 T:5960 M:4294967295  NOTICE: special://temp/ is mapped to: C:\Users\Bryan\AppData\Roaming\XBMC\cache
01:46:40 T:5960 M:4294967295  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
01:46:40 T:5960 M:4294967295  NOTICE: Log File is located: C:\Users\Bryan\AppData\Roaming\XBMC\xbmc.log


^Is the first chunk of my debug log, I would post more but this forum is complaining about number of characters per post.^

In the debugger all the scrapers seem to do the same thing, they detect all the episodes, go to scrape them but when they hit the second season they stop getting information. They detect the lack of an NFO file, and do a title search just like with the first season but for whatever reason can't find the show even though the file names are identical aside from the season and episode numbering -_-. Am I doing something wrong, because I am pretty much at my limit and about to give up on XBMC for having spent so much time screwing up my file-names on a perfectly fine numbering system for 400+ episodes just for it to detect it correctly (or worse I'll find out I didn't have to in the first place...) Any help would be greatly appreciated...

Anime News Network
Code:
5960 M:4294967295   DEBUG: CVideoDatabase::GetEpisodeId (F:\Anime\One Piece\One Piece S1E61.avi), query = select idEpisode from episode where idFile=1221
01:48:57 T:5960 M:4294967295   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'F:\Anime\One Piece\One Piece S1E61.avi'
01:48:57 T:4596 M:4294967295   DEBUG: thread start, auto delete: 0
01:48:59 T:4596 M:4294967295   DEBUG: scraper: GetEpisodeDetails returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><details><aired>2001-03-07</aired><title>Ending of Anger! Get over the Red Line!</title><url cache="836-tvdb-search.xml" function="GetEpisodeExtra">http://www.thetvdb.com/api/GetSeries.php?seriesname=One%20Piece&language=all</url></details>
01:48:59 T:4596 M:4294967295   DEBUG: scraper: GetEpisodeExtra returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><details><url cache="81797.xml" function="GetEpisodeExtraData">http://www.thetvdb.com/api/1D62F2F90030C444/series/81797/all/en.zip</url></details>
01:49:00 T:4596 M:4294967295   DEBUG: scraper: GetEpisodeExtraData returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><details></details>
01:49:00 T:4596 M:4294967295   DEBUG: Thread 4596 terminating
01:49:00 T:5960 M:4294967295   DEBUG: VideoInfoScanner: Adding new item to tvshows:F:\Anime\One Piece\One Piece S1E61.avi
01:49:00 T:5960 M:4294967295   DEBUG: CVideoDatabase::GetEpisodeId (F:\Anime\One Piece\One Piece S1E62.avi), query = select idEpisode from episode where idFile=1222
01:49:00 T:5960 M:4294967295   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'F:\Anime\One Piece\One Piece S1E62.avi'
01:49:00 T:5468 M:4294967295   DEBUG: thread start, auto delete: 0
01:49:02 T:5468 M:4294967295   DEBUG: scraper: GetEpisodeDetails returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><details><aired>2001-03-21</aired><title>The First Fortress - Laboon the Giant Whale Appears</title><url cache="836-tvdb-search.xml" function="GetEpisodeExtra">http://www.thetvdb.com/api/GetSeries.php?seriesname=One%20Piece&language=all</url></details>
01:49:02 T:5468 M:4294967295   DEBUG: scraper: GetEpisodeExtra returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><details><url cache="81797.xml" function="GetEpisodeExtraData">http://www.thetvdb.com/api/1D62F2F90030C444/series/81797/all/en.zip</url></details>
01:49:03 T:5468 M:4294967295   DEBUG: scraper: GetEpisodeExtraData returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><details></details>
01:49:03 T:5468 M:4294967295   DEBUG: Thread 5468 terminating
01:49:03 T:5960 M:4294967295   DEBUG: VideoInfoScanner: Adding new item to tvshows:F:\Anime\One Piece\One Piece S1E62.avi
01:49:03 T:5960 M:4294967295   DEBUG: CVideoDatabase::GetEpisodeId (F:\Anime\One Piece\One Piece S2E01.avi), query = select idEpisode from episode where idFile=1285
01:49:03 T:5960 M:4294967295   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'F:\Anime\One Piece\One Piece S2E01.avi'
01:49:03 T:5960 M:4294967295   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'F:\Anime\One Piece\One Piece S2E02.avi'

AnimeDB

Code:
3312 M:4294967295   DEBUG: VideoInfoScanner: Adding new item to tvshows:F:\Anime\One Piece\One Piece S1E62.avi
01:54:10 T:3312 M:4294967295    INFO: Caching image from: http://www.thetvdb.com/banners/episodes/81797/361897.jpg to special://masterprofile/Thumbnails/Video/7/7e1aca6c.tbn with width 512 and height 512
01:54:10 T:3312 M:4294967295   DEBUG: Win32DllLoader::Load(special://xbmcbin/system/ImageLib.dll)
01:54:10 T:3312 M:4294967295   DEBUG: FileCurl::Open(0992D8BC) http://www.thetvdb.com/banners/episodes/81797/361897.jpg
01:54:10 T:3312 M:4294967295    INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://www.thetvdb.com
01:54:11 T:3312 M:4294967295   DEBUG: FileCurl::Close(0992D8BC) http://www.thetvdb.com/banners/episodes/81797/361897.jpg
01:54:11 T:3312 M:4294967295   DEBUG: CVideoDatabase::GetEpisodeId (F:\Anime\One Piece\One Piece S2E01.avi), query = select idEpisode from episode where idFile=1285
01:54:11 T:3312 M:4294967295   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'F:\Anime\One Piece\One Piece S2E01.avi
Reply
#2
Hello,

You need to make sure that you are naming your shows in accordance with thetvdb website. I entered One Piece in the search and the show came up. I noticed that season 1 only goes through episode 8. You say that you have 62 episodes in season 1. That ain't gonna work. You are probably going to have to renumber most of your episodes according to the way that thetvdb does to get your scrapers to work.

Mark
Reply
#3
It's not through TvDB, as its the japanese subbed versions, not the US releases hence I have to use the anime scrapers, which do have the episodes clean past season 1 as I checked the urls the scraper was grabbing from. And it does this regardless of if I let it scan on its own or go to TV Show Information - Refresh - and pick the show manually, always does the same. And as said the loading bar when it starts to scrape shows it's predicting far past 62 episodes, but when it reaches 62 or 20% or so if it's showing just a percentage, it stops. The debug log shows it's looking for them but yeah...I'll try editing the filename though but as said they're all identically named aside from the S02E01 at the end of the filenames and it detects the first season just fine.
Reply

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Issues detecting multiple seasons0