Posts: 7
Joined: Dec 2016
Reputation:
0
I'm probably missing something...
The addon is a two way sync (Trakt.tv<->Kodi), but if I add a movie to the trakt collection via the web site it is delete after sometime and not getting to my kodi library, but if I add the same movie via kodi library it is updated in my trakt.tv collection, also, if I erase from trakt collection via web it keeps returning but if I delete from kodi library it is being removed from trakt collection.
This is not a two way sync, it a kodi library master sync.
What am I doing wrong and how to fix this?
TIA
Posts: 47
Joined: Mar 2016
Reputation:
2
Hey Razze, just wondering was it ever considered to be able to view your lists with this addon so that I could go to my watchlist and then pick that movie or tv show to play from the library?
Posts: 39
Joined: Jun 2009
Reputation:
0
Hi,
I have a problem with the sync of the playback progress.
I use Kodi 17.6 on windows 10 with V3.1.0 of the trakt.tv addon and the media player Infuse on iOS.
If I start watching a movie on Kodi and stop playback, the progress is synced to my trakt.tv account.
Infuse picks up the playback progress and I can continue watching on infuse where I stopped at kodi. Great so far.
But if I stop playback now on Infuse, it seems the kodi addon does not pick up the playback progress anymore. Instead it always syncs its own saved playback progress to trakt.tv over and over.
So after the sync in kodi, the playback progress in Infuse is also reset.
The second issue I have is, if a movie on kodi runs until end of file, kodi stops playback and returns to the movie selection.
Now it seems, the trakt.tv addon does not scrobble automatically. The movie or TV Show episode is not marked as seen in my trakt.tv account.
Sync collection on library update is active.
Show notification is active (no notification shown, if playback runs until end of file)
Add watched movies / Episodes to history is active
Sync playback progress of movies / episodes is active.
mark movies / episodes from trakt history as watched is active.
Regards
Posts: 59
Joined: Dec 2011
Reputation:
0
I have been having issues with Kodi 17.x and Trakt on AndroidTV for quite some time now: Trakt is not asking for a rating when I press stop. Also no signal is send that I have watched the episode. The issue is temporarily resolved by reinstalling trakt but it quickly returns.
Posts: 28
Joined: Mar 2012
Reputation:
1
Hey, don't tell me that the error in the log when syncing
ERROR: Exception in thread trakt-sync:
Traceback (most recent call last):
File "C:\Program Files (x86)\Kodi\system\python\Lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\script.trakt\resources\lib\service.py", line 335, in run
sync.sync()
File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\script.trakt\resources\lib\sync.py", line 65, in sync
syncEpisodes.SyncEpisodes(self, progress)
File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\script.trakt\resources\lib\syncEpisodes.py", line 44, in __init__
self.__addEpisodesToTraktCollection(kodiShowsCollected, traktShowsCollected, 37, 47)
File "C:\Users\Ivan\AppData\Roaming\Kodi\addons\script.trakt\resources\lib\syncEpisodes.py", line 248, in __addEpisodesToTraktCollection
logger.debug("[Episodes Sync] %i show(s) have episodes (%d) to be added to your Trakt.tv collection." % (len(traktShowsAdd['shows']), utilities.countEpisodes(traktShowsAdd)))
AttributeError: 'module' object has no attribute 'countEpisodes'