Kodi Community Forum
XBMC tv library won't update - 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: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: XBMC tv library won't update (/showthread.php?tid=206459)



XBMC tv library won't update - kmgdk - 2014-10-14

Hi my problem is that when i try updating the tv library and it scans the files nothing shows up after it has finished.

But with my movies there is no problem.. they show up.

I use thetvdb scraper.

/Kevin


RE: XBMC tv library won't update - Miss_80 - 2014-10-15

Nobody can help you out without a proper log file.


RE: XBMC tv library won't update - kmgdk - 2014-10-15

here it is so hope somebody can help

http://xbmclogs.com/show.php?id=319549


RE: XBMC tv library won't update - Miss_80 - 2014-10-16

I think the issue is your setup. It is looking for: nfs://192.168.1.111/volume1/tv-serier/Sons.Of.Anarchy.2014.S07E05.Custom.DKSubs.720p.HDTV.x264.NGSerier

XBMC is pretty strickt in the setup of your folder structure. User / TV-Serie /Seriename /Episode

I once forgot to create the folder TV-Series and that caused my scraping issues. You might want to look at that.


RE: XBMC tv library won't update - kmgdk - 2014-10-16

thx i will try see if that is the problem...

i use a sinology nas and the ds video does not have that problem but as you said xvmc is strict about the setup.


RE: XBMC tv library won't update - Miss_80 - 2014-10-16

http://wiki.xbmc.org/index.php?title=Naming_video_files/TV_shows

Here you can find the setup this is needed for TVShows


RE: XBMC tv library won't update - black_eagle - 2014-10-16

Yeah, just to add, XBMC thinks that this
Quote:DEBUG: Get: Using "UTF-8" charset for XML "http://thetvdb.com/api/GetSeries.php?seriesname=The.Vampire.Diaries.S06E02&language=en"

is a series not an episode of a series.

So, you need to make a folder called The Vampire Diaries inside your tv-serier folder. Then make season folders inside the Vampire Diaries folder - season 1, season 2, etc. Then cut/paste your actual episodes into the correct seasons.

Note that XBMC will take the tv show name from the names of the folders inside your tv-serier folder, which is the one you should add to XBMC as the source, with the scraper set to tv-shows.

Everything should then scan correctly.

You may want to consider filebot to sort out your naming a little better Smile


RE: XBMC tv library won't update - mkortstiege - 2014-10-16

.. or just place an URL nfo in the main series folder. Please see http://wiki.xbmc.org/index.php?title=NFO_files/TV_shows#Video_.nfo_files_containing_a_URL for more information.


RE: XBMC tv library won't update - kmgdk - 2014-10-18

thx Wink