Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Question

How do I use TMDB (The Movie Database) provider from Moving Pictures?

Answer

Simply use the following code:

 

using MediaPortal.Plugins.MovingPictures.DataProviders.TMDbAPI;
...
MovieSearch mymovie = TheMovieDbAPI.SearchMovies("Tron");

   

 

This page has no comments.