--- title: Upcoming shows description: Here are all of the episodes I've got queued up from the shows I'm watching. permalink: "/watching/shows/upcoming/index.html" schema: upcoming-shows updated: "now" --- {%- assign featuredMovie = upcomingShows.watching | shuffleArray | first -%} {% tablericon "arrow-left" %} Back to watching

{{ title }}

{% render "media/watching/hero.liquid", globals:globals, movie:featuredMovie %}

Here's all of the TV shows I'm keeping up with. Shows I want to watch but haven't started are at the bottom of the page — the rest are sorted by air and watch date. Shows I follow with new episodes appear first, followed by shows I'm catching up on and those with new episodes on the way.

You can also see the movies and shows I've watched recently, my favorite shows and my favorite movies.


Watching

{% render "media/grid.liquid", globals:globals, data:upcomingShows.watching, shape:"vertical" %}

Not started

{% render "media/grid.liquid", globals:globals, data:upcomingShows.unstarted, shape:"vertical" %}