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 - tinybutstrong - 2014-01-30

How do I remove tv show/movies not available in my XBMC library? already checked the option to clean trakt in options, but after sync the items still on website.

I'm on Gotham current Nightly build, addon v 2.3.1.


RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2014-02-01

(2014-01-30, 23:45)tinybutstrong Wrote: How do I remove tv show/movies not available in my XBMC library? already checked the option to clean trakt in options, but after sync the items still on website.

I'm on Gotham current Nightly build, addon v 2.3.1.

It should remove items if they're in your library on the trakt site.

If the item has ever been scrobbled (not manually marked as seen by a sync, or the action), it can not remove this.

Otherwise, need log files to help further.


RE: [RELEASE] trakt.tv tv/movie scrobbler - zebulon35 - 2014-02-02

(2013-12-18, 18:56)nate1280 Wrote: At the start of the first video played each session <- does this mean you power up your HTPC (either from stand by, or cold boot), play a video, it stutters, stop it, play same video its fine, stop it, play another video its fine, etc? Or each and every video that's played for the first time it happens? Just want to make sure I have this part clear. Also, if you're using stand by, does it also happen on cold boot, or vice-versa? Or even just restarting XBMC, and the same scenarios.

If its the first part, if you leave the machine for a few minutes (5-10mins, i know 10 is extreme but just a test case scenario) to let it do whatever it does when it starts up then try to play something, does it happen?

Also, trakt has nothing to do with music, it ignores everything but videos. So if its happening with music playback as well its possible its something deeper (it just so happens that trakt brings out it).

If it turns out there is a bug somewhere, I'll fix it, just having a really hard time reproducing this on my end to aid in debugging.

For those having the issue, maybe post full setailed specs? Machine used, OS, xbmc build, driver levels (for graphics card), etc? See if there's a common denominator amongst them.

Hi, well the choppy video is there for any file played. As you say, i stop it, and start again, and there is no stuttering at all. To me it does not matter if i do a cold boot or resume from standby, it stutters. in my search of the problem here, i have let the machine work through everything pending for at least 10 minutes, but it stutters still at first play. As written before, I went back to 2.1.0 of trakt, and there is no trace of the problem. I have another , newer and more powerful, asrock, with the exact same config - win7, xbmc 12.2 configured the same, and here it works with latest version of trakt without stuttering. My older Asrock have worked fine with trakt before, but I guess it was in some update after 2.1 where this stuttering started. So, Im pretty convinced it has to do with the trakt plugin, I have verifyed it as good as I can with going back and forward between version 2.1.0 and 2.3.1, and the problems always disappear on 2.1 (which is the only older version i have at hand) Thanks for looking into this, I always like to have the latest versions, if possible.


RE: [RELEASE] trakt.tv tv/movie scrobbler - r0r5ch4ch - 2014-02-02

Hi guys,

I am absolutely new to XBMC and Trakt-Addon.

Trakt is not scrobbling when I watch a show or a movie... I don't know what I did wrong... I have downloaded the trak-addon, installed it, enabled it, configured it (username, password)...

What did I do wrong? Any ideas Smile

Thank you in advance!


RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2014-02-03

Can't help without a log.


RE: [RELEASE] trakt.tv tv/movie scrobbler - chriguhose - 2014-02-07

Installed version 2.3.1 from addon-repo and configured it with username/password.

now when a show ends i receive the following error (from logfile):

Code:
22:29:06 T:139742508017408  NOTICE: [trakt] [Rating] Rating Check called for 'episode'
22:29:06 T:139742508017408   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: getAccountSettings() takes exactly 2 arguments (1 given)
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.trakt/default.py", line 13, in <module>
                                                traktService().run()
                                              File "/storage/.xbmc/addons/script.trakt/service.py", line 142, in run
                                                self._dispatch(data)
                                              File "/storage/.xbmc/addons/script.trakt/service.py", line 47, in _dispatch
                                                self.scrobbler.playbackEnded()
                                              File "/storage/.xbmc/addons/script.trakt/scrobbler.py", line 212, in playbackEnded
                                                ratingCheck(self.curVideo['type'], self.traktSummaryInfo, self.watchedTime, self.videoDuration, self.playlistLength)
                                              File "/storage/.xbmc/addons/script.trakt/rating.py", line 25, in ratingCheck
                                                rateMedia(media_type, summary_info)
                                              File "/storage/.xbmc/addons/script.trakt/rating.py", line 45, in rateMedia
                                                globals.traktapi.getAccountSettings()
                                            TypeError: getAccountSettings() takes exactly 2 arguments (1 given)
                                            -->End of Python script error report<--

Have i configured something wrong? Or do i need to update the addon. Any help appreciated!


RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2014-02-07

Wow, thats def. a bug, not sure how that was over looked. Altho, the fact that its reaching that makes me suspect of your account settings.

But, that aside, will submit a fix tomorrow for this.


RE: [RELEASE] trakt.tv tv/movie scrobbler - ToddeSwe - 2014-02-10

First of all i must ask if i can use this on two devices like pc and my TLBB?
Because all of a sudden it had stoped working on my TLBB.
It stops on 1% for ever and does nothing.

Anyway here is my log:

http://xbmclogs.com/show.php?id=128734


RE: [RELEASE] trakt.tv tv/movie scrobbler - ToddeSwe - 2014-02-11

How can i reset everything is does not do anything not even scrobbles my movies. Delete account and start again? Please help!

SOLVED by cleaning the database


RE: [RELEASE] trakt.tv tv/movie scrobbler - toppoff - 2014-02-17

Hi,

I'm experiencing a problem performing a sync between XBMC 12.1 and Trakt.tv

09:33:16 T:8284 ERROR: Exception in thread trakt-sync:
Traceback (most recent call last):
File "C:\Program Files (x86)\XBMC\system\python\Lib\threading.py", line 532, in __bootstrap_inner
self.run()
File "C:\Users\Adrian\AppData\Roaming\XBMC\addons\script.trakt\service.py", line 369, in run
sync.sync()
File "C:\Users\Adrian\AppData\Roaming\XBMC\addons\script.trakt\sync.py", line 769, in sync
self.syncMovies()
File "C:\Users\Adrian\AppData\Roaming\XBMC\addons\script.trakt\sync.py", line 716, in syncMovies
xbmcMovies = self.xbmcLoadMovies()
File "C:\Users\Adrian\AppData\Roaming\XBMC\addons\script.trakt\sync.py", line 554, in xbmcLoadMovies
movie['last_played'] = utilities.sqlDateToUnixDate(movie['lastplayed'])
File "C:\Users\Adrian\AppData\Roaming\XBMC\addons\script.trakt\utilities.py", line 120, in sqlDateToUnixDate
return int(time.mktime(t))
OverflowError: mktime argument out of range

The full logs can be seen at :

http://xbmclogs.com/show.php?id=133007

Thanks

Adrian


RE: [RELEASE] trakt.tv tv/movie scrobbler - disrupted - 2014-02-17

@toppoff: sorry, but why are you running XBMC 12.1 when 12.3 is already out a couple of months?


RE: [RELEASE] trakt.tv tv/movie scrobbler - toppoff - 2014-02-17

That's a very good question :-)

I thought I was running the latest - used to Openelec on my other servers auto-updating.

I'll update to 12.3

XBMC now updated to 12.3

Same problem occurs.

Logs located at:

http://xbmclogs.com/show.php?id=133037

Thanks.


RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2014-02-18

(2014-02-17, 13:41)toppoff Wrote: That's a very good question :-)

I thought I was running the latest - used to Openelec on my other servers auto-updating.

I'll update to 12.3

XBMC now updated to 12.3

Same problem occurs.

Logs located at:

http://xbmclogs.com/show.php?id=133037

Thanks.

Just submitted a fix on github for this if you want to test it.


RE: [RELEASE] trakt.tv tv/movie scrobbler - Mavmins - 2014-02-18

could anyone tell me how I can tell which movie hasn't scrobbled correctly to trakt ? The log file is huge and I can't see or dont know where to look for an error, but it says XBMC 672 trakt 671 movies. How do I find the one it didn't recognize properly ?

thanks in advance


RE: [RELEASE] trakt.tv tv/movie scrobbler - toppoff - 2014-02-18

@nate1280

I've downloaded the ZIP from GitHub and extracted it into the script.trakt directory in \addons
Restarted XBMC.

It doesn't appear to have made any difference.
Trying to upload a new log, but the addon is timing out. Sad

Thanks,
Adrian

(2014-02-18, 13:22)toppoff Wrote: @nate1280

I've downloaded the ZIP from GitHub and extracted it into the script.trakt directory in \addons
Restarted XBMC.

It doesn't appear to have made any difference.
Trying to upload a new log, but the addon is timing out. Sad

Thanks,
Adrian


Logs now uploaded - http://xbmclogs.com/show.php?id=133700