diff --git a/src/posts/2024/adventures-in-self-hosting-data.md b/src/posts/2024/adventures-in-self-hosting-data.md index d39fe878..d3f20037 100644 --- a/src/posts/2024/adventures-in-self-hosting-data.md +++ b/src/posts/2024/adventures-in-self-hosting-data.md @@ -25,6 +25,7 @@ Trakt's backups are in JSON so I went to work coercing them into CSVs to upload - For TV shows I kept a similar data set and linked it to an episodes table via the `tmdb_id`. I used this ID to link out to [TMDB](http://themoviedb.org) and simplify my image URLs. A diagram of my watched media tables + The watched data for [my now page](https://coryd.dev/now) is now sourced from these tables and I've built out [a dedicated watching page](https://coryd.dev/watching/). The hero image is randomly selected from my favorite movies at built time, as are the 6 TV shows and movies in their respective favorite sections. I have lists of shows and movies I'm planning to watch (primarily for my own purposes) for anyone to view.