Kodi Community Forum
[RELEASE] Trakt Utilities (addon for Trakt.tv usage) - 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: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) (/showthread.php?tid=98582)



- samukas - 2011-12-05

othrayte Wrote:Scheduling is in the roadmap for once if the next versions, but the next major release should be a lot faster anyway and I'm hoping to implement partial updates, which would be so fast you wouldn't notice them.

This is great! Big Grin Thank you!


- Rumik - 2011-12-05

...and now its just stopped again.

This is driving me crazy Sad


- samukas - 2011-12-06

After my last post, I can confirm that the scrobbing is indeed hit and miss for me as well. Yesterday, I watched 2 episodes one after another, only one of them was scrobbed. Today I watched 1 episode that was not scrobbed.

I didn't notice it before because eventually they end up in trakt because of the sync function, but the scrobbing itself doesn't work every time.


- tzortst - 2011-12-08

Is it possible to disable all notifications? Each time XBMC loads i get 10 or so notifications Sad Rather I got none.

Apart from that, great addon, cheers Smile


- othrayte - 2011-12-08

tzortst Wrote:Is it possible to disable all notifications? Each time XBMC loads i get 10 or so notifications Sad Rather I got none.

Apart from that, great addon, cheers Smile
This is planned for an upcoming version.


- Raytestrak - 2011-12-08

othrayte Wrote:This is planned for an upcoming version.

Is it too soon to ask for an ETA?


- soder - 2011-12-08

What's going on? My add-on has stoped to scrobble the episodes. It only manually mark it as seen..

/Söder


- othrayte - 2011-12-09

Raytestrak Wrote:Is it too soon to ask for an ETA?

It depends a bit on how much I get done, I would like v0.7.0 out before the new year, and v0.8.0 should be out about 3 weeks (up to about a month) later.

This is due to the sweeping changes in v0.7.0, I will try to add some of the feature requests currently planned to v0.7.0 but IO would rather get that version out earlier (as it should solve lots of the problems inherently) and put the features into v0.8.0.

Disabling all (or specific notifications) will probably be in v0.8.0.


- Pillzbury - 2011-12-12

Trakt Utilities crashes upon starting the addon. It installs seemingly fine, and says it's enabled, but when I go to start the addon, it just says it failed to start.

I am using XBMC newest nightly build (http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111210-f1ae0b6-master-atv2.deb) on a newly jailbroken ATV2 (iOS 4.3)

xbmc.log excerpt below.

Quote:20:53:06 T:157511680 NOTICE: -->Python Interpreter Initialized<--
20:53:07 T:130596864 ERROR: invalid rss url set referenced in skin
20:53:08 T:120848384 WARNING: CreateFile, successfuly opened </var/mobile/Library/Preferences/XBMC/addons/skin.neon.svn/backgrounds/Music.jpg> instead of </var/mobile/Library/Preferences/XBMC/addons/skin.neon.svn/backgrounds/music.jpg>
20:53:10 T:130596864 WARNING: Skin has invalid include: Viewtype_WallPanel
20:53:10 T:130596864 WARNING: Previous line repeats 22 times.
20:53:10 T:130596864 WARNING: Skin has invalid include: Window_OpenClose_Animation
20:53:11 T:130596864 WARNING: Skin has invalid include: frame_flags
20:53:11 T:130596864 WARNING: Previous line repeats 1 times.
20:53:11 T:130596864 WARNING: Skin has invalid include: "Poster_Next_Aired"
20:53:11 T:130596864 WARNING: Skin has invalid include: Window_OpenClose_Animation
20:53:11 T:130596864 WARNING: Skin has invalid include: frame_flags
20:53:11 T:130596864 WARNING: Previous line repeats 1 times.
20:53:11 T:130596864 WARNING: Skin has invalid include: color_flags
20:53:11 T:130596864 WARNING: Previous line repeats 1 times.
20:53:11 T:130596864 WARNING: Skin has invalid include: Animation_ZoomedByMenu
20:53:11 T:130596864 WARNING: Previous line repeats 1 times.
20:53:11 T:130596864 WARNING: Skin has invalid include: ScrollBar_Horizontal
20:53:14 T:130596864 ERROR: Texture manager unable to load file: /logo.png
20:53:14 T:130596864 ERROR: Python script "script.tvtunes" does not exist
20:53:18 T:158507008 WARNING: Create - Unsupported protocol(script) in script://
20:53:20 T:254730240 NOTICE: -->Python Interpreter Initialized<--
20:53:20 T:254730240 ERROR: /var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/nbhttpconnection.py:22: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
20:53:20 T:254730240 NOTICE: Trakt Utilities: default: script.TraktUtilities - version: 0.6.4
20:53:20 T:254730240 ERROR: Error Type: <type 'exceptions.AttributeError'>
20:53:20 T:254730240 ERROR: Error Contents: 'module' object has no attribute 'dumps'
20:53:20 T:254730240 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/default.py", line 122, in <module>
menu()
File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/default.py", line 30, in menu
if checkSettings() == False:
File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/utilities.py", line 73, in checkSettings
data = traktJsonRequest('POST', '/account/test/%%API_KEY%%', silent=True)
File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/utilities.py", line 151, in traktJsonRequest
jdata = json.dumps(args)
AttributeError: 'module' object has no attribute 'dumps'

That was with 0.6.4. Updated to newest github and got a seemingly identical error.

Full log from latest boot is available at: http://pastebin.com/e8k9UEDg


- othrayte - 2011-12-12

Pillzbury Wrote:Trakt Utilities crashes upon starting the addon. It installs seemingly fine, and says it's enabled, but when I go to start the addon, it just says it failed to start.

I am using XBMC newest nightly build (http://mirrors.xbmc.org/nightlies/darwin/atv2/xbmc-20111210-f1ae0b6-master-atv2.deb) on a newly jailbroken ATV2 (iOS 4.3)

xbmc.log excerpt below.



That was with 0.6.4. Updated to newest github and got a seemingly identical error.

Full log from latest boot is available at: http://pastebin.com/e8k9UEDg

I would suggest trying a different version of xbmc, the problem your having could be caused by something being left out of the build.


- Pillzbury - 2011-12-12

othrayte Wrote:I would suggest trying a different version of xbmc, the problem your having could be caused by something being left out of the build.

Downgraded to 20111202 release and got the same (I think) error.

Code:
00:22:25 T:123232256  NOTICE: Trakt Utilities: default: script.TraktUtilities - version: 0.6.4
00:22:25 T:123232256   ERROR: Error Type: <type 'exceptions.AttributeError'>
00:22:25 T:123232256   ERROR: Error Contents: 'module' object has no attribute 'dumps'
00:22:25 T:123232256   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/default.py", line 122, in <module>
                                                menu()
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/default.py", line 30, in menu
                                                if checkSettings() == False:
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/utilities.py", line 73, in checkSettings
                                                data = traktJsonRequest('POST', '/account/test/%%API_KEY%%', silent=True)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/utilities.py", line 151, in traktJsonRequest
                                                jdata = json.dumps(args)
                                            AttributeError: 'module' object has no attribute 'dumps'

Then downgraded to 20111129 and:

Code:
00:32:00 T:112394240  NOTICE: Trakt Utilities: service: script.TraktUtilities - version: 0.6.4
00:32:01 T:122474496  NOTICE: -->Python Interpreter Initialized<--
00:32:01 T:112394240   ERROR: Error Type: <type 'exceptions.AttributeError'>
00:32:01 T:112394240   ERROR: Error Contents: 'module' object has no attribute 'dumps'
00:32:01 T:122474496  NOTICE: [PLUGIN] 'Weather Plus: Version - 2.7.2' initialized!
00:32:03 T:112394240   ERROR: Traceback (most recent call last):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/service.py", line 67, in <module>
                                                autostart()
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/service.py", line 24, in autostart
                                                if checkSettings(True):
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/utilities.py", line 73, in checkSettings
                                                data = traktJsonRequest('POST', '/account/test/%%API_KEY%%', silent=True)
                                              File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities/utilities.py", line 151, in traktJsonRequest
                                                jdata = json.dumps(args)
                                            AttributeError: 'module' object has no attribute 'dumps'

Each time I uninstalled and reinstalled trakt utilities. Unfortunately the 20111129 release is the furthest back of the nightlies.


- user321 - 2011-12-12

Hi,

I'm running XBMC compiled on 22nd October and Trakt Utilities 0.6.4.

I had to rebuild my XBMC library (reimport all movies) and unfortunately trackt will not sync my watched FROM trakt back to XBMC.

I watched one film last night and this was successfully marked as watched on trakt.tv so it seems as though it's only synchronising in one direction.

Does anyone know why it might not be sychronising my watched movies back to XBMC?

Many thanks.


- lowfi - 2011-12-18

Hi

I use a mysql database. When i watch a movie op PC1 and continue watching it on PC2 the stop/start time is synced between the two. However TU doesnt sync the movie as watched to the website because it thinks i started watching it halfway through for example. Anything you can do about this?


No way out of Recommended TV shows on ATV - redsolo - 2011-12-18

Ive just started using the plugin, and it works to scrobble and update the trakt.tv collection. But when I go into the Recommended TV/Trending Movies, it seems that there is no way out of the horizontal posters view. The ATV remote only has 3 buttons + directional keys, and normally I press menu to exit a menu/view. (When I long press menu, it will bring up the menu).

What keys does the plugin expect me to press in order to go back from the posters view? Not sure how this is handled in other plugins, but the SVTPlay works with short press on Meny to back out...


Absolute ordering - Mizaki - 2011-12-18

It would be nice to support absolute ordering (anime mostly). trakt doesn't plan to support it any time soon. The question was asked 6 months ago.

I've currently modded/hacked the official scrobbler to detect absolute ordering (not easy and not nice) and convert to season from thetvdb.

It would be nice to have the option. Any chance?