Trakt.tv v3 - 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: Trakt.tv v3 (/showthread.php?tid=220547) 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
|
Trakt.tv v3 - Razze - 2015-03-06 Trakt.tv Release 3.0.0 watch gallery
Information Automatically scrobble all TV episodes and movies you are watching to Trakt.tv! Keep a comprehensive history of everything you've watched and be part of a global community of TV and movie enthusiasts. This Project integrates Trakt.tv and the power it has behind it into Kodi, adding to one of the already most powerful Entrainment centres around. Kodi already organizes and scrubs your media giving you an amazing interface to enjoy it all, but what this plugin and Trakt.tv bring is the ability to even further track your media consumption. Trakt gives you the power to track and interact with your media in new ways, be it through social media of the Trakt website itself or out onto facebook and twitter. This plugin offers Kodi users an automatic way to use all of the Trakt features, including scrobboling, collections, ratings, and watch status synchronization. After 2 month of learning python, ~300 new commits, 6.964 lines of source code changed, various improvements and new features, script.trakt 3.0.0 is ready. Grab it from the official Kodi repo, you may have to restart Kodi afterwards. Features Trakt.tv allows you to: -- Automatically scrobble what you're watching -- Mobile apps for iPhone, iPad, Android, and Windows Phone -- Share what you're watching (in real time) and rating to facebook and twitter -- Follow your friends and people you're interesed in -- Use watchlists so you don't forget to what to watch -- Track your media collections and impress your friends -- Create custom lists around any topics you choose -- Easily track your TV show progress across all seasons and episodes -- Track your progress against industry lists such as the IMDb Top 250 -- Discover new shows and movies based on your viewing habits -- Widgets for your forum signature What this Add-on does -- Automatically scrobble all TV episodes and movies you are watching -- Sync your TV episode and movie collections to Trakt (triggered after a library update or cleaning) -- Auto clean your Trakt collection so that it matches up with XBMC -- Keep watched statuses synced between XBMC and Trakt -- Rate movies and episode after watching them -- Watched Status and Resume Point Sync -- Notification Support -- Easy to Installation configure Installation -- In KODI, go to Settings » Add-ons » Search and search for Trakt (If it doesn't show up, try to "force refresh" the xbmc.org repository so it gets the latest listings) -- Select the Trakt plugin and choose install -- Restart Kodi -- Then open Trakt again and select configure -- Enter your username, password, and change any other settings as needed -- Select OK to save your settings -- Watch something and see it show up on Trakt.tv! Release Notes Code: version 3.0.0 Code: version 3.0.1 Code: version 3.0.2 Code: version 3.0.3 Code: version 3.0.4 Code: version 3.0.5 Code: version 3.0.6 Code: version 3.0.7 Code: version 3.1.0 FAQ Q: I've installed from the official repo, but it doesn't work? / I'm seeing a lot of "server busy"-errors, is this normal? A: Delete your old settings.xml located in the Kodi directory under userdata\addon_data\script.trakt, it will be recreated when you restart Kodi. Be sure to reconfigure add-on settings after doing this. If this doesn't help, head over to github and create an issue if one does not already exist. If you find that an issue already exists add your information there. Be sure to include a logfile. (See https://github.com/trakt/script.trakt#creating-logfiles) Q: I want to help translating it to my language! A: Translations are done via the Transifex project of Kodi. If you want to support translation efforts, read this (Translation_System (wiki)) and look for script-trakt under the XBMC Addons project in Transifex. Q: I participated in the beta and haven't got an update yet? A: You will need to uninstall the addon, don't worry your settings will be kept save. Just reinstall from the Kodi Repo after this, you may also need to restart after you've installed it. Q I'm getting a ValueError: (22, 'Invalid argument') when I try to sync: A: If it happens on the sync from Trakt to your Kodi please check your history for items not between 1970 and 2038. Remove them. If it happens when syncing to Trakt you will have to look into your Kodi database and check if there are items watched (or collected) not between 1970 and 2038. Contributors The Trakt team for the awesome API and a wonderful website. Fuzeman for the trakt.py library The Kodi Team for an awesome media center Piers - Dialgue box theme and style rectifyer/nate1280 - Original pluggin code Everyone who worked on tranlations Razze - 3.0.0 Recode, ground up for API 2.0 Thanks to anyone who helped get this running again, so much help from everywhere. Also a big thanks to the Trakt team, as the new API is a blaze and responsible for most of the speed increases. Find the project on github! (https://github.com/trakt/script.trakt) If you want to donate something, check my signature. Also consider a donation to the Kodi Foundation and a VIP Account on Trakt! RE: Trakt.tv 3.0.0 - S7eele - 2015-03-07 hooray, awesome work razze! thanks much RE: Trakt.tv 3.0.0 - rectifyer - 2015-03-07 Great work! Thanks RE: Trakt.tv 3.0.0 - moravec - 2015-03-07 Thank you, will it be also in the gotham repro? I tried to install from zip but get dependencies not met. What else do I have to instal? RE: Trakt.tv 3.0.0 - Razze - 2015-03-07 (2015-03-07, 00:38)moravec Wrote: Thank you, will it be also in the gotham repro? I tried to install from zip but get dependencies not met. What else do I have to instal? It should be in the gotham repo correctly, you might have to "force refresh" it, as it has just been pushed. If you really really have to do a manual install, be sure to install: - script.module.requsts - script.module.six - script.module.trakt https://github.com/Razzeee/script.module.trakt - script.module.arrow https://github.com/Razzeee/script.module.arrow - script.module.dateutil https://github.com/Razzeee/script.module.dateutil RE: Trakt.tv 3.0.0 - S7eele - 2015-03-07 this may not be necessary but thats never stopped me before (jk, lol?)... wrt manual install, six and requests modules should be available in kodi repository under add-on libraries but jic that doesnt work im providing link below for both: six - http://addons.xbmc.org/show/script.module.six/ requests - http://addons.kodi.tv/show/script.module.requests/ there was actually a post in the old thread where somebody had problems and reported these links worked for them, only reason im posting now Trakt.tv 3.0.0 - huzz456 - 2015-03-07 Hi there. Does 'playback progress sync' mean I can start watching on kodi and finish watching on plex or vice versa? RE: Trakt.tv 3.0.0 - Razze - 2015-03-07 Yes, but i'm not really sure if it has been added to plex yet. But as long as plex scrobble is on you should be able to start on plex, stop, do the sync on kodi and get a resume point in kodi at roughly the same time. RE: Trakt.tv 3.0.0 - S7eele - 2015-03-07 (2015-03-07, 02:30)Razze Wrote: Yes, but i'm not really sure if it has been added to plex yet.this is another aspect of a great feature i hadnt given much thought, the ability to begin watching a movie on one kodi install (bedroom) and resume playback on a completely different kodi install (living room) after having stopped playback for whatever reason is awesome, it could even be used during travel if the situation ever arose which is even more awesome, being able to stop on a kodi install and resume on an install of some other media center (plex) is exceptional, kodi is the sh*t and i wouldnt use anything else but knowing i can if necessary (friends house, possibilities abound) is something i hadnt thought of some of the situations i described are obviously going to be rare but this is just the beginning, obviously the other media player would have to support it as well but razze has given it a great start note - first post and readme both indicate that this is only working for movies atm RE: Trakt.tv 3.0.0 - Fidelfc - 2015-03-07 Yesterday the addon stopped working, today i tried to install from the repository. but it simply does not work, i tried to delete the settings in the folder but still got the problem. 22:23:58 T:11984 NOTICE: -->Python Interpreter Initialized<-- 22:23:58 T:11984 DEBUG: CPythonInvoker(26, C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt\script.py): the source file to load is "C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt\script.py" 22:23:58 T:11984 DEBUG: CPythonInvoker(26, C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt\script.py): setting the Python path to C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt;C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages 22:23:58 T:11984 DEBUG: CPythonInvoker(26, C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt\script.py): entering source directory C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt 22:23:58 T:11984 DEBUG: CPythonInvoker(26, C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt\script.py): instantiating addon using automatically obtained id of "script.trakt" dependent on version 2.1.0 of the xbmc.python api 22:23:58 T:11984 NOTICE: [trakt] Queuing for dispatch: {'action': 'managelists'} 22:23:58 T:11984 INFO: CPythonInvoker(26, C:\Users\Fidel\AppData\Roaming\Kodi\addons\script.trakt\script.py): script successfully run 22:23:58 T:11984 INFO: Python script stopped RE: Trakt.tv 3.0.0 - S7eele - 2015-03-07 (2015-03-07, 03:29)Fidelfc Wrote: Yesterday the addon stopped working, today i tried to install from the repository. but it simply does not work, i tried to delete the settings in the folder but still got the problem. i dont recognize anything from that log excerpt but i didnt see an actual error either, something dealing with lists management i think, i will do what i can if you can provide a little more detail like what exactly isnt working, explain the scenario with any error messages, version numbers for everything will help as well, no promises but if you can post a full log on xbmclogs or pastebin ill take a look with that said if you wait a bit longer razze will probably stop by and may recognize something RE: Trakt.tv 3.0.0 - Fidelfc - 2015-03-07 Here is the full log: http://pastebin.com/xht7h6tg I install the add on, but it simply does not work, does not sync does not scrobble, not a single message. Edit: Problem solved with a full manual install. I don't know if the problem is with the repository, when i install manually the add on appear in the "services" folder, but when i try to get from the repository it does not appear in "services", but in "programs" add ons. RE: Trakt.tv 3.0.0 - S7eele - 2015-03-07 (2015-03-07, 03:57)Fidelfc Wrote: Here is the full log: http://pastebin.com/xht7h6tglooks like your missing dateutil, first issue addressed in the thread, post #5: http://forum.kodi.tv/showthread.php?pid=1948357#pid1948357 try that and check back, remember to check past posts [WINKING FACE] also a good idea to restart kodi RE: Trakt.tv 3.0.0 - Fidelfc - 2015-03-07 (2015-03-07, 04:01)S7eele Wrote:(2015-03-07, 03:57)Fidelfc Wrote: Here is the full log: http://pastebin.com/xht7h6tglooks like your missing dateutil, first issue addressed in the thread, post #5: Sorry, i though that downloading from the repository it would already download everything. thanks RE: Trakt.tv 3.0.0 - Ned Scott - 2015-03-07 Nice! |