[RELEASE] trakt.tv tv/movie scrobbler
If there are no more errors surfacing, we might be good to go.
Has anyone used it with gotham, multipart episodes, multipart films and can confirm it works?
Will check myself if I got the time.

(2015-02-13, 20:54)Piers Wrote:
(2015-02-13, 17:54)Razze Wrote:
(2015-02-13, 14:46)Tomislawww Wrote: No tagging/list support (ability to create tags from trakt.tv lists, watchlists and ratings) anymore ?

Not in the initial 3.0.0 release. As most people seem to care most about scrobble and sync and I want to get that out asap.
Contextmenus are gone too. Can't really say much about these as I never used them and don't really know what they did.

(2015-02-13, 16:45)Piers Wrote: my github is here: https://github.com/vonH Smile

1080XF -> Helix branch

How could I miss that? Big Grin
Not really sure how to write a guide for skinners :/

There's not any need for a guide, you don't need to do anything Smile Any skinner is welcome to take the 1080 version I've made including the textures. It should serve as a thought-out base for them to build upon, if they wish to do so. Or they can take the 720 version included with the add-on and do the same, along with the textures if they wish.

Did you decide about whether or not to include a secondary skin option (a dark version)?

Maybe Martijn can answer as to whether or not that works the same way as a regular skin, since he appears to pop in here quite often.


Have you considered starting a new thread yet for your version? It would certainly make sense - maybe keeping this one open for development talk. Yours, from what I can see after using it for a couple of days, is stable. I have found a couple of issues but those are all relating to issues with trakt servers and not the add-on.

Don't really see the reason for a darker version as the screen is dimming, but if you want to do it. Just add the images and a new xml **Dark.xml referencing the new images.
Then I can add a setting and to the needed things.

(2015-02-13, 21:00)vc4u Wrote: Guys,

I've just updated Trakt addon from Razzes Dev branch from github. I'm now receiving following error lines when Kodi starts in kodi debug log.

Code:
00:15:50 T:98436   ERROR: [script.trakt] Starting new HTTPS connection (1): api-v2launch.trakt.tv
00:15:50 T:98436  NOTICE: .
00:15:55 T:98436   ERROR: [script.trakt] "POST /auth/login HTTP/1.1" 200 None
00:15:55 T:98436  NOTICE: .

And then the log shows this error message when I Launch Trakt plugin.

Code:
00:23:47 T:101312   ERROR: [script.trakt] Resetting dropped connection: api-v2launch.trakt.tv
00:23:47 T:101312  NOTICE: .
00:23:52 T:101312   ERROR: [script.trakt] "GET /sync/collection/movies HTTP/1.1" 200 None
00:23:52 T:101312  NOTICE: .
00:23:55 T:101312   ERROR: [script.trakt] "GET /sync/watched/movies HTTP/1.1" 200 None
00:23:55 T:101312  NOTICE: .
00:24:00 T:101312   ERROR: [script.trakt] "POST /sync/collection HTTP/1.1" 201 None
00:24:00 T:101312  NOTICE: .
00:24:04 T:101312   ERROR: [script.trakt] "POST /sync/history HTTP/1.1" 201 None
00:24:04 T:101312  NOTICE: .
00:24:35 T:101312   ERROR: [script.trakt] "GET /sync/collection/shows HTTP/1.1" 200 None
00:24:35 T:101312  NOTICE: .
00:24:50 T:101312   ERROR: [script.trakt] "GET /sync/watched/shows HTTP/1.1" 200 None
00:24:50 T:101312  NOTICE: .
00:24:52 T:101312   ERROR: [script.trakt] "POST /sync/collection HTTP/1.1" 201 None
00:24:52 T:101312  NOTICE: .
00:24:52 T:101312   ERROR: [script.trakt] "POST /sync/collection HTTP/1.1" 201 None
00:24:52 T:101312  NOTICE: .
00:25:17 T:101312   ERROR: Exception in thread trakt-sync:
                                            Traceback (most recent call last):
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\threading.py", line 810, in __bootstrap_inner
                                                self.run()
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\service.py", line 290, in run
                                                sync.sync()
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\sync.py", line 760, in sync
                                                self.__syncEpisodes()
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\sync.py", line 446, in __syncEpisodes
                                                self.__addEpisodesToTraktWatched(kodiShowsWatched, traktShowsWatched)
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\sync.py", line 237, in __addEpisodesToTraktWatched
                                                result = self.traktapi.addToHistory(s)
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\traktapi.py", line 151, in addToHistory
                                                result = Trakt['sync/history'].add(mediaObject)
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\trakt\interfaces\base\__init__.py", line 18, in wrap
                                                return func(*args, **kwargs)
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\trakt\interfaces\sync\core\mixins.py", line 49, in add
                                                data=items
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\trakt\core\http.py", line 89, in post
                                                return self.request('POST', path, params, data, **kwargs)
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.trakt\trakt\core\http.py", line 66, in request
                                                response = self.session.send(prepared, timeout=timeout)
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\sessions.py", line 569, in send
                                                r = adapter.send(request, **kwargs)
                                              File "C:\Users\Varun\AppData\Roaming\Kodi\addons\script.module.requests\lib\requests\adapters.py", line 422, in send
                                                raise ReadTimeout(e, request=request)
                                            ReadTimeout: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Read timed out. (read timeout=24)

This doesn't seem like your on the latest version. Just had a case where this happend and it was solved by updating.

(2015-02-13, 21:55)Bon3 Wrote: Hi Guys, just updated Kodi to 14.1 and installed SIX + REQUESTS.. But now im getting trakt script error.. Smile worked before updating like a charm, do i need anything other than six and requests?

Should be everything care to give us a log?


Messages In This Thread
RE: [RELEASE] trakt.tv tv/movie scrobbler - by Razze - 2015-02-13, 21:55
Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13