Server Version#: 1.21.3.4021 on Ubuntu 20.04 LTS
Player Version#: N/A
I have an issue with Top Gear episode names being added as “Episode xxx” instead of the descriptive title that exists in TheTVDB (series #74608).
I’ve checked the precedence of Local Media Assets and tried the Plex Dance to no avail.
I then checked through the log files and wonder if Plex has a bad cache of the episode names.
Using Series One as an example:
TheTVDB
From the log files I can see that there are two requests made for episodes.
Firstly:
2021-02-16 15:19:33,759 (7fdf7b7fe700) : DEBUG (networking:143) - Requesting 'https://tvdb2.plex.tv/series/74608/episodes?page=1'
2021-02-16 15:19:33,847 (7fdf7b7fe700) : DEBUG (networking:143) - Requesting 'https://tvdb2.plex.tv/series/74608/episodes?page=2'
2021-02-16 15:19:33,934 (7fdf7b7fe700) : DEBUG (networking:143) - Requesting 'https://tvdb2.plex.tv/series/74608/episodes?page=3'
2021-02-16 15:19:34,032 (7fdf7b7fe700) : DEBUG (networking:143) - Requesting 'https://tvdb2.plex.tv/series/74608/episodes?page=4'
Secondly:
2021-02-16 15:19:34,133 (7fdf7b7fe700) : DEBUG (threadkit:234) - Starting a parallel task set named UpdateEpisodes with 1 tasks
2021-02-16 15:19:34,134 (7fdf5bfff700) : DEBUG (networking:143) - Requesting 'https://tvdb2.plex.tv/episodes/149972?lang=en'
2021-02-16 15:19:34,192 (7fdf7b7fe700) : DEBUG (threadkit:244) - Parallel task set UpdateEpisodes ended
I compared the two URLs queried and found episodeName differs:
Does anyone have any ideas why the sources are different, and how I can fix the issue please?