mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Add The Movie Database lookup
This commit is contained in:
parent
1f55b5457e
commit
80ee8f9617
4 changed files with 156 additions and 16 deletions
|
@ -616,7 +616,7 @@ class PrettyMetadata(object):
|
|||
provider_link = self.parameters['themoviedb_url']
|
||||
elif self.parameters['imdb_url']:
|
||||
provider_link = self.parameters['imdb_url']
|
||||
elif self.self.parameters['tvmaze_url']:
|
||||
elif self.parameters['tvmaze_url']:
|
||||
provider_link = self.parameters['tvmaze_url']
|
||||
elif self.parameters['lastfm_url']:
|
||||
provider_link = self.parameters['lastfm_url']
|
||||
|
@ -1478,6 +1478,8 @@ class FACEBOOK(Notifier):
|
|||
'description': 'Select the source for movie links on the info cards. Leave blank for default.',
|
||||
'input_type': 'select',
|
||||
'select_options': {'': '',
|
||||
'imdb': 'IMDB',
|
||||
'themoviedb': 'The Movie Database',
|
||||
'trakt': 'Trakt.tv',
|
||||
'plexweb': 'Plex Web'
|
||||
}
|
||||
|
@ -1491,6 +1493,7 @@ class FACEBOOK(Notifier):
|
|||
'thetvdb': 'TheTVDB',
|
||||
'tvmaze': 'TVmaze',
|
||||
'imdb': 'IMDB',
|
||||
'themoviedb': 'The Movie Database',
|
||||
'trakt': 'Trakt.tv',
|
||||
'plexweb': 'Plex Web'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue