Not adding Series To Library
#1
Firstly, Excellent software, top marks.

Secondly, I haven't managed to get any of my TV series into the Library. Was hoping for a prod in the right direction, I've read the manual, and searched around, but am not seeing the light.

The one I'm working on is Jekyll. Directory structure is:
$ ls Series/Jekyll/Season\ 1/
Jekyll.s01e01.avi Jekyll.s01e02.avi Jekyll.s01e03.avi Jekyll.s01e04.avi Jekyll.s01e05.avi Jekyll.s01e06.avi

Series is added as a source in XBMC and has content set to TV Shows. I've tried it with or without the Season 1 directory (there is only one series).

To add it, I try to run Scan For New Content while selecting Jekyll. I've managed to get the scrapper detecting it and giving it a cover, but when I go into library it shows Jekyll, but no items within. I've got it set to All Videos, and Flatten.

Here's the extract from my log when running Scan For New Content:
Code:
00:17:40 T:3049764752 M:666066944   DEBUG: ------------------- GUI_MSG_WINDOW_INIT
00:17:40 T:3049764752 M:666066944   DEBUG:
00:17:40 T:3049764752 M:666066944   DEBUG: -------------------
00:17:40 T:3049764752 M:666066944    INFO: Loading skin file: DialogVideoScan.xml
00:17:40 T:3049764752 M:666066944   DEBUG: Load DialogVideoScan.xml: 3.47ms
00:17:40 T:3049764752 M:666066944   DEBUG: Alloc resources: 4.24ms (3.95 ms skin load, 0.22 ms preload)
00:17:40 T:3001023376 M:665296896   DEBUG: Running thread 3001023376
00:17:40 T:3001023376 M:665296896   DEBUG: thread start, auto delete: 0
00:17:40 T:3049764752 M:665296896   DEBUG: Load scan-panel-bg.png: 0.7ms (bundled)
00:17:40 T:3001023376 M:665296896   DEBUG: Process - Starting scan
00:17:40 T:2711329680 M:665296896   DEBUG: Running thread 2711329680
00:17:40 T:2711329680 M:665296896   DEBUG: thread start, auto delete: 0
00:17:40 T:2711329680 M:665296896   DEBUG: Thread 2711329680 terminating
00:17:40 T:3001023376 M:665296896   DEBUG: Hash[tvshows,/home/juke/Series/Jekyll/]:DB=[],Computed=[]
00:17:40 T:3001023376 M:665296896   DEBUG: Sort, sorting took 0 millis
00:17:40 T:3001023376 M:665296896   DEBUG: found match /home/juke/series/jekyll/season 1/jekyll.s01e01.avi (s01e01) [[Ss]([0-
9]+)[\.-]?[Ee]([0-9]+)([^\\/]*)$]
00:17:40 T:3001023376 M:665296896   DEBUG: found match /home/juke/series/jekyll/season 1/jekyll.s01e02.avi (s01e02) [[Ss]([0-
9]+)[\.-]?[Ee]([0-9]+)([^\\/]*)$]
00:17:40 T:3001023376 M:665296896   DEBUG: found match /home/juke/series/jekyll/season 1/jekyll.s01e03.avi (s01e03) [[Ss]([0-9]+)[\.-]?[Ee]([0-9]+)([^\\/]*)$]
00:17:40 T:3001023376 M:665296896   DEBUG: found match /home/juke/series/jekyll/season 1/jekyll.s01e04.avi (s01e04) [[Ss]([0-9]+)[\.-]?[Ee]([0-9]+)([^\\/]*)$]
00:17:40 T:3001023376 M:665296896   DEBUG: found match /home/juke/series/jekyll/season 1/jekyll.s01e05.avi (s01e05) [[Ss]([0-9]+)[\.-]?[Ee]([0-9]+)([^\\/]*)$]
00:17:40 T:3001023376 M:665227264   DEBUG: found match /home/juke/series/jekyll/season 1/jekyll.s01e06.avi (s01e06) [[Ss]([0-9]+)[\.-]?[Ee]([0-9]+)([^\\/]*)$]
00:17:40 T:3001023376 M:665296896   DEBUG: FileCurl::Open(0xb511f324) http://www.imdb.com/title/tt0497298/episodes
00:17:41 T:3001023376 M:665178112   DEBUG: FileCurl::Close(0xb511f324) http://www.imdb.com/title/tt0497298/episodes
00:17:41 T:3001023376 M:665178112   DEBUG: scraper: GetEpisodeList returned <episodeguide></episodeguide>
00:17:41 T:3001023376 M:665178112   DEBUG: GetSeasonsNav query: select episode.c12,path.strPath,tvshow.c00,count(1),count(files.playCount) from episode join tvshow on tvshow.idshow=tvshowlinkepisode.idshow join tvshowlinkepisode on tvshowlinkepisode.idEpisode = episode.idEpisode join files on files.idFile=episode.idFile  join tvshowlinkpath on tvshowlinkpath.idShow = tvshow.idShow join path on path.idPath = tvshowlinkpath.idPath where tvshow.idShow = 4  group by episode.c12
00:17:41 T:3001023376 M:665526272   DEBUG: DoScan - Finished dir: /home/juke/Series/Jekyll/
00:17:41 T:3001023376 M:665526272   DEBUG: Process - Finished scan
00:17:41 T:3001023376 M:665526272  NOTICE: My Videos: Scanning for video info using worker thread, operation took 00:01
00:17:41 T:3001023376 M:665526272    INFO: Video scan was stopped or finished ... restoring FindRemoteThumbs
00:17:41 T:3001023376 M:665526272   DEBUG: Thread 3001023376 terminating
00:17:41 T:3049764752 M:665526272   DEBUG: ------------------- GUI_MSG_WINDOW_DEINIT
00:17:41 T:3049764752 M:665526272   DEBUG:

Any suggestions on what I'm doing wrong would be much appreciated.

Thank you!

A happy XBMC + Ubuntu + Acer Revo user Smile
Reply
#2
We strongly suggest using thetvdb.com, not imdbtv. Your problem is the scraper is giving you no episode listing:

Quote:00:17:41 T:3001023376 M:665178112 DEBUG: scraper: GetEpisodeList returned <episodeguide></episodeguide>

Set content to none, tell it to clear out the library (you'll be prompted) then go back to thetvdb scraper.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Thank you, works a treat Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Not adding Series To Library0