Server Version#: 1.15.2.793
Player Version#:
So I’ve set up a Plex server on FreeNas and everything is fine, but I noticed that there’s been a wierd issue with meta-data for a specific series:
The series in question is Detective Conan,
https://www.thetvdb.com/series/detective-conan
and my naming scheme for the data is
…/Detective Conan/Season 01/Detective Conan - S01E01 - .mkv
My agent setup is thetvdb up top, and only theme-music and local media selected
So the symptom is that instead of matching the exact named series on thetvdb, it would match it against themoviedb; the reason I would know is that on themoviedb the series is called Case Closed. This would happen even if I put the tvdb id in the custom match field.
Digging in the log files, I noticed a few lines that stood out:
18:56:43,707 (8025cb700) : ERROR (networking:219) - Error opening URL ‘xxxxs://tvdb2.plex.tv/search/series?name=Detective+Conan’ 2019-04-24 18:56:43,708 (8025cb700) : INFO (init:162) - HTTPError 404: 2019-04-24 18:56:43,708 (8025cb700) : INFO (init:385) - There was a problem attempting an exact TVDB match in Detective+Conan (lang: zh) 2019-04-24 18:56:43,709 (8025cb700) : INFO (init:369) - Searching for exact match with: Detective+Conan (lang: en) 2019-04-24 18:56:43,710 (8025cb700) : DEBUG (networking:166) - Requesting ‘:/tvdb2.plex.tv/search/series?name=Detective+Conan’ 2019-04-24 18:56:45,018 (8025cb700) : INFO (init:491) - ---- UMP RESULTS MAP ---- 2019-04-24 18:56:45,035 (8025cb700) : DEBUG (networking:161) - Fetching ‘://127.0.0.1:32400/services/ump/matches?type=2&title=Detective%20Conan&year=&lang=zh&manual=0’ from the HTTP cache 2019-04-24 18:56:45,051 (8025cb700) : INFO (init:411) - UMP: MetadataSearchResult(lang=‘zh’, thumb=’://image.tmdb.org/t/p/w154/1o2o7RELi8rtRrTh8iHYkprpDrn.jpg’, score=101, year=1996, id=‘72454’, name=‘Case Closed’) 2019-04-24 18:56:45,052 (8025cb700) : INFO (init:516) - Final result: MetadataSearchResult(lang=‘zh’, thumb=’//image.tmdb.org/t/p/w154/1o2o7RELi8rtRrTh8iHYkprpDrn.jpg’, score=101, year=1996, id=‘72454’, name=‘Case Closed’)
So it’s looks like it is getting a 404 from ://tvdb2.plex.tv/search/series?name=Detective+Conan and then it defaults the match to tmdb?
Any help would be appreciated,