---
title: Currently watching
description: Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion.
permalink: "/watching.html"
updated: "now"
schema: watching
---
{%- assign featuredMovie = movies.recentlyWatched | shuffleArray | first -%}
{{ title }}
{% render "media/watching/hero.liquid", globals:globals, movie:featuredMovie %}
Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion.
{% render "blocks/banners/rss.liquid", url: "/feeds/movies", text: "Subscribe to my movies feed or follow along on this page" %}
{% tablericon "movie" %}
Recent movies
{% render "media/grid.liquid", globals:globals, data:movies.recentlyWatched, shape:"vertical", count: 6 %}
{% tablericon "device-tv-old" %}
Recent shows
{% render "media/grid.liquid", globals:globals, data:tv.recentlyWatched, shape:"vertical", count: 6 %}
{% assign favoriteMovies = movies.favorites | shuffleArray %}
{% render "media/grid.liquid", globals:globals, data:favoriteMovies, shape:"vertical", count: 6 %}
{% assign favoriteShows = tv.favorites | shuffleArray %}
{% render "media/grid.liquid", globals:globals, data:favoriteShows, shape:"vertical", count: 6 %}