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 2
Plugin Development
Trakt for MP2
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="morpheus_xx" data-source="post: 1069288" data-attributes="member: 48495"><p>Yes, you are right. I still need to get used to all terms <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>You are right, sync of library is very quick: I just implemented this for movies, it processes ~170 items in under 10 seconds (including media item query from MP2-Server over network).</p><p></p><p>[2014-03-11 21:21:57,405] [17298 ] [InputMgr ] [INFO ] - Trakt.tv: Synchronized 'library': 6 inserted, 141 existing, 0 skipped movies.</p><p>[2014-03-11 21:21:58,551] [18443 ] [InputMgr ] [INFO ] - Trakt.tv: Synchronized 'seen': 5 inserted, 3 existing, 0 skipped movies.</p><p></p><p>I implemented it this way:</p><ul> <li data-xf-list-type="ul">For movies I have in ML that are not yet watched (playCount==0), I use "library" call. So that they are made known to trakt.</li> <li data-xf-list-type="ul">For movies that are watched (playCount > 0), I use "seen" call.</li> </ul><p></p><p>Is this correct?</p><p></p><p>Next thing will be Series, here the match quote will be lower, because we don't store ID fields yet and depend on name. I tested with "Akte X", it was not found (original: "The X Files"). But this will change with upoming aspect reworks.</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1069288, member: 48495"] Yes, you are right. I still need to get used to all terms ;) You are right, sync of library is very quick: I just implemented this for movies, it processes ~170 items in under 10 seconds (including media item query from MP2-Server over network). [2014-03-11 21:21:57,405] [17298 ] [InputMgr ] [INFO ] - Trakt.tv: Synchronized 'library': 6 inserted, 141 existing, 0 skipped movies. [2014-03-11 21:21:58,551] [18443 ] [InputMgr ] [INFO ] - Trakt.tv: Synchronized 'seen': 5 inserted, 3 existing, 0 skipped movies. I implemented it this way: [LIST] [*]For movies I have in ML that are not yet watched (playCount==0), I use "library" call. So that they are made known to trakt. [*]For movies that are watched (playCount > 0), I use "seen" call. [/LIST] Is this correct? Next thing will be Series, here the match quote will be lower, because we don't store ID fields yet and depend on name. I tested with "Akte X", it was not found (original: "The X Files"). But this will change with upoming aspect reworks. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Plugin Development
Trakt for MP2
Contact us
RSS
Top
Bottom