No description
Find a file
2023-12-01 14:39:00 +01:00
.github Create dependabot.yml 2023-11-03 08:25:13 +01:00
.idea Fixed API customization bug 2021-11-18 19:10:23 +01:00
config Squashed commit of the following: 2022-07-04 17:47:59 +02:00
files Check error and version bump 2023-11-28 18:46:13 +01:00
middlewares Major refactor 2023-10-25 15:14:02 +02:00
models Ignore users 2023-12-01 13:24:11 +01:00
modules Ignore users 2023-12-01 13:24:11 +01:00
routes Ignore users 2023-12-01 13:24:11 +01:00
utilities Major refactor 2023-10-25 15:14:02 +02:00
web Ignore users 2023-12-01 13:24:11 +01:00
.dockerignore Support for multiple Tautulli servers 2022-11-27 18:12:11 +01:00
.gitattributes Initial commit 2020-12-19 17:04:43 +01:00
.gitignore Squashed commit of the following: 2022-07-04 17:47:59 +02:00
CODE_OF_CONDUCT.md Added code of conduct 2021-03-10 00:50:23 +01:00
Dockerfile Upgraded Docker base 2023-10-23 18:38:36 +02:00
go.mod Dependency upgrades 2023-12-01 13:26:49 +01:00
go.sum Dependency upgrades 2023-12-01 13:26:49 +01:00
main.go Ignore users 2023-12-01 13:24:11 +01:00
README.md Description update 2023-12-01 14:39:00 +01:00

Wrapperr

Github Stars Github Forks Docker Hub Pulls Newest Release Go Version Wiki hyperlink



Donate

Like the project? Have too much money? Buy me a coffee or something!



Introduction - What is this?

Many platforms have periodic recaps of user data and statistics, which can be fun and interesting to look at. Typically these statistics are released on a website in December, like Spotify Wrapped.

Wrapperr is a website-based application for pulling Plex user statistics within a set timeframe (sourced from Tautulli). The statistics are gathered and processed into a statistics summary. Then the website displays this in a fun, interactive format. Yes, you need Tautulli to have been running beforehand and currently for this to work. That is where the data is stored.


Image showing the introduction section of Wrapperr.


Features

  • Custom timeframes for statistics
  • Plex Auth for login
  • Supports multiple Tautulli servers
  • Friendly, dynamic presentation of statistics with nice illustrations
  • Customizable text options
  • Customizable appearance/results
  • Statistics for movies, shows & music
  • Caching of Tautulli results
  • Admin interface for configuration (with regular and HTTP Basic login)
  • Pre-caching of results before user interaction
  • Shareable links with expiration

Image showing the show section of Wrapperr.


Credit


Image showing the server-wide section of Wrapperr.


Explanation - How does it work?

This is a web-based platform. It gathers and displays statistics using an API (application programming interface) that interacts with the Tautulli API. Install Wrapperr, configure the essential options, and Wrapperr will do the rest. Based on your exact configuration, Wrapperr will gather unique statistics for each user interacting with the application.

In Wrapperr you configure a timeframe, from date-time A to date-time B. This is the timeframe from which the statistics are created. One could for instance have a wrap-up of multiple years of Tautulli data or just a week. If enabled, Wrapperr will verify the user with Plex to ensure personal data is kept private.

Most text is customizable through the Wrapperr admin interface which allows for regional translation. Certain statistics can be disabled and enabled based on relevance/interest. Users can if enabled, generate random URLs which can be shared between friends who want to see each other's statistics.



Instructions - How do I install this?

There are two main ways. Docker information is in the wiki.



Download and start

There are multiple ways to install Wrapperr. The easiest is just to download the latest release from the Release Page which matches your operating system, move all the content to a directory, and start the wrapperr application located within the release. It should start right up, perhaps triggering some operating system or firewall warnings.



Build with Go

If you want to build Wrapperr yourself, you can download whatever version/tag/branch you want, and place the files in a directory. With Go installed, from the Wrapperr directory, run the following commands to build and execute Wrapperr:

$ go build
$ ./wrapperr

Note, if building on another operating system, the executable could have a different name. Such as wrapperr.exe on Windows.



Head to the website

If successful, Wrapperr should be accessible on http://localhost:8282. From there you can click on admin in the footer at the bottom, or go to /admin in the URL. From there you can configure everything about Wrapperr in the different sections of the menu.



Essential configuration options

A couple of configuration options are necessary for Wrapperr to function. First of all, Tautulli connection details. There is a test button available on the page to ensure you have entered the correct details. The second one is the time zone option on the Wrapperr Settings page.

It is recommended to keep Cache results for later use enabled on the Wrapperr Settings page, and head to the Caching page after configuration. Click the Cache button and wait for the caching to finish. This ensures a good, quick user experience.



Wrap away!

Wrapperr should now be functional. Based on your settings, you can now either search with username/e-mail or log in with Plex on the front page. Continue tweaking on the admin menu to get the appearance/language you desire.



More documentation

Docker, TLS, setup information and more can be found in the documentation at the Wiki!

Wiki hyperlink



Need help?

If you have any issues feel free to open an issue here on GitHub. I am always trying to improve the project. If I can't, many people on several forums (including /r/plex) might be able to assist you.

Have fun.