Add-on:The Movie Database Python: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot Update)
Line 3: Line 3:
|provider-name=Team Kodi
|provider-name=Team Kodi
|ID=metadata.themoviedb.org.python
|ID=metadata.themoviedb.org.python
|latest-version=1.2.1
|latest-version=1.3.0
|extension point=xbmc.metadata.scraper.movies
|extension point=xbmc.metadata.scraper.movies
|provides=
|provides=

Revision as of 03:00, 25 October 2020

The Movie Database Python
icon.png

See this add-on on the kodi.tv showcase

Author: Team Kodi
Website: link
Type: Movie information
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: GPL-2.0-or-later
Source: Source code
Summary: Python TMDB Movie Scraper
Home icon grey.png   ▶ Add-ons ▶ The Movie Database Python
Attention talk.png Need help with this add-on? See here.

themoviedb.org is a free and open movie database. It's completely user driven by people like you. TMDb is currently used by millions of people every month and with their powerful API, it is also used by many popular media centers like Kodi to retrieve Movie Metadata, Posters and Fanart to enrich the user's experience.

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Information providers (v16 and higher)
  5. Movie information
  6. The Movie Database Python
  7. Install


Introduction

The Movie Database Python is the latest scraper developed by Team Kodi. It is written in Python and has proven to be more stable and reliable than the Regex based scrapers currently in use.

The Movie Database Python scraper accesses the following sites to scrape your movies and populate your library:


Search

If the scraper is unable to find the correct movie, you can perform a search using either the IMDB or TMDB ID's. This may be a more convenient method than using a Parsing NFO file.

  • To search by TMDB enter the prefix tmdb/ followed by the ID. eg tmdb/240832.
  • To search by IMDB ID enter the ttxxxxxx ID directly without any prefix


Settings

Scraper settings can be adjusted in two locations, each location having a different result. When adjusting the settings be mindful of where:

Settings>Add-ons
Scrapers are installed with default settings. Adjusting settings in this location sets the new default settings for your scraper. From this point on any source where you change to this scraper will use the new default settings. Existing sources are not changed
If an existing source is already using this scraper, and you would like the new settings to take effect, change the source to use another scraper, save and answer no to updating the library. Then change the scraper back and the new default settings will be loaded.
Videos>Files>Source
Changing settings at the source will affect that source only.


Note: Changing scraper settings does not change what is already in your library. Only items scraped after the setting changes will be affected.


General

Image 5- General Settings

Keep Original Title
Use the original (untranslated) title when downloading info for a foreign film.
For example the movie Crouching Tiger, Hidden Dragon (2000) is the English translated title of the movie. The Original Name of the movie is 卧虎藏龙. If you prefer the English translated title (or whichever language you have set in the scraper settings), then disable the setting. If you prefer the original Chinese title then enable the setting.
Enable fanart from TMDb
Enable this setting to download Fanart from TMDB. Will override the fanart.tv setting.
Separate TMDb fanart with title to landscape
Fanart is 16:9 artwork with no text. Landscape is fanart with text.
With this setting enabled, fanart with text is scraped as a Landscape image type.
Enable Trailer (YouTube)
Scrapes the links for trailers from YouTube.
Stop hand.png If you have locally saved trailers, do not enable this setting. See... Trailers
Preferred Language
Set which language metadata to scrape
Preferred Certification Country
Country/Nation preference for Content Advisory Ratings (MPAA)- eg M, MA, PG
Certification Prefix
To display the appropriate Content Advisory Rating flags in your skin, the rating must be prefixed. Check with the skin author what the prefix is for your chosen country.
Default Rating from
Choose which default rating to download. Choices are TMDB, IMDB and Trakt.
Add also IMDB ratings
Add IMDB in addition to the default rating
Add also Trakt.tv ratings
Add Trakt.tv in addition to the default rating
Add multiple studios
Scrape all movie studios associated with the movie.
Stop hand.png Enabling this setting will break the display of Studio Icons in your skin. Studio Icons can only be displayed for a single studio.
Add keywords as tags
Scrape Keywords from TMDB and add them as Tags in Kodi
Be aware that larger libraries may be flooded with thousands of tags in Kodi


Fanart.tv

The following are the available settings for extra artwork from fanart.tv.

Settings are for Movies and the Movie Set if the movie is part of a Collection.


Return to top