🎬 Plex Wrapped

This app was pointed out to me as a way to mimic the Spotify Wrapped thing that they do every year, showing you the most listened-to songs, top artists, etc on your Spotify account but instead with Plex!

Plex Wrapped taps into the data generated by Tautulli and presents them to you on a “nicely” formatted page for your viewers to see their stats. I say nicely because don’t get me wrong it is nice but could use some UI improvements as it does not display 100% properly on all screens and devices, but it still works and is fun which is the point.

There are multiple ways to go about setting up Plex Wrapped, but to continue with my container-based setup I went with the docker setup on my server with a reverse proxy sitting in front of it.

If you are interested in the docker create command I used to get mine going behind the reverse proxy please see below!

docker create --name=plex-wrapped -e PGID=1000 -e PUID=1000 -e TZ=America/Detroit -p 8083:80 -v /home/shelby/docker/plex-wrapped/config:/config --restart=always aunefyren/plex-wrapped:latest