2011-08-24, 15:01
Problem solved I think.
pyrodex Wrote:Does anyone have a php script like the one to import your library into trakt that backports from trakt to XBMC as watched vs not watched?
Reginald Wrote:Check out Trakt Utilities, it allows you to sync your library as well as a few other handy tools.
rectifyer Wrote:@pyrodex nothing exists that I know of, but it could be done using a combination of the trakt and xbmc APIs.
procrastinator Wrote:I just spent far too long trying to work out how to add my entire library to my trakt.tv account. I finally got it, and to help out anybody else who's as clueless as me I wrote a quick guide to describe what I did, so hopefully you won't waste as much time as I did.Hi,
I'm going to preface it by saying that I wasn't entirely sure of what I was doing, and pieced everything together from what is already in this thread. USE THESE INSTRUCTIONS AT YOUR OWN RISK!!! This is just how I got it working myself. Any references to Mac or Linux have been picked up from this thread, I haven't done this on those platforms myself.
lowfi Wrote:Im using pre-eden xbmc apt-get from aug 29th and trakt 0.1.5 (eden build from trakt site)with aeon nox skin.
I have to keep manually activate trakt through programs in order to scrobble eps. & movies. Option to start trakt automatically is on.
Any clues?
Atm im at work so cant really post a log
import time;time.sleep(5);xbmc.executebuiltin("XBMC.RunScript(special://home/addons/script.trakt/default.py,-startup)")
import os, sys
os.system('bash /home/atv/scripts/updnotif.sh');
import time;time.sleep(5);xbmc.executebuiltin("XBMC.RunScript(special://home/addons/script.trakt/default.py,-startup)")
sys.exit()