[mythtv-commits] [MythTV/mythtv] f53465: Modify tmdb3 grabber to support TV in addition to ...
Peter Bennett
noreply at github.com
Sun Jan 31 20:08:00 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: f53465de760c4f001b5933f7fd77af1e9312d6fe
https://github.com/MythTV/mythtv/commit/f53465de760c4f001b5933f7fd77af1e9312d6fe
Author: Peter Bennett <pbennett at mythtv.org>
Date: 2021-01-31 (Sun, 31 Jan 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.
More information about the mythtv-commits
mailing list