Skip to content

Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem

License

Notifications You must be signed in to change notification settings

buroa/Maintainerr

 
 

Repository files navigation

Maintainerr's custom image

Discord link   Build   Release   Docker pulls

Maintainerr makes managing your media easy.

  • Do you hate being the janitor of your server?
  • Do you have a lot of media that never gets watched?
  • Do your users constantly request media, and let it sit there afterward never to be touched again?

If you answered yes to any of those questions.. You NEED Maintainerr. It's a one-stop-shop for handling those outlying shows and movies that take up precious space on your server.

Features

  • Configure rules specific to your needs, based off of several available options from Plex, Overseerr, Radarr, and Sonarr.

  • Manually add media to a collection, in case it's not included after rule execution. (one-off items that don't match a rule set)

  • Selectively exclude media from being added to a collection, even if it matches a rule.

  • Show a collection, containing rule matched media, on the Plex home screen for a specific duration before deletion. Think "Leaving soon".

  • Optionally, use a manual Plex collection, in case you don't want Maintainerr to add & remove Plex collections at will.

  • Manage media straight from the collection within Plex. Maintainerr will sync and add or exclude media to/from the internal collection.

  • Remove or unmonitor media from *arr

  • Clear requests from Overseerr

  • Delete files from disk


Currently, Maintainerr supports rule parameters from these apps :
  • Plex
  • Overseerr
  • Radarr
  • Sonarr

Preview

image image image

Installation

Docker images for amd64 & arm64 are available under jorenn92/maintainerr and ghcri.io/jorenn92/maintainerr.

Data is saved within the container under /opt/data, it is recommended to tie a persistent volume to this location in your docker command/compose file.

For more information, visit the installation guide or navigate to <maintainerr_url>:<port>/docs after starting your Maintainerr container.

Docker run:

docker run -d \
--name maintainerr \
-e TZ=Europe/Brussels \
-v <persistent-local-volume>:/opt/data \
-p 8154:80 \
--restart unless-stopped \
jorenn92/maintainerr

Docker-compose:

version: '3'

services:
  maintainerr:
    image: jorenn92/maintainerr:latest # or ghcr.io/jorenn92/maintainerr:latest
    container_name: maintainerr
#    user: 1000:1000 # only use this with release 2.0 and up
    volumes:
      - <persistent-local-volume>:/opt/data
    environment:
      - TZ=Europe/Brussels
#      - DEBUG=true # uncomment to enable verbose logs
    ports:
      - 8154:80
    restart: unless-stopped

Credits

Maintainerr is heavily inspired by Overseerr. Some parts of Maintainerr's code are plain copies. Big thanks to the Overseerr team for creating and maintaining such an amazing app!

Please support them at https://github.com/sct/overseerr

About

Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • CSS 2.2%
  • Other 0.8%