[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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-24 (2013-03-24, 19:49)mikelykzit Wrote: Hi, thanks. I checked my old backups, but no log files in there. I've since updated to 12.1 and trakt to 2.1, but still no luck. Debating rolling back to Eden to see if that will change anything. I made a second fix on the 18th for this, but its not in the repo version, so try 2.2 from git and see if that works, and provide logs from 2.2 if it works or doesn't work please. RE: [RELEASE] trakt.tv tv/movie scrobbler - mikelykzit - 2013-03-24 (2013-03-24, 20:17)nate1280 Wrote: I made a second fix on the 18th for this, but its not in the repo version, so try 2.2 from git and see if that works, and provide logs from 2.2 if it works or doesn't work please. On 2.2 now, but sadly, still nothing. http://xbmclogs.com/show.php?id=6779 RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-24 (2013-03-24, 22:40)mikelykzit Wrote:(2013-03-24, 20:17)nate1280 Wrote: I made a second fix on the 18th for this, but its not in the repo version, so try 2.2 from git and see if that works, and provide logs from 2.2 if it works or doesn't work please. Seems I still had a bug in that part of the code, just added another fix. If you're familiar with git, update your plugin to whats in pull request #76 and try again if you get the chance, and post another log file. RE: [RELEASE] trakt.tv tv/movie scrobbler - mikelykzit - 2013-03-25 (2013-03-24, 23:36)nate1280 Wrote: Seems I still had a bug in that part of the code, just added another fix. If you're familiar with git, update your plugin to whats in pull request #76 and try again if you get the chance, and post another log file. I essentially just grabbed the 6 changed files with your edits manually, and restarted XBMC. To make sense of the log: Played 1 file normally, no luck. Played it via the "exported to library" way, no luck. Played the same file as the last log again the normal way, no luck. Here it is: http://xbmclogs.com/show.php?id=6819 Thanks again for trying to hunt this down for me, Nate! RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-25 (2013-03-25, 00:21)mikelykzit Wrote: I essentially just grabbed the 6 changed files with your edits manually, and restarted XBMC. There is something going on with in your service.py file. The exception thats being thrown doesn't make much sense. Code: utilities.Debug("[traktPlayer] onPlayBackStarted() - Playing a non-library 'episode' - %s - SdEd - %s." % (data['showtitle'], data['season'], data['episode'], data['title'])) The above line is completely wrong, the SdEd should be S%02dE%02d, don't know why its not. https://github.com/nate1280/script.trakt/archive/fixes_changes_round2.zip contains the branch i'm working on in pull 76. The fact that its getting to this line does mean there is enough data and should scrobble, you can either edit your service.py file and goto line 226, and make that change if it has SdEd there instead of S%02dE%02d or download the zip and replace all the files with clean copies. If you do, please post another log. For others reading, unless you want to test bleeding edge changes, don't get that zip, just wait till it gets merged into the git version for testing. RE: [RELEASE] trakt.tv tv/movie scrobbler - Kez- - 2013-03-25 Hi all, I seem to be having a problem syncing up movies.. I think the issue is with this error message: Code: 09:37:16 T:3100 NOTICE: [trakt] [Movies Sync] Checking for XBMC movies that are not on trakt.tv If I disable movie sync, TV shows sync up fine.. but the movies aren't being added at all. Is anyone able to shed any light on this? Thanks! RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-25 (2013-03-25, 11:50)Kez- Wrote: Hi all, I seem to be having a problem syncing up movies.. I think the issue is with this error message: Is your movie collection on trakt empty? If so, this is the cause, there are fixes available, just waiting to be merged to the git version. RE: [RELEASE] trakt.tv tv/movie scrobbler - Kez- - 2013-03-25 Ah yeah, that was the issue. I just added one manually first and then it started working perfectly. Thanks very much! RE: [RELEASE] trakt.tv tv/movie scrobbler - ezechiel1917 - 2013-03-26 tried to download git version as .zip, replaced 2.1.0 version in addons folder but this new version loop crashes when I start xbmc. last rows from log: Code: 23:43:47 T:2859453248 NOTICE: -->Python Interpreter Initialized<-- Am I doing something wrong? EDIT: script.trakt-master folder works, but script.trakt folder crashes (2.1.0 works ok though). Deleting Addons15.db doesn't help. Hm... RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-26 nate1280, I'm using the 2.2.0 version (with the latest commits March 25) My rating dialog its not showing the translated rating class. (superb, etc...) BUT the add-on settings is showing the translated strings ok. I doubled checked the strings ID of english and PR-BR strings.xml and they are ok What's wrong? Thanks RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-26 (2013-03-26, 02:32)fernandovg Wrote: nate1280, I'm using the 2.2.0 version (with the latest commits March 25) Which IDs? Is it showing anything, at least the english strings? Update: I just tested showing the dialog manually (modified the manual sync code to make it show with some fake data), and switched my language to PR-BR, it it seems to show the right strings, Excelente for Superb and such. I'm not sure, if there's any more info you could provide, I can check it again tomorrow. RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-26 Never mind. I did a reboot and now its ok. Sorry about your time. When I update files XBMC/Add-on files should/must I reboot or just kill xbmc and start it again? Are those files loaded into the memory so when I update them xbmc don't read the physical file until next reboot? Thanks for your fast replies and great work with trakt script. RE: [RELEASE] trakt.tv tv/movie scrobbler - N3MIS15 - 2013-03-26 trakt addon is a service, so it is always running in the background, so if you replace/modify it. best to restart xbmc. Re: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-26 Thanks! RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-26 Or you can just disable/enable the plugin. |