2013-03-21, 14:56
2013-03-21, 18:16
I did a commit to fix it
https://github.com/fernandovg/script.tra...6b9f9096c1
I still can't run the add-on from home screen (shorcut). See the difference.
Running from Programs:
Running from shorcut
https://github.com/fernandovg/script.tra...6b9f9096c1
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]
2013-03-21, 18:16
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.
2013-03-21, 18:21
I will do that. Thanks!
Can you check my last post? I updated with a possible error/bug.
Can you check my last post? I updated with a possible error/bug.
2013-03-21, 18:22
fernandovg, testing version on git has the typo fix in it, and should also fix the plugin running from a shortcut.
2013-03-21, 18:25
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.
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.
2013-03-21, 18:34
Whats the difference when running from main menu instead of running in background?
2013-03-21, 18:36
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?
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?
2013-03-21, 23:21
testing 2.2.0:
running add-on from home screen shortchut: working.
movie sync working
Thanks!
running add-on from home screen shortchut: working.
movie sync working
Thanks!
2013-03-22, 01:03
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.
Pull request ok.
UPDATE: Im testing 2.2.0 with Frodo 12.1 and seems ok so far.
2013-03-23, 13:27
(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?
2013-03-23, 14:13
UPDATED:
delete the CONTENTS of your script.trakt folder at .xbmc/addons
Go to https://github.com/rectifyer/script.trak...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
delete the CONTENTS of your script.trakt folder at .xbmc/addons
Go to https://github.com/rectifyer/script.trak...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
2013-03-23, 22:47
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.
Move the old copy out of the addons directory then put the git version there.
2013-03-24, 19:49
(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.