Simple python scripts to format any trakt data from the app-cache or browser-localstorage after the 07.11.2022 downtime of trakt.tv
.
- (setup Python)
- Save the files locally.
- Replace the sample path with your path to the files (e.g.
user_watched_shows.json
anduser_watched_movies.json
for shows and movies respectively). - Run scripts.
- View your data!
Keep in mind that the first column is the trakt_id. Copy the id into the trakt search and select "Trakt ID".
- Navigate to https://trakt.tv/
- Right click > Inspect
- Click on the Console tab
- Enter this in the console:
compressedCache.get('watched_shows')
andcompressedCache.get('watched_movies')
- Right click on the output > Copy object
- Create files for the data and paste the data into them, then follow the instructions under how to use above