Hello everyone, today I wanted to understand how to import on a plugin from TMDb Movie database
I know that you can with imdb (PLi feed) and tmdb (v.7.2 if I'm not mistaken) but I failed with the version that is here @ Dima73
https://github.com/Dima73/enigma2-plugin-extensions-tmbd
I could not find the entry point
I do not want to import the wind, this works, but a description that I must give.
working example with imdb
from Plugins.Extensions.IMDb.plugin import IMDB bla.bla.bla bla.bla.bla self.session.open(IMDB, bla.bla.bla)
but not possible with TMDB v.8.3
from Plugins.Extensions.TMDB.plugin import * bla.bla.bla bla.bla.bla self.session.open(TMBD, bla.bla.bla)
thanks to those who want to answer
Regards