Kodi Community Forum

Full Version: XBMC Library update, problems with NFS shares
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, I've recently added an NFS share to my HTPC, and I thought everything was running smoothly, but it's not doing updates properly. Randomly it does them fine, but a large majority of the time it doesn't pick up any new content at all.

I've gone through my log file and this is what I've found in relation to the problem I'm having, with a specific file:

Code:
Hi guys, I've recently added an NFS share to my HTPC, and I thought everything was running smoothly, but it's not doing updates properly. Randomly it does them fine, but a large majority of the time it doesn't pick up any new content at all.

I've gone through my log file and this is what I've found in relation to the problem I'm having, with a specific file:

[CODE]19:00:44 T:139957840484096 M:2911694848   DEBUG: VideoInfoScanner: Found episode match /mnt/network/tv/show.name/season 4/show.name.s04e12.hdtv.xvid-2hd.[vtv].avi (s4e12) [[Ss]([0-9]+)[][ ._-]*[Ee]([0-9]+)([^\\/]*)$]
19:00:44 T:139957840484096 M:2911694848   DEBUG: VideoInfoScanner: Found episode match /mnt/network/tv/show.name/season 4/show.name.s04e13.hdtv.xvid-2hd.[vtv].avi (s4e13) [[Ss]([0-9]+)[][ ._-]*[Ee]([0-9]+)([^\\/]*)$]
19:00:44 T:139957840484096 M:2911694848   DEBUG: VideoInfoScanner: Found episode match /mnt/network/tv/show.name/season 4/show.name.s04e14.hdtv.xvid-2hd.[vtv].avi (s4e14) [[Ss]([0-9]+)[][ ._-]*[Ee]([0-9]+)([^\\/]*)$]
19:00:44 T:139957840484096 M:2911694848   DEBUG: SECTION:LoadDLL(libcurl.so.4)
19:00:44 T:139957840484096 M:2911694848   DEBUG: Loading: libcurl.so.4
19:00:44 T:139957840484096 M:2911694848   DEBUG: FileCurl::Open(0x7f4a795d6ee0) http://www.thetvdb.com/api/1D62F2F90030C444/series/80547/all/en.zip
19:00:44 T:139957840484096 M:2911694848    INFO: easy_aquire - Created session to http://www.thetvdb.com
19:00:52 T:139957565888256 M:2911739904   DEBUG: Thread 139957565888256 terminating (autodelete)
19:00:52 T:139957520533248 M:2911739904   DEBUG: Thread 139957520533248 terminating (autodelete)
19:00:53 T:139958203144256 M:2911739904   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86_64-linux.so)
19:00:53 T:139958203144256 M:2911739904   DEBUG: Unloading: ImageLib-x86_64-linux.so
19:00:54 T:139957840484096 M:2911756288 WARNING: FillBuffer: curl failed with code 6
19:00:54 T:139957840484096 M:2911756288   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
19:00:54 T:139957840484096 M:2911756288   DEBUG: FileCurl::Close(0x7f4a795d6ee0) http://www.thetvdb.com/api/1D62F2F90030C444/series/80547/all/en.zip
19:00:54 T:139957840484096 M:2911756288   ERROR: Run: Unable to parse web site
19:00:54 T:139957840484096 M:2911756288   DEBUG: GetEpisodeId (/mnt/network/tv/Show.Name/Season 4/Show.Name.S04E12.HDTV.XviD-2HD.[VTV].avi), query = select idEpisode from episode where idFile=5894
19:00:54 T:139957840484096 M:2911756288   DEBUG: GetEpisodeId (/mnt/network/tv/Show.Name/Season 4/Show.Name.S04E13.HDTV.XviD-2HD.[VTV].avi), query = select idEpisode from episode where idFile=6085
19:00:54 T:139957840484096 M:2911756288   DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/mnt/network/tv/Show.Name/Season 4/Show.Name.S04E14.HDTV.XviD-2HD.[VTV].avi'
19:00:54 T:139957840484096 M:2911756288   ERROR: VideoInfoScanner: Asked to lookup episode /mnt/network/tv/Show.Name/Season 4/Show.Name.S04E14.HDTV.XviD-2HD.[VTV].avi online, but we have no episode guide. Check your tvshow.nfo and make sure the <episodeguide> tag is in place.
19:00:54 T:139957840484096 M:2911756288   DEBUG: GetStackedTvShowList query: select idShow from tvshow where c00 like (select c00 from tvshow where idShow=281) order by idShow
19:00:54 T:139957840484096 M:2911756288   DEBUG: GetSeasonsNav query: select episode.c12,path.strPath,tvshow.c00,tvshow.c08,tvshow.c14,tvshow.c13,count(1),count(files.playCount) from episode join tvshowlinkepisode on tvshowlinkepisode.idEpisode=episode.idEpisode join tvshow on tvshow.idShow=tvshowlinkepisode.idShow join files on files.idFile=episode.idFile  join tvshowlinkpath on tvshowlinkpath.idShow = tvshow.idShow join path on path.idPath = tvshowlinkpath.idPath where tvshow.idShow IN (98,137,281)  group by episode.c12
19:00:54 T:139957840484096 M:2911756288   DEBUG: GetMoviesByWhere query: select * from movieview join movielinktvshow on movielinktvshow.idMovie=movieview.idMovie where movielinktvshow.idShow IN (98,137,281)

And that's all it says on the matter. Other episodes in that particular series as well as many others have shown up fine, but randomly they don't. I can go through the File View and add them myself if I go specifically to the TV show or sometimes even as far as the episode itself and press update, but if I do it from anywhere else it doesn't go.

Any clues on what could be going wrong?

Edit: I should say that this is happening whenever I add new TV shows on a per episode basis. If I add a whole season, or even a whole series at once, then the problem isn't there at all.