• 1
  • 136
  • 137
  • 138(current)
  • 139
  • 140
  • 154
[RELEASE] trakt.tv tv/movie scrobbler
(2015-02-19, 17:05)Xelloss Wrote:
(2013-02-06, 09:13)rectifyer Wrote: Yeah that is probably it. It's fine to fail the first episode_tvdb_id check, but if the season/episode don't match on trakt then that will fail too. I think you're right that its using animedb's absolute ordering which doesn't match.

Hi, I refer to a very old post to explain my problem/request.
My library is splitted between TV Shows and Anime. The anime part uses AniDb Mod Scraper, which stores a different id (anidb id) for the show. This way the Trakt addon cannot match anything with its library.

By the way, should I choose to store the tvdb id when scraping my library with anidb Mod (which is possible), the result would be that "Show A" and "Show B" which are different shows on anidb but a single show on tvdb (season 1 and 2), would have the same id.
The consequence would be that all episodes from Show A would be scrobbled fine, but all the episodes from Show B would be again scrobbled like episodes from season 1, overwriting Show A.

Now, there is a complete xml file mantained by the developers of the scraper and the community (https://raw.github.com/ScudLee/anime-lis...t-full.xml) which lists, for every anidb id, the corresponding tvdb id and season.
I can see how this is absolutely not prioritary, but I would like the developer to consider to implement a feature in this nice addon to have, when tvdb id is not matched, the scrobbler to check that list to bypass enterely the issue and link the show to the correct entry on trakt.
Today I decided to send this feature request both here and in the Artwork Downloader addon topic, since both addons are the only things I miss from my experience when watching anime instead of tv shows.
Thank you very much.

Actually it should work if you let it write the tvdbID at least if they refere to the episodeId.
Would probably need some testing, but from the top of my head it seems like it should work.
At least for scrobble and ratings
Gonna try a fresh install. When I enable debug logging in both Kodi and Traktand launch trakt addon, it just freezes XBMC up completely.
For some reason it wont sync whit pulsar? somebody else have this problem? I have not checked any box in "exclude ***" section in settings.
Just curious if you can tell me what this means:

3. Make sure you have six and requests installed.
(2015-02-19, 18:04)smakovits Wrote: Just curious if you can tell me what this means:

3. Make sure you have six and requests installed.

You'll also need to have these installed
Image
OK. So a fresh install fixed the freezing issue. So, here is the debug log of me trying to do a manual sync.
http://pastebin.com/YsayCdEx
(2015-02-19, 18:15)dkplayaclub Wrote: OK. So a fresh install fixed the freezing issue. So, here is the debug log of me trying to do a manual sync.
http://pastebin.com/YsayCdEx

Quote:11:13:00 T:4524 DEBUG: [script.trakt] sync: [Episodes Sync] Getting episode collection from trakt.tv
11:13:24 T:4524 DEBUG: [script.trakt] sync: [Episodes Sync] Invalid trakt.tv show list, possible error getting data from trakt, aborting trakt.tv collection update.
11:13:24 T:4524 DEBUG: [script.trakt] sync: [Episodes Sync] Error getting trakt.tv collected show list, aborting tv show sync.

Your collection could not be pulled from trakt, probably a timeout or server error. It's not empty is it? Try a few times more or contact the trakt team about it, if they can check on it.
Is it possible there's an issue with syncing large lists? I do have 946 shows in my library.
(2015-02-19, 18:25)dkplayaclub Wrote: Is it possible there's an issue with syncing large lists? I do have 946 shows in my library.

Could be, I'll try to create a testcase later today
Appreciate it. I will try to contact Trakt in the meantime. Let me know if you find anything.
@Razze: I have 200+ shows in library - same issue. crashing on retrieving list of episodes from trakt(16k names)
(2015-02-20, 00:09)loopez Wrote: @Razze: I have 200+ shows in library - same issue. crashing on retrieving list of episodes from trakt(16k names)

I had the same problem. I had to try 4 or 5 times before it kicked in. It seems to time out but on multiple retry it finally worked.
(2015-02-19, 17:17)Razze Wrote: Actually it should work if you let it write the tvdbID at least if they refere to the episodeId.
Would probably need some testing, but from the top of my head it seems like it should work.
At least for scrobble and ratings

Hi! Thanks for your quick answer! Actually I didn't store the tvdb id due to a different bug I'm experiencing on Kodi which mixes different shows (by anidb standards) into one (obviously when they are a single show on tvdb).

Anyway to be able to test again according to your suggestion I did a clean install of Gotham (no bug here) and I stored the tvdb id for a couple of shows. Then I exported my library in separate files to check the IDs in the nfo files.
Under the "ID" tag in the tvshow.nfo, the same id is stored in both series, so all fine there.
Under the "ID" tag in the single episode .nfo file there is no id stored.
In both case the field "Uniqueid" is empty. I don't know if this means something.
I suppose this is why when scrobbling both shows trackt assumes that in both cases it is the first season and at the end prompts me to rate the same episode twice. Can it be so?
So I tested it with 26138 episodes, it was running into timeouts. I increased the timeouts for collection and watched get to 90 sec.
Might cause longer wait time for people if there really is a server issue, but fixed the scenario in my test.

If we really need more, I will add a setting to the addon settings, so you can change it for yourselves.
(2015-02-20, 01:14)Xelloss Wrote:
(2015-02-19, 17:17)Razze Wrote: Actually it should work if you let it write the tvdbID at least if they refere to the episodeId.
Would probably need some testing, but from the top of my head it seems like it should work.
At least for scrobble and ratings

Hi! Thanks for your quick answer! Actually I didn't store the tvdb id due to a different bug I'm experiencing on Kodi which mixes different shows (by anidb standards) into one (obviously when they are a single show on tvdb).

Anyway to be able to test again according to your suggestion I did a clean install of Gotham (no bug here) and I stored the tvdb id for a couple of shows. Then I exported my library in separate files to check the IDs in the nfo files.
Under the "ID" tag in the tvshow.nfo, the same id is stored in both series, so all fine there.
Under the "ID" tag in the single episode .nfo file there is no id stored.
In both case the field "Uniqueid" is empty. I don't know if this means something.
I suppose this is why when scrobbling both shows trackt assumes that in both cases it is the first season and at the end prompts me to rate the same episode twice. Can it be so?

Probably, the id should be in the uniqueid field
https://github.com/Razzeee/script.trakt/...es.py#L332
  • 1
  • 136
  • 137
  • 138(current)
  • 139
  • 140
  • 154

Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13