[RELEASE] trakt.tv tv/movie scrobbler
@darzur No, you need to update with the repo on github.

Edit my previous post :
I clone your repo but on sync.py I Have this on line 160 :
same as https://github.com/Razzeee/script.trakt/...ev/sync.py
Code:
    #todo move this to utilities?
    def __countMovies(self, movies, mode='collected'):
        count = 0

        if 'movies' in movies:
            movies = movies['movies']
        for movie in movies:            
            if mode in movie and movie[mode]:
                count += 1
                    
        return count
But on the github file https://github.com/Razzeee/script.trakt/...c3/sync.py this block is missing.
Maybe a wrong sync and maybe this is why Movie doesn't work for me ?
Sorry for my english, I'm just a poor frenchy.
Si ce que tu as dire n'est pas plus beau que le silence... Tais-toi.


Messages In This Thread
RE: [RELEASE] trakt.tv tv/movie scrobbler - by Shryukt - 2015-01-25, 15:51
Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13