mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
SpiffTitles: add more IMDb template variables
This commit is contained in:
parent
0c363bd63c
commit
536b1e5b54
@ -1113,6 +1113,14 @@ class SpiffyTitles(callbacks.Plugin):
|
||||
"rated": response["Rated"],
|
||||
"runtime": response["Runtime"],
|
||||
"writer": response["Writer"],
|
||||
"votes": response["imdbVotes"],
|
||||
"website": response["Website"],
|
||||
"type": response["Type"],
|
||||
"language": response["Language"],
|
||||
"box_office": response["BoxOffice"],
|
||||
"production": response["Production"],
|
||||
"poster": response["Poster"],
|
||||
"ratings": response["Ratings"],
|
||||
"imdb_logo": self.get_imdb_logo()
|
||||
}
|
||||
result = imdb_template.render(template_vars)
|
||||
|
Loading…
x
Reference in New Issue
Block a user