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)



- Chaos_666 - 2012-01-16

Hi there

othrayte Wrote:I think you problems are still related to the imdbid, It will probably be easier to just convert your library, the command is this:
Code:
UPDATE movie SET c09 = 'tt' || c09 WHERE c09 NOT LIKE 'tt%' AND c09 NOT LIKE '0';
You might need to revert to v0.6.4 but hopefully this should help.

thanks, but there seems to be an error in the command. After running the sql command in phpmyadmin all imdbs where set to 1.
But anyway that helped me to find the correct command:
UPDATE movie SET c09 = concat ('tt', c09)
did the trick and worked.

THX
Chaos


- Raytestrak - 2012-01-16

Revert to 0.6.4? Is there a newer version available then? Or only if you get it straight from github?


- othrayte - 2012-01-16

Chaos_666 Wrote:Hi there



thanks, but there seems to be an error in the command. After running the sql command in phpmyadmin all imdbs where set to 1.
But anyway that helped me to find the correct command:
UPDATE movie SET c09 = concat ('tt', c09)
did the trick and worked.

THX
Chaos
Oh, you must be on mySql.

Raytestrak Wrote:Revert to 0.6.4? Is there a newer version available then? Or only if you get it straight from github?
It was a modified version.


- dnalleh - 2012-01-17

I can't get TU to scrobble my shows and movies while watching. I've enabled scrobbling. Running Eden Beta with Confluence Mod skin.


- othrayte - 2012-01-17

dnalleh Wrote:I can't get TU to scrobble my shows and movies while watching. I've enabled scrobbling. Running Eden Beta with Confluence Mod skin.

Could you please provide an XBMC log with TU debugging on, xbmc debugging off and including a reproduction of the issue.


- dukevim - 2012-01-17

Would it be possible to integrate Trakt.tv recomendations with Sick Beard, (a bit like how Trailers works with Couch Potato)?

Sick Beard has an API for adding shows, would make Trakt even more useful.


- othrayte - 2012-01-17

dukevim Wrote:Would it be possible to integrate Trakt.tv recomendations with Sick Beard, (a bit like how Trailers works with Couch Potato)?

Sick Beard has an API for adding shows, would make Trakt even more useful.

My personal view is that integrating 3rd part services like sick beard would be best done with a dedicated add-on for that 3rd party app. One thing that will become avaliable in the up-coming releases is better 3rd party support. Things like notifications from TU when you add to your watch-list or requests to TU for information like the watch-list. The main reason to go with this method is to avoid making TU bloated. TU is becoming quite an advanced system lately, I hope to be able to show you all that soon. MartijnKaijser has been helping alot recently to get TU 0.7 alpha tested and I think we are nearly there. It is just a shame that great things take so long.


- hschaaps - 2012-01-17

For me the problem with scrobbling series / movies was airplay, once I turned that off Trakt worked just fine. Not sure why they don't work together, same port (9090)?


- dnalleh - 2012-01-17

othrayte Wrote:Could you please provide an XBMC log with TU debugging on, xbmc debugging off and including a reproduction of the issue.


Here is my log file: http://dl.dropbox.com/u/3269535/xbmc.log


- Ecwfrk - 2012-01-17

rectifyer Wrote:I updated the trakt XBMC download page with much more info about trakt utilities. For Eden, it is the recommended method for people to use and I included several screenshots, links, and info to help people install it. Once Eden is officially out and trakt utilities is in the official download repo, we'll make Eden the first XBMC on that page.

http://trakt.tv/downloads/xbmc

Let me know if I left anything out or you would like to change any of the info.

Perhaps instructions on how to get to the operation menus. A lot of new XBMC users tend to look in the addons menu and can only find the config screen instead of the Videos -> Video Add-ons menu.


- dnalleh - 2012-01-17

dnalleh Wrote:Here is my log file: http://dl.dropbox.com/u/3269535/xbmc.log

I solved it by deleting autoexec.py that had a reference to the old trakt addon.

I get an error while syncing seen tv shows, but I can live with that right now.


- othrayte - 2012-01-20

hschaaps Wrote:For me the problem with scrobbling series / movies was airplay, once I turned that off Trakt worked just fine. Not sure why they don't work together, same port (9090)?

TU needs to connect to XBMC at port 9090, are you saying that airplay uses port 9090?

If anyone needs it in the future I think it is possible to configure XBMC and TU onto a different port.


- Hjord - 2012-01-20

Does TU mark the items as Seen and not Watched?


- mad1993max - 2012-01-20

if i wont to sync my seen tv shows from trakt to xbmc manyal my xbmc crashes the same with movies, and if i have sync on startup enabled xbmc chrashes also

http://pastebin.com/embed_js.php?i=5fvkULFR

here the erro log which i think is contains the relevant things


- othrayte - 2012-01-21

Hjord Wrote:Does TU mark the items as Seen and not Watched?

If you have scrobbling enabled in TU then it will try to scrobble before falling back to marking as seen. Scrobbling is what marks things as "watched".