themoviedb.org
Added by Girish Patel 12 months ago
While looking at the plugin code I found this
if (service.tmdb == '1') {
var item = tmdb.getMovie(playlist.list[id].name);
if (item) {
page.metadata.title = item.title;
var data = showtime.JSONDecode(showtime.httpGet("http://api.themoviedb.org/3/configuration", {
'api_key': tmdb.key
Is this working? If so how would it work as setting up a playlist you have to add a thumbnail and description of the movie. I'm guessing the api should do this automatically?
I'm looking to see if a standalone plugin could be done to read files from my NAS. 
Replies (1)
RE: themoviedb.org
-
Added by Fábio Ferreira 12 months ago
Currently tmdb will overwrite the thumbnail and title only, in a future version I'll change that.
You may disable TMDB in settings page of the plugin and you'll get the thumbnail specified in playlist.
(1-1/1)