From 3ab184d87f521fe245e8f012f667b7e3bd539672 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 3 Oct 2023 15:04:45 -0700 Subject: [PATCH] chore: letterboxd post --- src/posts/2023/migrating-your-letterboxd-data.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/posts/2023/migrating-your-letterboxd-data.md diff --git a/src/posts/2023/migrating-your-letterboxd-data.md b/src/posts/2023/migrating-your-letterboxd-data.md new file mode 100644 index 00000000..f80ea3ec --- /dev/null +++ b/src/posts/2023/migrating-your-letterboxd-data.md @@ -0,0 +1,14 @@ +--- +date: '2023-10-03' +title: Migrating your Letterboxd data +draft: false +tags: + - development + - tech +link: https://github.com/jensb89/trakt---letterboxd-import +--- +In case you missed the news [Letterboxd was acquired](https://www.nytimes.com/2023/09/29/business/media/letterboxd-new-owner.html) and, assurances about nothing changing quickly followed. But, I think it's safe to say we've seen this movie before. + +I went ahead and migrated my watch history from Letterboxd over to [Trakt](https://trakt.tv), which I already use to keep track of the TV shows I'm watching. To do this I used [a tool](https://github.com/jensb89/trakt---letterboxd-import) written by [Jens Brauer](https://github.com/jensb89). Run through the steps in the README and you should be able to export your data from the newly acquired service[^1]. + +[^1]: I imported my `diary` data first and then my `watchlist` as the former is a bit more curated than the latter. If you take this approach, wait, let's say, an hour or two to avoid getting rate-limited by the Trakt API.