[RELEASE] Trakt Utilities (addon for Trakt.tv usage)

  Thread Rating:
  • 7 Votes - 4.29 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
BoDoP Offline
Junior Member
Posts: 10
Joined: Sep 2011
Reputation: 0
Post: #1021
Installed latest version and when XBMC on Windows starts XBMC just hangs when the trakt utilities start movie collection update runs.

Is there a way to:
Remove trakt utilities plugin without having to launch XBMC? or
Launch XBMC in Windows without plkugins? or
Stop Trak Utilities from running on XBMC launch?
find quote
zebulon35 Offline
Junior Member
Posts: 3
Joined: Feb 2012
Reputation: 0
Post: #1022
BoDoP Wrote:Installed latest version and when XBMC on Windows starts XBMC just hangs when the trakt utilities start movie collection update runs.

Is there a way to:
Remove trakt utilities plugin without having to launch XBMC? or
Launch XBMC in Windows without plkugins? or
Stop Trak Utilities from running on XBMC launch?

I would try reinstalling xbmc as a first step to see if it changes anything.
find quote
BoDoP Offline
Junior Member
Posts: 10
Joined: Sep 2011
Reputation: 0
Post: #1023
zebulon35 Wrote:I would try reinstalling xbmc as a first step to see if it changes anything.

Nope Same issue - Hangs at Start Movie Collection Update.

There must be a way to Stop Trak Utilities from running even without access to the XBMC Menu?
find quote
tonyp Offline
Junior Member
Posts: 13
Joined: Aug 2009
Reputation: 0
Post: #1024
BoDoP Wrote:Installed latest version and when XBMC on Windows starts XBMC just hangs when the trakt utilities start movie collection update runs.

Is there a way to:
Remove trakt utilities plugin without having to launch XBMC? or
Launch XBMC in Windows without plkugins? or
Stop Trak Utilities from running on XBMC launch?

I think this issue has already been fixed in the latest test version.
find quote
tonyp Offline
Junior Member
Posts: 13
Joined: Aug 2009
Reputation: 0
Post: #1025
othrayte Wrote:To those asking about the freezing that occurs when TU is running and an item starts and in which the video freezes but the audio continues. I simply don't know, I haven't found anything in the logs or in my own testing to explain it and I haven't been able to reproduce it. At this stage it will not be part of 0.6.5 but I might ask some XBMC devs and python gurus for advice if I don't get any further.

After someone here told that this problem went away with Eden RC1 I updated and can confirm that it won't freeze anymore.
It seems that it got fixed somehow Smile



Edit: Of course - right after posting that it happened again Sad


-
(This post was last modified: 2012-03-01 21:21 by tonyp.)
find quote
Adeiko Offline
Senior Member
Posts: 138
Joined: Sep 2010
Reputation: 0
Post: #1026
tonyp Wrote:After someone here told that this problem went away with Eden RC1 I updated and can confirm that it won't freeze anymore.
It seems that it got fixed somehow Smile



Edit: Of course - right after posting that it happened again Sad


-

Still happens with RC2 Sad But it's interesting because it also happens to me with youtube addon videos, and i do not think TU interferes in that.

[Image: watched-fanart.jpg]
find quote
typhoe Offline
Member+
Posts: 41
Joined: Jun 2008
Reputation: 0
Sad    Post: #1027
Hi,

I encounter a problem with Trakt.tv utilities on XBMC (11.0-RC2 Git:Unknown), Platform: Linux (Ubuntu 11.10, 3.0.0-16-generic x86_64).

I tried the dev version (29f05a8), but I still get the same error:

Code:
...
13:15:48 T:139774792148864  NOTICE: Starting XBMC (11.0-RC2 Git:Unknown), Platform: Linux (Ubuntu 11.10, 3.0.0-16-generic x86_64). Built on Mar  1 2012
...
13:16:00 T:139774353262336  NOTICE: Trakt Utilities: getSeasonsFromXBMC: {u'tvshowid': 48, u'title': u'The River (2011)', u'label': u'The River (2011)', u'imdbnumber': u'248836', u'year': 1601, u'playcount': 0}
13:16:00 T:139774353262336   ERROR: Error Type: <type 'exceptions.TypeError'>
13:16:00 T:139774353262336   ERROR: Error Contents: cannot concatenate 'str' and 'NoneType' objects
13:16:00 T:139774353262336   ERROR: Traceback (most recent call last):
                                              File "/home/typhoe/.xbmc/addons/othrayte-script.TraktUtilities-29f05a8/service.py", line 67, in <module>
                                                autostart()
                                              File "/home/typhoe/.xbmc/addons/othrayte-script.TraktUtilities-29f05a8/service.py", line 44, in autostart
                                                if autosync_cleantvshowcollection: cleanTVShowCollection(True)
                                              File "/home/typhoe/.xbmc/addons/othrayte-script.TraktUtilities-29f05a8/sync_update.py", line 469, in cleanTVShowCollection
                                                Debug ("TVShow not found: " + trakt_tvshow[1]['title'])
                                            TypeError: cannot concatenate 'str' and 'NoneType' objects
13:16:00 T:139774370047744  NOTICE: Trakt Utilities: Notification service stopping
13:16:00 T:139773989467904  NOTICE: Trakt Utilities: Scrobbler stopping

I get the error doing nothing special, just launching xbmc.

Thank you
(This post was last modified: 2012-03-02 14:28 by typhoe.)
find quote
othrayte Offline
Fan
Posts: 452
Joined: Apr 2011
Reputation: 3
Location: Melbourne, Australia
Post: #1028
BoDoP Wrote:Installed latest version and when XBMC on Windows starts XBMC just hangs when the trakt utilities start movie collection update runs.

Is there a way to:
Remove trakt utilities plugin without having to launch XBMC? or
Delete the TraktUtilitie folder from C:\Users\%%USERNAME%%\AppData\Roaming\XBMC\addons\

BoDoP Wrote:Launch XBMC in Windows without plkugins? or
Don't know, sorry.

BoDoP Wrote:Stop Trak Utilities from running on XBMC launch?
Change the sync settings, either from inside XBMC by navigating to the addon, gettting the context menu and choosing Add-on settings.

Or outside of XBMC by modifying the settings file here C:\Users\%%USERNAME%%\AppData\Roaming\XBMC\userdata\addon_data\script.TraktUtili​ties
\settings.xml
so that the line read
<setting id="autosync_cleanmoviecollection" value="false" />
<setting id="autosync_cleantvshowcollection" value="false" />
<setting id="autosync_moviecollection" value="false" />
<setting id="autosync_seenmovies" value="false" />
<setting id="autosync_seentvshows" value="false" />
<setting id="autosync_tvshowcollection" value="false" />

[Image: widget.jpg]
Developer working on Trakt Utilties for XBMC (Download)
Please read Getting Support before asking for support.
find quote
othrayte Offline
Fan
Posts: 452
Joined: Apr 2011
Reputation: 3
Location: Melbourne, Australia
Post: #1029
tonyp Wrote:I think this issue has already been fixed in the latest test version.
Yes I would suspect this is the case.

P.S. 0.6.5 should be this weekend

[Image: widget.jpg]
Developer working on Trakt Utilties for XBMC (Download)
Please read Getting Support before asking for support.
find quote
othrayte Offline
Fan
Posts: 452
Joined: Apr 2011
Reputation: 3
Location: Melbourne, Australia
Post: #1030
Adeiko Wrote:Still happens with RC2 Sad But it's interesting because it also happens to me with youtube addon videos, and i do not think TU interferes in that.
TU listens to what XBMC says over json notifications about any videos, including those played by other addons. But it doesn't interferer with any of them.

[Image: widget.jpg]
Developer working on Trakt Utilties for XBMC (Download)
Please read Getting Support before asking for support.
find quote
Post Reply