Cant get Kodi to add tv show to list add Last week tonight to my list of tv shows - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Cant get Kodi to add tv show to list add Last week tonight to my list of tv shows (/showthread.php?tid=348834) |
Cant get Kodi to add tv show to list add Last week tonight to my list of tv shows - CaptainSkipper - 2019-10-30 I have about 30 tv shows in kodi that works fine after I changed to TheTVDB as provider. But I cant get it to add Last week tonight With john oliver http://ix.io/20mw As it stands I get the error Quote:Process directory 'smb://192.168.1.68:445/SeagateEkstern1/Series/Last Week Tonight with John Oliver/' does not exist - skipping scan.But if I then rename it to Last Week Tonight with John Oliver (2014) instead it writes Quote:Process directory 'smb://192.168.1.68:445/SeagateEkstern1/Series/Last Week Tonight with John Oliver (2014)/' does not exist - skipping scan.I have tried doing a clean library, but that didnt seem to help I also get a line like this for every episode Quote:VideoInfoScanner: Asked to lookup episode smb://192.168.1.68:445/SeagateEkstern1/Series/Last Week Tonight with John Oliver (2014)/Season 06/Last Week Tonight with John Oliver - S06E27 - Episode 176.mkv online, but we have no episode guide. Check your tvshow.nfo and make sure the <episodeguide> tag is in place.So I tried adding a tvshow.nfo
But that didnt help Anyone have a clue what I can do to get this shown? RE: Cant get Kodi to add tv show to list add Last week tonight to my list of tv shows - Karellen - 2019-10-30 (2019-10-30, 22:59)CaptainSkipper Wrote: <episodeguide> <url>http://thetvdb.com/api/F9C450E78D99172E/series/278518/all/en.zip</url> </episodeguide>That is v1 API episodeguide. Kodi uses v2. Simply perform a Refresh of the TV Show in Kodi and it will download the new API. Make sure to delete your tvshow.nfo first. Also, ensure you have enabled item 3.6 here... https://kodi.wiki/view/Settings/Media/Videos#Show_empty_TV_shows RE: Cant get Kodi to add tv show to list add Last week tonight to my list of tv shows - CaptainSkipper - 2019-10-30 (2019-10-30, 23:26)Karellen Wrote:Thanks, didnt know about the 3.6 feature, that made it much easier(2019-10-30, 22:59)CaptainSkipper Wrote: <episodeguide> <url>http://thetvdb.com/api/F9C450E78D99172E/series/278518/all/en.zip</url> </episodeguide>That is v1 API episodeguide. Kodi uses v2. |