- January 2, 2006
- 1,484
- 114
Hi,
In My plugin 'MyFilms', I want to update the Video Database for having OSD informations during playing movies.
To do so, I use standard functions to Update the Video Database :
No problems to add Movie Infos with command :
VideoDatabase.SetMovieInfoById(iidMovie, ref movieDetails);
But after the two commands below :
int iiGenre = VideoDatabase.AddGenre(champselect.ToString());
VideoDatabase.AddGenreToMovie(iidMovie, iiGenre);
Genre are correctly added but not affected to my Movie. Same problem with Actors.
I got an Actor named 'unknown' instead the true one as you can see in the attached doc.
Module AddGenreToMovie ans AddActorToMovie doesn't seem to work correctly or I do a mistake....
I work with MP 0.2.0.0 and I try with the latest SVN 2001011 ans it's rthe same problem.
Can you help me ?
zebons
In My plugin 'MyFilms', I want to update the Video Database for having OSD informations during playing movies.
To do so, I use standard functions to Update the Video Database :
No problems to add Movie Infos with command :
VideoDatabase.SetMovieInfoById(iidMovie, ref movieDetails);
But after the two commands below :
int iiGenre = VideoDatabase.AddGenre(champselect.ToString());
VideoDatabase.AddGenreToMovie(iidMovie, iiGenre);
Genre are correctly added but not affected to my Movie. Same problem with Actors.
I got an Actor named 'unknown' instead the true one as you can see in the attached doc.
Module AddGenreToMovie ans AddActorToMovie doesn't seem to work correctly or I do a mistake....
I work with MP 0.2.0.0 and I try with the latest SVN 2001011 ans it's rthe same problem.
Can you help me ?
zebons