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
MediaPortal 1 Plugins
Popular Plugins
Trakt
Rate Dialog shown after watching each part of a multi-part file
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="Guzzi" data-source="post: 939433" data-attributes="member: 55213"><p>Hmmm, actually, looking into MyFilms code, all is "intended" right:</p><p>[CODE] if (ended || (stopped && playTimePercentage >= 80))</p><p> {</p><p> if (MovieWatched != null && MyFilms.conf.AllowTraktSync)</p><p> {</p><p> MovieWatched(movie);</p><p> LogMyFilms.Debug("UpdateOnPlayEnd(): Fired 'MovieWatched' event with movie = '" + movie.Title + "'");</p><p> }</p><p> }</p><p>[/CODE]</p><p>So the MovieWatched event should only be fired if either the film ended or was stopped after more than 80% runtime.</p><p>I looked into trakt code, there the myfilms handler correctly only launches the rating dialog when MovieWatched is received, not e.g. for MovieStopped.</p><p>So it looks, like there might be a problem with runtime calculation of multi part movies - might be caused by changes in VDB.</p><p>Will have to look into it...</p></blockquote><p></p>
[QUOTE="Guzzi, post: 939433, member: 55213"] Hmmm, actually, looking into MyFilms code, all is "intended" right: [CODE] if (ended || (stopped && playTimePercentage >= 80)) { if (MovieWatched != null && MyFilms.conf.AllowTraktSync) { MovieWatched(movie); LogMyFilms.Debug("UpdateOnPlayEnd(): Fired 'MovieWatched' event with movie = '" + movie.Title + "'"); } } [/CODE] So the MovieWatched event should only be fired if either the film ended or was stopped after more than 80% runtime. I looked into trakt code, there the myfilms handler correctly only launches the rating dialog when MovieWatched is received, not e.g. for MovieStopped. So it looks, like there might be a problem with runtime calculation of multi part movies - might be caused by changes in VDB. Will have to look into it... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Trakt
Rate Dialog shown after watching each part of a multi-part file
Contact us
RSS
Top
Bottom