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)



- Regss - 2011-10-06

I disable the cleaning.
Thanks.


- pyrodex - 2011-10-06

Regss Wrote:Why video is added and then removed?

I am also seeing the same thing with the 10-05 nightly and the latest version of TU.

I am using MovieDB and TvDB scrappers for my setup.


- othrayte - 2011-10-06

pyrodex Wrote:I am also seeing the same thing with the 10-05 nightly and the latest version of TU.

I am using MovieDB and TvDB scrappers for my setup.

If you log shows this:
Code:
found Movie: <title of a movie> - IMDb ID: 12345678
as opposed to this:
Code:
found Movie: <title of a movie> - IMDb ID: tt12345678

Then you have the same problem and the same options apply.


- othrayte - 2011-10-06

Ok, so v0.6.4 is ready, setup and being moved to the add-on-repo. This version will require a nighlty of at least 5, Oct 2011. It should fix all the problems we have been having and I hope you enjoy getting back into the swing of things Cool.


- papampi - 2011-10-06

othrayte Wrote:Ok, so v0.6.4 is ready, setup and being moved to the add-on-repo. This version will require a nighlty of at least 5, Oct 2011. It should fix all the problems we have been having and I hope you enjoy getting back into the swing of things Cool.
I can not find it on add-on-repo and neither from github/trackt utils Huh
and there is no 6.0.4 at this link too :
https://github.com/Manromen/script.TraktUtilities/wiki/Download


- papampi - 2011-10-06

So where can I find 6.04 ?


- Martijn - 2011-10-06

papampi Wrote:I can not find it on add-on-repo and neither from github/trackt utils Huh
and there is no 6.0.4 at this link too :
https://github.com/Manromen/script.TraktUtilities/wiki/Download

papampi Wrote:So where can I find 6.04 ?

https://github.com/Manromen/script.TraktUtilities/zipball/v0.6.4

You could use install from .zip
Though it is advisable to rename the folder inside the zipfile to "script.TraktUtilities" before doing so. Keeps your add-on folder clean.
Another way to manually extract and overwrite existing files in the add-on folder


- othrayte - 2011-10-06

papampi Wrote:So where can I find 6.04 ?

When I said being moved, I ment present tense but I specifically didn't say that it had been done, it's still getting though our system Rolleyes.

In terms of the added-on-repo, Manromen currently uses so custom one to host TU. And we plan to but haven't yet moved to the official repo.


- icky - 2011-10-06

@othrayte

Did you see my log on the other page... ice library issue?!

Would have followed it up sooner, but just had a baby born in my front room!


- papampi - 2011-10-07

othrayte Wrote:When I said being moved, I ment present tense but I specifically didn't say that it had been done, it's still getting though our system Rolleyes.
In terms of the added-on-repo, Manromen currently uses so custom one to host TU. And we plan to but haven't yet moved to the official repo.
Thanks man
it works great !!!!!
but still get those telnet soon notifications in log file ! how can i correct it
and that udp port is free in my ubuntu too !


- othrayte - 2011-10-07

icky Wrote:@othrayte

Did you see my log on the other page... ice library issue?!

Would have followed it up sooner, but just had a baby born in my front room!

Oh, I must have missed that bit sorry, I probably read it in my email client and this missed the edit.

That log shows that for TU to work with the playback events more info needs to be provided. I can't remember right now if xbmc implemented the expected info for streams, we were looking into it. What I can ask you now though is, when the steam is playing do you see the details of the item, title etc.


- othrayte - 2011-10-07

papampi Wrote:Thanks man
it works great !!!!!
but still get those telnet soon notifications in log file ! how can i correct it
and that udp port is free in my ubuntu too !

One thing to check for is if there is a message in the log where xmbc complains about not being able to bind the socket. It might look like this:
Code:
ERROR: JSONRPC Server: Failed to bind serversocket

If your missing that line then post your while log for me to take a look.


- Radikaltimes - 2011-10-07

i get this error when sending my collection to the site

18:30:59 T:824 NOTICE: -->Python Interpreter Initialized<--
18:30:59 T:824 ERROR: C:\Users\htpc\AppData\Roaming\XBMC\addons\script.TraktUtilities-0.6.3\nbhttpconnection.py:22: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha


- othrayte - 2011-10-07

Radikaltimes Wrote:i get this error when sending my collection to the site

18:30:59 T:824 NOTICE: -->Python Interpreter Initialized<--
18:30:59 T:824 ERROR: C:\Users\htpc\AppData\Roaming\XBMC\addons\script.TraktUtilities-0.6.3\nbhttpconnection.py:22: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha

Yeah, that's not actually an error, just a warning message, we haven't fixed it because that particular module is the only one available on (I think) atv devices.


- Radikaltimes - 2011-10-07

othrayte

i keep trying to upload my library .. but the site shows nothing .. where can i look at for possible causes?

thanks