[mythtv-commits] [MythTV/mythtv] 6106c5: TheTVDB v4: update grabber to the latest api defin...
rcrdnalor
noreply at github.com
Thu Oct 28 17:15:07 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 6106c5b884662bab679006d630fb9b2fb739b5ab
https://github.com/MythTV/mythtv/commit/6106c5b884662bab679006d630fb9b2fb739b5ab
Author: Roland Ernst <rcrernst at gmail.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M mythtv/bindings/python/ttvdbv4/definitions.py
M mythtv/bindings/python/ttvdbv4/myth4ttvdbv4.py
M mythtv/bindings/python/ttvdbv4/ttvdbv4_api.py
M mythtv/programs/scripts/metadata/Television/ttvdb4.py
Log Message:
-----------
TheTVDB v4: update grabber to the latest api definitions.
- The grabber option `-D inetref season episode` uses now a direct call
including season and episode number.
- Removed the combined call to get translations for `getSeriesExtended`,
(with `meta=translations`), because this does not work in a reliable way:
The 'overview' and 'name' entries were not included in the same object,
therefore, the xml output lacks the essential 'description' tag.
Bug reports on thetvdb github indicate, that the response for this call
will change, anyway.
More information about the mythtv-commits
mailing list