Hi,
I m facing a small issue with the thetvdb_lookup plugin, im using the below to move and rename the episode files to a different location:
rename: ‘{{series_name}}-{{tvdb_ep_id}}-{{tvdb_ep_name}}{{ location|pathext }}’
Its working perfectly, except for some shows, as the “tvdb_ep_name” shows an old value, its like its retrieving it from an old cached data.
below is the debug information, which shows that it is retrieving the show information from the cache:
2020-06-16 13:49:20 DEBUG api_tvdb sort-series Looking up tvdb information for ‘The Daily Show’. TVDB ID: None
2020-06-16 13:49:20 DEBUG api_tvdb sort-series Series <name=The Daily Show,tvdb_id=None> information restored from cache.
2020-06-16 13:49:20 DEBUG api_tvdb sort-series Using episode info for The Daily Show e2020-06-15 00:00:00 from cache.
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_name = ‘June 15, 2020’
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_air_date = datetime.datetime(2020, 6, 15, 0, 0)
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_rating = 0.0
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_image = None
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_overview = None
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_directors = ‘’
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_absolute_number = None
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_season = 25
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_episode = 116
2020-06-16 13:49:20 TRACE entry sort-series ENTRY SET: tvdb_ep_id = ‘S25E116’
2020-06-16 13:49:20 TRACE entry sort-series rendering: {{series_name}}-{{tvdb_ep_id}}-{{tvdb_ep_name}}{{ location|pathext }}
I was wondering if there is a way to force the lookup to always fetch a new data, and ignore the cached ones.
Any help will be very much appreciated
Regards
1 post - 1 participant