Kodi Community Forum
[RELEASE] trakt.tv tv/movie scrobbler - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152)
+---- Thread: [RELEASE] trakt.tv tv/movie scrobbler (/showthread.php?tid=138745)



RE: [RELEASE] trakt.tv tv/movie scrobbler - jobespierre - 2015-01-26

Hi

i am using the dev branch as well, and most seems to work ok. I have found that when I add a new show to my collection in KODI (add the show folder with files to my scraped series folder) the trakt add on does not only add the show to my trakt collection, it also adds a play count for the show on the date/time of the sync.

Obviously, it does not have a watched state in KODI as I just added the show to library.

Ik think it happens here:

20:14:52 T:4657967104 NOTICE: [trakt] [Episodes Sync] 1 show(s) are missing playcounts on trakt.tv
20:14:52 T:4657967104 NOTICE: [trakt] [Episodes Sync] Episodes updated: The Fantastic Four [tvdb: 76299] - S01E01, S01E02, S01E03, S01E04, S01E05, S01E06, S01E07, S01E08, S01E09, S01E10, S01E11, S01E12, S01E13, S02E01, S02E02, S02E03, S02E04, S02E05, S02E06, S02E07, S02E08, S02E09, S02E10, S02E11, S02E12, S02E13


RE: [RELEASE] trakt.tv tv/movie scrobbler - S7eele - 2015-01-26

(2015-01-26, 20:28)Hustler1337 Wrote: Getting Script error when I start playing a video. Rating are enabled. Would really appreciate it if someone could help identify why it's not working Confused :

Code:
18:23:23 T:1719472024  NOTICE: [trakt] [traktPlayer] onPlayBackStarted() - Started playing a non-library file, checking available data.
18:23:23 T:1719472024  NOTICE: [trakt] [traktPlayer] info - showtitle:, Year:2014, Season:, Episode:
18:23:23 T:1719472024  NOTICE: [trakt] [traktPlayer] onPlayBackStarted() - Playing a non-library 'movie' - Maleficent (2014).
Thanks
it looks and sounds like the same issue discussed below:
(2015-01-26, 10:03)S7eele Wrote: that looks like a log of the issue with the add-on not processing 'virtual' library items (.strm files), from what i see in the log excerpt you posted you were playing a 'non-library item', its a known issue that im certain will b addressed when time allows

if this is the case its a rather touchy subject to discuss in this thread since it often involves add-ons that are NOT supported here, @martinj already mentioned it once so i would b careful, just fyi
if interested in more information u can read back a little bit, not that much to sift through (lol) and all the info is there, if indeed it is the same issue


RE: [RELEASE] trakt.tv tv/movie scrobbler - S7eele - 2015-01-26

(2015-01-26, 19:02)mularj Wrote:
(2015-01-26, 17:32)vc4u Wrote:
(2015-01-26, 17:19)mularj Wrote: I'm a little confused. What are these six and requests modules? I'm still running xbmc 12.3. I can't find these add-ons anywhere and am getting the trakt script error on launch after installing the razze dev branch.

You can find them under here:
Settings | Addon-ons | Get Add-ons | Kodi Add-on Repository | Add-on Libraries

Here you will find the two required entities "SIX" and "REQUESTS".

Thanks vc4u. I guess that isn't an option in XBMC 12.3. under add-ons, get-addons I have XBMC.org Add-ons and under that there is no add-on libraries.
just an fyi, the 'add-on libraries' section was added in helix 14.0 iirc, it simply added visibility to these modules within kodi where they were not visible before (libraries were still there), i am not certain wether those two specific modules work with frodo or not and dont really have a way to test as i dont have frodo running, if u are comfortable manually installing, removing and/or replacing modules in the 'addons' directory it may b possible to install them on frodo, definitely wouldnt recommend messing with it unless already comfortable doing so but if u do always remember to backup first, with all that said it may b best to upgrade


Re: RE: [RELEASE] trakt.tv tv/movie scrobbler - Martijn - 2015-01-26

(2015-01-26, 21:59)S7eele Wrote:
(2015-01-26, 19:02)mularj Wrote:
(2015-01-26, 17:32)vc4u Wrote: You can find them under here:
Settings | Addon-ons | Get Add-ons | Kodi Add-on Repository | Add-on Libraries

Here you will find the two required entities "SIX" and "REQUESTS".

Thanks vc4u. I guess that isn't an option in XBMC 12.3. under add-ons, get-addons I have XBMC.org Add-ons and under that there is no add-on libraries.
just an fyi, the 'add-on libraries' section was added in helix 14.0 iirc, it simply added visibility to these modules within kodi where they were not visible before (libraries were still there), i am not certain wether those two specific modules work with frodo or not and dont really have a way to test as i dont have frodo running, if u are comfortable manually installing, removing and/or replacing modules in the 'addons' directory it may b possible to install them on frodo, definitely wouldnt recommend messing with it unless already comfortable doing so but if u do always remember to backup first, with all that said it may b best to upgrade

Those should also be available in Frodo. You would need to manually install the zip or install from zip the "fixed" trakt addon which will automatically install the others. You cannot select them before Helix in addon manager


RE: [RELEASE] trakt.tv tv/movie scrobbler - S7eele - 2015-01-26

(2015-01-26, 22:03)Martijn Wrote:
(2015-01-26, 21:59)S7eele Wrote:
(2015-01-26, 19:02)mularj Wrote: Thanks vc4u. I guess that isn't an option in XBMC 12.3. under add-ons, get-addons I have XBMC.org Add-ons and under that there is no add-on libraries.
just an fyi, the 'add-on libraries' section was added in helix 14.0 iirc, it simply added visibility to these modules within kodi where they were not visible before (libraries were still there), i am not certain wether those two specific modules work with frodo or not and dont really have a way to test as i dont have frodo running, if u are comfortable manually installing, removing and/or replacing modules in the 'addons' directory it may b possible to install them on frodo, definitely wouldnt recommend messing with it unless already comfortable doing so but if u do always remember to backup first, with all that said it may b best to upgrade

Those should also be available in Frodo. You would need to manually install the zip or install from zip the "fixed" trakt addon which will automatically install the others. You cannot select them before Helix in addon manager
good news, some (including myself on 14.0) had to manually install one or both modules (mostly six), the add-on was not automatically installing them as dependencies, this was a few commits back so i hadnt seen that functionality added yet, thx

edit - i think i understand now, install from .zip will force install of the modules wheras ive been cutting and pasting, is that accurate? sorry for the misunderstanding


RE: [RELEASE] trakt.tv tv/movie scrobbler - Martijn - 2015-01-26

If they added it as dependency in addon.xml it should auto install. Doesn't work if you manually extract it though


RE: [RELEASE] trakt.tv tv/movie scrobbler - S7eele - 2015-01-26

(2015-01-26, 22:10)Martijn Wrote: If they added it as dependency in addon.xml it should auto install. Doesn't work if you manually extract it though
roger that, thx much


RE: [RELEASE] trakt.tv tv/movie scrobbler - jobespierre - 2015-01-26

(2015-01-26, 22:10)Martijn Wrote: If they added it as dependency in addon.xml it should auto install. Doesn't work if you manually extract it though

It auto installed for me, when I installed the latest version of the dev branch form ZIP file. So Razze probably added it.


RE: [RELEASE] trakt.tv tv/movie scrobbler - zerocool_ie - 2015-01-26

(2015-01-26, 21:28)jobespierre Wrote: Hi

i am using the dev branch as well, and most seems to work ok. I have found that when I add a new show to my collection in KODI (add the show folder with files to my scraped series folder) the trakt add on does not only add the show to my trakt collection, it also adds a play count for the show on the date/time of the sync.

Obviously, it does not have a watched state in KODI as I just added the show to library.

Ik think it happens here:

20:14:52 T:4657967104 NOTICE: [trakt] [Episodes Sync] 1 show(s) are missing playcounts on trakt.tv
20:14:52 T:4657967104 NOTICE: [trakt] [Episodes Sync] Episodes updated: The Fantastic Four [tvdb: 76299] - S01E01, S01E02, S01E03, S01E04, S01E05, S01E06, S01E07, S01E08, S01E09, S01E10, S01E11, S01E12, S01E13, S02E01, S02E02, S02E03, S02E04, S02E05, S02E06, S02E07, S02E08, S02E09, S02E10, S02E11, S02E12, S02E13

I got this as well, any new shows added since I last synced to the old API have been added to my collection and marked as watched, even though they are not watched in Kodi


RE: [RELEASE] trakt.tv tv/movie scrobbler - Win a 2 - 2015-01-26

(2015-01-26, 22:50)jobespierre Wrote:
(2015-01-26, 22:10)Martijn Wrote: If they added it as dependency in addon.xml it should auto install. Doesn't work if you manually extract it though

It auto installed for me, when I installed the latest version of the dev branch form ZIP file. So Razze probably added it.
https://github.com/Razzeee/script.trakt/commit/c5a3e4593a1875c6c44ae02c21dbb96d66f0cb50#diff-a6d9d350408378c9065d9fb893cc1e69 Cool


RE: [RELEASE] trakt.tv tv/movie scrobbler - Hustler1337 - 2015-01-26

Just an update, all of my movies and TV Shows show on on the trakt website using Razzeee's latest commit! Well, sort of, but a progress nonetheless. Smile All my .strm/'virtual library' files from Kodi are displayed. The only issue seems to be that all of my TV Shows are showing as 100% watched, with the 'I've Watched this' timestamp on the trakt website showing as the time it was synced - the same or circa-sync time is shown for all episodes. So it seems that the watched status from kodi is not syncing with trakt yet.

Thank you for your continued efforts to resurrect this add-on Razzeee, really appreciate it.


RE: [RELEASE] trakt.tv tv/movie scrobbler - jobespierre - 2015-01-27

(2015-01-26, 22:51)zerocool_ie Wrote:
(2015-01-26, 21:28)jobespierre Wrote: Hi

i am using the dev branch as well, and most seems to work ok. I have found that when I add a new show to my collection in KODI (add the show folder with files to my scraped series folder) the trakt add on does not only add the show to my trakt collection, it also adds a play count for the show on the date/time of the sync.

Obviously, it does not have a watched state in KODI as I just added the show to library.

Ik think it happens here:

20:14:52 T:4657967104 NOTICE: [trakt] [Episodes Sync] 1 show(s) are missing playcounts on trakt.tv
20:14:52 T:4657967104 NOTICE: [trakt] [Episodes Sync] Episodes updated: The Fantastic Four [tvdb: 76299] - S01E01, S01E02, S01E03, S01E04, S01E05, S01E06, S01E07, S01E08, S01E09, S01E10, S01E11, S01E12, S01E13, S02E01, S02E02, S02E03, S02E04, S02E05, S02E06, S02E07, S02E08, S02E09, S02E10, S02E11, S02E12, S02E13

I got this as well, any new shows added since I last synced to the old API have been added to my collection and marked as watched, even though they are not watched in Kodi

Razzee is working on this now:

https://github.com/Razzeee/script.trakt/issues/11


RE: [RELEASE] trakt.tv tv/movie scrobbler - Razze - 2015-01-27

Grabbing some sleep. Hopefully got that nasty sync bug.
Still need to make sure we're sending the watched time from kodi.


RE: [RELEASE] trakt.tv tv/movie scrobbler - eroz - 2015-01-27

Running Razze version from github. Scrobbling and syncing fine. Now the problem I'm having is coming up from either Plex or trakt (I think). I use both kodi and Plex, Kodi for when I'm home and Plex for on the road and for my kids (content filter). Now when I watch a tvshow on Kodi it gets sent to trakt as watched, as expected. But now whenever Plex syncs, the shows will get marked as watch again. Any ideas on if this is a Plex or trakt issue?

Thanks!


RE: [RELEASE] trakt.tv tv/movie scrobbler - RavRob - 2015-01-27

I just got the latest dev branch and still no scrobble on my windows 7 Machinel using Helix.