--- title: Watching layout: default permalink: "/watching/index.html" updated: "now" schema: watching --- {% assign featuredMovie = movies.favorites | featuredWatching: 1 | first %} {% render "partials/media/watching/hero.liquid" movie:featuredMovie %}

Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion. You can also take a look at the movies and shows I'm planning to watch.

{% render "partials/banners/rss.liquid", url: "https://feedpress.me/coryd-movies", text: "Subscribe to my movies feed or follow along on this page" %}

{% tablericon "movie" "Recent movies" %} Recent movies

{% render "partials/media/grid.liquid", data:movies.recentlyWatched, shape: "vertical", count: 6 %}

{% tablericon "device-tv" "Recent shows" %} Recent shows

{% render "partials/media/grid.liquid", data:tv.recentlyWatched, shape: "vertical", count: 6 %}

{% tablericon "star" "Favorite movies" %} Favorite movies

{% assign favoriteMovies = movies.favorites | featuredWatching: 6 %} {% render "partials/media/watching/backdrop-grid.liquid", mediaItems:favoriteMovies, count: 6 %}

{% tablericon "star" "Favorite shows" %} Favorite shows

{% assign favoriteShows = tv.favorites | featuredWatching: 6 %} {% render "partials/media/watching/backdrop-grid.liquid", mediaItems:favoriteShows, count: 6 %}