@effemmeffe wrote:
In my config I have this three lookups:
metainfo_series: yes thetvdb_lookup: yes tvmaze_lookup: yes
I have a task that moves downloaded episodes and rename them with this jinja line:
to: "/{? folder.root ?}{? folder.series ?}{{tvdb_series_name|escape|replace(''', '')|default(series_name)|pathscrub}}/S{{tvdb_season|pad(2)|default(series_season|pad(2))}}/"
Lately I'm experiencing a lot of timeout contacting thetvdb api in the logs:
(Error updating data from tvdb: Requests to this site (api.thetvdb.com) have timed out recently. Waiting before trying again.), using cached data.
No big deal, I thougth, because I have the default directive in jinja and it should get the series_season, but it's not, so I end to have episodes moved to SNone folder instead of the right S01 folder.
What am I doing wrong?
Posts: 1
Participants: 1