From 5428c7244cccd6a4d184364e9d67009bac8dcf07 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 6 Jan 2023 15:17:55 +0530 Subject: [PATCH] Separate file is no longer used for movies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6edd7..f14878f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Python script to import TV Time tracked episode and movie data into Trakt.TV - 1. The script is using limited data provided from a GDPR request - so the accuracy isn't 100%. But you will be prompted to manually pick the Trakt show/movie, when it can't be determined automatically. 2. A delay of 1 second is added between each episode/movie to ensure fair use of Trakt's API server. You can adjust this for your own import, but make sure it's at least 0.75 second to remain within the rate limit: https://trakt.docs.apiary.io/#introduction/rate-limiting -3. Episodes which have been processed will be saved to a TinyDB file `localStorage.json` - when you restart the script, the program will skip those episodes which have been marked 'imported'. The file for movies is `localStorageMovies.json`. +3. Episodes which have been processed will be saved to a TinyDB file `localStorage.json` - when you restart the script, the program will skip those episodes which have been marked 'imported'. Processed movies are also stored in the same file. # Setup