[mythtv-commits] [MythTV/mythtv] 1aff6f: Modify tmdb3 grabber to support TV in addition to ...
Peter Bennett
noreply at github.com
Mon Feb 1 16:36:01 UTC 2021
Branch: refs/heads/fixes/31
Home: https://github.com/MythTV/mythtv
Commit: 1aff6fd2db9258d7aab45c3f07f3442f17d04fdd
https://github.com/MythTV/mythtv/commit/1aff6fd2db9258d7aab45c3f07f3442f17d04fdd
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M .gitignore
A mythtv/bindings/python/tmdb3/tmdb3/lookup.py
M mythtv/bindings/python/tmdb3/tmdb3/tmdb_api.py
M mythtv/bindings/python/tmdb3/tmdb3/util.py
M mythtv/programs/scripts/metadata/Movie/tmdb3.py
A mythtv/programs/scripts/metadata/Television/tmdb3tv.py
Log Message:
-----------
Modify tmdb3 grabber to support TV in addition to Movies
- Moved the logic of creating the xml files for MythTV into a new
module tmdb3/lookup.py.
- Added support for TV series in new functions.
- Changed the tmdb3.py and created tmdb3tv.py. Both are now small
frontends for the main logic that is in lookup.py
- Improve python code using return instead of sys.exit()
To enable this grabber, run in mythtv frontend
"Setup" -> "Artwork and Data Sources"
and select "TheMovieDB.org V3 television" for the default Television
Grabber.
(cherry picked from commit f53465de760c4f001b5933f7fd77af1e9312d6fe)
More information about the mythtv-commits
mailing list