Reply to thread

Hi,

i'am playing with TMDB V3 API and Mediaportal grabber.

the TMDB API looks interesting cause it could be use with many language and the DB is pretty good.

I assume i am a noob in Grabber manipulation.

So it's seems easy, too easy maybe because the script won't completly work in Mediaportal but it works with scripttest.exe. :eek:

 

In fact FindFilm() method works and i have logs in configuration.log but i can't retrieve any movie information, i have no log with GetDetails() method wich seems never called.

 

Please Help

 

Here are my logs when i update share in configuration:

 

2013-03-17 17:10:19.460577 [Info.][IMDBFetcher(8)]: Grabber.FindFilm(Dogma,25)

2013-03-17 17:10:19.471578 [Info.][IMDBFetcher(8)]: GetTitles(Dogma)

2013-03-17 17:10:20.206620 [Debug][IMDBFetcher(8)]: GetTitles(Dogma) Ended

2013-03-17 17:10:20.213620 [Info.][IMDBFetcher(8)]: Grabber.FindFilm(Dogma) [1832] Dogma (1999)

2013-03-17 17:10:20.219621 [Debug][IMDBFetcher(8)]: Grabber.FindFilm(Dogma) [1832] http://api.themoviedb.org/3/movie/1832?api_key=e224fe4f3fec5f7b5570641f7cd3df3a&language=fr

2013-03-17 17:10:20.225621 [Info.][IMDBFetcher(8)]: Grabber.FindFilm(Dogma) [41369] Judge Not: In Defense of Dogma (2002)

2013-03-17 17:10:20.231621 [Debug][IMDBFetcher(8)]: Grabber.FindFilm(Dogma) [41369] http://api.themoviedb.org/3/movie/41369?api_key=e224fe4f3fec5f7b5570641f7cd3df3a&language=fr

2013-03-17 17:10:20.237622 [Info.][IMDBFetcher(8)]: Grabber.FindFilm(Dogma) [145103] Dogman (2012)

2013-03-17 17:10:20.242622 [Debug][IMDBFetcher(8)]: Grabber.FindFilm(Dogma) [145103] http://api.themoviedb.org/3/movie/145103?api_key=e224fe4f3fec5f7b5570641f7cd3df3a&language=fr

2013-03-17 17:10:20.247622 [Info.][IMDBFetcher(8)]: Grabber.FindFilm(Dogma) Ended

2013-03-17 17:10:22.238736 [Info.][Config Main(1)]: RefreshIMDB() - Refreshing MovieInfo for -Dogma

2013-03-17 17:10:22.555754 [Info.][IMDBFetcher(10)]: Grabber.FindFilm(Dogma,25)

2013-03-17 17:10:22.565755 [Info.][IMDBFetcher(10)]: GetTitles(Dogma)

2013-03-17 17:10:22.946777 [Debug][IMDBFetcher(10)]: GetTitles(Dogma) Ended

2013-03-17 17:10:22.954777 [Info.][IMDBFetcher(10)]: Grabber.FindFilm(Dogma) [1832] Dogma (1999)

2013-03-17 17:10:22.960777 [Debug][IMDBFetcher(10)]: Grabber.FindFilm(Dogma) [1832] http://api.themoviedb.org/3/movie/1832?api_key=e224fe4f3fec5f7b5570641f7cd3df3a&language=fr

2013-03-17 17:10:22.966778 [Info.][IMDBFetcher(10)]: Grabber.FindFilm(Dogma) [41369] Judge Not: In Defense of Dogma (2002)

2013-03-17 17:10:22.971778 [Debug][IMDBFetcher(10)]: Grabber.FindFilm(Dogma) [41369] http://api.themoviedb.org/3/movie/41369?api_key=e224fe4f3fec5f7b5570641f7cd3df3a&language=fr

2013-03-17 17:10:22.976778 [Info.][IMDBFetcher(10)]: Grabber.FindFilm(Dogma) [145103] Dogman (2012)

2013-03-17 17:10:22.982779 [Debug][IMDBFetcher(10)]: Grabber.FindFilm(Dogma) [145103] http://api.themoviedb.org/3/movie/145103?api_key=e224fe4f3fec5f7b5570641f7cd3df3a&language=fr

2013-03-17 17:10:22.987779 [Info.][IMDBFetcher(10)]: Grabber.FindFilm(Dogma) Ended


Top Bottom