- Moderator
- #31
Yup, that´s it - THXDo those trailers happen to be mp4 files? There is an issue with online video's and mp4 files. See online video's thread.
Yup, that´s it - THXDo those trailers happen to be mp4 files? There is an issue with online video's and mp4 files. See online video's thread.
using Trailers.Providers;
using Trailers;
MediaItem trailerItem = new MediaItem
{
IMDb = movie.IMDBID,
Plot = movie.Overview,
Poster = movie.Images.Poster,
Title = movie.Title,
TMDb = movie.TMDBID,
Year = movie.Year
};
Trailers.Trailers.SearchForTrailers(trailerItem);
I will be releasing a new build shortly which will support trailers from My Videos Shares (ID: 6) and My Videos Database Views (ID: 25).
If you are in Shares view AND don't have any data about the respective video in the database then it will only be able to do a local search for trailers based on the filename otherwise it will do the full local and online lookup.