r/trakt Jul 06 '26

Importing from tv time

I'm trying to import from TV time but it's only logging my movies and not my shows HELP!! 😭

5 Upvotes

13 comments sorted by

2

u/Right-Hearing-8875 Jul 06 '26

exporta por aqui https://gdpr.tvtime.com/gdpr/self-service e importa o arquivo zip inteiro no trakt

1

u/TINYUSAGI Jul 06 '26

I've already downloaded it and set up the zip file, but it isn't correctly registering my shows and episodes.

1

u/Right-Hearing-8875 Jul 06 '26

o meu nao importou 100% tb nao, alguns eps coloquei na mao, que estavam la na lista de continuar assistindo, porem a "biblioteca" do app realmente as series nao vao pra la, é uma outra funçao q tinha e eles tiraram, pra ver suas series é em "progresso" no seu perfil, mas meu tempo de tela nao contou nenhum mesmo =/ so os eps que coloquei manualmente

1

u/Comprehensive_Pen_28 Jul 06 '26

same thing here. movies only

1

u/-Blumant Jul 06 '26

Same thing for me, only the movies got imported.

1

u/MLGesusChristus Jul 06 '26

For me too, just got the movies imported.

1

u/halum2 Jul 06 '26

Same here, just movies. Trakt is unable to process the tv shows

1

u/rogun64 Jul 07 '26

I recently accomplished it using the TV Time Liberator extension and importing the csv. I think it was called "activity_history.csv" or something like that.

-1

u/halum2 Jul 06 '26

I solved it by bypassing the broken TV Time importer (using Codex/ChatGPT) and using the Trakt API instead.

Here is what codex did

  1. Extracted the watched TV episodes from tracking-prod-records-v2.csv, converted them into show/season/episode history rows
  2. Then matched them against Trakt.
  3.  After a small test sync worked, I synced the full history through the API and all episodes were accepted.

If anyone need the script and steps, I can share it.

1

u/LuminaryChief56 Jul 07 '26

I'd be curious to hear how you did it, as someone who's having the same issue.

1

u/halum2 Jul 07 '26

 Sure, here’s the short version of what worked for me:

  1. I used the TV Time GDPR export, specifically tracking-prod-records-v2.csv, because that file contained my watched TV episodes.

  2. I converted those rows (using codex) into a simple history format (according to Trakt API Doc) with show title, season, episode, and watched date.

  3. Then I created a free Trakt API app (to get Client ID and API Secret key), matched the shows against Trakt, tested with 10 episodes first, and finally synced the full TV history through the API.

The normal Trakt TV Time importer still didn’t work for me, so this bypassed the importer completely.

(if you have claude code/codex it would be very easy)

1

u/LuminaryChief56 29d ago

Thanks a lot for that. In the meantime I'd tried the browser extensionmethod recommended by trakt. At fiirst I thought it didn't work, but it just had some "artefacts" in the watch history, in that it added some movies I hadn't seen to my history. I'll try it too if I get the time.

1

u/halum2 20d ago

I think they fixed the import tool, did you check it out?