Kodi Community Forum
[RELEASE] trakt.tv tv/movie scrobbler - 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: [RELEASE] trakt.tv tv/movie scrobbler (/showthread.php?tid=138745)



RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-21

(2013-03-21, 14:52)fernandovg Wrote: Should I update manually or a 2.1.1 version Will Be Released?

If you want it to work now, can edit the traktapi.py file and make the change, otherwise, I don't know when an update will be released, only rectifyer would know that.


RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-21

I did a commit to fix it

https://github.com/fernandovg/script.trakt/commit/69f1fb005a5db26600fe8e104f9b4d6b9f9096c1



I still can't run the add-on from home screen (shorcut). See the difference.

Running from Programs:
Code:
21:13:18 T:3037884416   DEBUG: OnKey: 11 (0b) pressed, action is Select
21:13:18 T:3037884416    INFO: initializing python engine.
21:13:18 T:3037884416   DEBUG: new python thread created. id=9
21:13:18 T:2781869120  NOTICE: Thread XBPyThread start, auto delete: false
21:13:18 T:2781869120   DEBUG: Python thread: start processing
21:13:18 T:2781869120  NOTICE: -->Python Interpreter Initialized<--
[color=#32CD32]21:13:18 T:2781869120   DEBUG: Process - The source file to load is /home/pi/.xbmc/addons/script.trakt/sync_exec.py[/color]

Running from shorcut
Code:
19:06:19 T:3037884416 DEBUG: OnKey: 11 (0b) pressed, action is Select
19:06:19 T:3037884416 DEBUG: ExecuteXBMCAction : Translating RunAddon($INFO[Skin.String(HomeVideosButton2)])
[color=#FF0000]19:06:19 T:3037884416 DEBUG: ExecuteXBMCAction : To RunAddon(script.trakt)[/color]



RE: [RELEASE] trakt.tv tv/movie scrobbler - rectifyer - 2013-03-21

There is a testing version of 2.2.0 on github you can now manually install. It will likely be another week or so before 2.2.0 is officially out since it needs some decent testing first.


RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-21

I will do that. Thanks!

Can you check my last post? I updated with a possible error/bug.


RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-21

fernandovg, testing version on git has the typo fix in it, and should also fix the plugin running from a shortcut.


RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-21

Thanks for your fast reply!
I will delete my commit and will test the 2.2.0 and let you know
I'm new to all this stuff so thanks for your explanation.


RE: [RELEASE] trakt.tv tv/movie scrobbler - Skank - 2013-03-21

Whats the difference when running from main menu instead of running in background?


RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-21

Main menu (shortcut) : I run it when I have no internet at the moment and I need to sync what I saw (mark as seen) - I use my Raspberry Pi with XBMC in other places (not my home)

Background : internet available (scrobble)

nate1280, I have to add a PT-BR translation to <string id="1018">Startup Delay</string> => <string id="1018">Atraso na inicializaĆ§Ć£o</string>

What should I do? Fork your repo or rectifyer repo?


RE: [RELEASE] trakt.tv tv/movie scrobbler - nate1280 - 2013-03-21

fernandovg, always fork from rectifyer's repo


RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-21

testing 2.2.0:
running add-on from home screen shortchut: working.
movie sync working

Thanks!


RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-22

I did an update to PT-BR translation (2.2.0 removed a few strings).
Pull request ok.

UPDATE: Im testing 2.2.0 with Frodo 12.1 and seems ok so far.


RE: [RELEASE] trakt.tv tv/movie scrobbler - AbRASiON - 2013-03-23

(2013-03-21, 18:16)rectifyer Wrote: There is a testing version of 2.2.0 on github you can now manually install. It will likely be another week or so before 2.2.0 is officially out since it needs some decent testing first.

How does one install the github version? Do I need to do some manual downloading and file copying?


RE: [RELEASE] trakt.tv tv/movie scrobbler - fernandovg - 2013-03-23

UPDATED:
delete the CONTENTS of your script.trakt folder at .xbmc/addons
Go to https://github.com/rectifyer/script.trakt/archive/master.zip, unzip the contents of the folder "script.trakt-master" inside your new script.trakt
restart xbmc or reboot if you are using RPI.

If you want to go back to the official version, just delete the script.trakt folder and install again using XBMC


RE: [RELEASE] trakt.tv tv/movie scrobbler - N3MIS15 - 2013-03-23

Renaming the folder is not a good idea. Then you would have 2 instances of the same addon.
Move the old copy out of the addons directory then put the git version there.


RE: [RELEASE] trakt.tv tv/movie scrobbler - mikelykzit - 2013-03-24

(2013-03-14, 17:10)nate1280 Wrote: Do you have any logs from when it was working that you could post? I think I know whats going on, but since I don't use those other sources its harder for me to debug.

Hi, thanks. I checked my old backups, but no log files in there. I've since updated to 12.1 and trakt to 2.1, but still no luck. Debating rolling back to Eden to see if that will change anything.