2016-09-25

Hi All,

My shows are arranged following "simple" in http://kodi.wiki/view/naming_video_files/TV_shows

So /data/Videos/<Show Name>/<Season X>/<Show>-<SXEX>-<Title>.mkv

This has been working fine for years but lately i've noticed some strange behaviour where shows are being matched to HiGH&LOW http://thetvdb.com/?tab=series&id=301564&lid=7

Looking at the logs it appears Kodi scans the Season2 folder and tries to find a match via tvdb.. Tvdb returns a match http://thetvdb.com/api/GetSeries.php?ser...anguage=en

My question is there a way to disable this behaviour?

Quote:16:51:28 T:139921469626112 INFO: AddOnLog: MythTV PVR Client: Received announcement: VideoLibrary, xbmc, OnScanStarted

16:51:28 T:139921469626112 DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/data/Videos/TVShows/Mr Robot/Season2'

16:51:28 T:139921469626112 DEBUG: FindMovie: Searching for 'Season2' using The TVDB scraper (path: '/home/media/.kodi/addons/metadata.tvdb.com', content: 'tvshows', version: '1.8.4')

16:51:28 T:139921469626112 DEBUG: scraper: CreateSearchUrl returned <url cache="cache-Season2-en.xml">http://thetvdb.com/api/GetSeries.php?seriesname=Season2&language=en</url>

16:51:28 T:139921469626112 DEBUG: CurlFile::Open(0x7f422c1ec3e0) http://thetvdb.com/api/GetSeries.php?ser...anguage=en

16:51:28 T:139921469626112 INFO: easy_aquire - Created session to http://thetvdb.com

16:51:29 T:139921469626112 DEBUG: Get: Using "UTF-8" charset for XML "http://thetvdb.com/api/GetSeries.php?seriesname=Season2&language=en"

16:51:29 T:139921469626112 DEBUG: scraper: GetSearchResults returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><results><entity><title>HiGH&LOW</title><language>en</language><url cache="301564-en.xml">http://thetvdb.com/api/1D62F2F90030C444/series/301564/all/en.zip</url><id>301564</id></entity></results>

16:51:29 T:139921469626112 DEBUG: GetVideoDetails: Reading movie 'http://thetvdb.com/api/1D62F2F90030C444/series/301564/all/en.zip' using The TVDB scraper (file: '/home/media/.kodi/addons/metadata.tvdb.com', content: 'tvshows', version: '1.8.4')

16:51:29 T:139921469626112 DEBUG: CurlFile::Open(0x7f422c1ec3e0) http://thetvdb.com/api/1D62F2F90030C444/...all/en.zip

Show more