home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Pb updating Movie Database
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="zebons" data-source="post: 82551" data-attributes="member: 18292"><p>Hi,</p><p>In My plugin 'MyFilms', I want to update the Video Database for having OSD informations during playing movies.</p><p>To do so, I use standard functions to Update the Video Database :</p><p>No problems to add Movie Infos with command :</p><p> VideoDatabase.SetMovieInfoById(iidMovie, ref movieDetails);</p><p></p><p>But after the two commands below :</p><p> int iiGenre = VideoDatabase.AddGenre(champselect.ToString());</p><p> VideoDatabase.AddGenreToMovie(iidMovie, iiGenre);</p><p></p><p>Genre are correctly added but not affected to my Movie. Same problem with Actors.</p><p>I got an Actor named 'unknown' instead the true one as you can see in the attached doc.</p><p>Module AddGenreToMovie ans AddActorToMovie doesn't seem to work correctly or I do a mistake....</p><p>I work with MP 0.2.0.0 and I try with the latest SVN 2001011 ans it's rthe same problem.</p><p>Can you help me ?</p><p>zebons</p></blockquote><p></p>
[QUOTE="zebons, post: 82551, member: 18292"] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Pb updating Movie Database
Contact us
RSS
Top
Bottom