Creates Collections in Plex Media Server for the content that users request in Overseerr, and more.
2.0K
This app will tag your media in Plex, Radarr, and Sonarr with the username of the person who requested the media in Overseerr. To assist with library pruning, it can also connect to Tautulli and tag media in Radarr/Sonarr when the requester has fully watched it, or if the requester hasn't watched after a long time.
Example docker-compose.yml:
version: "2.1"
services:
plex-requester-collections:
image: manybothans/plex-requester-collections:latest
container_name: plex-requester-collections
environment:
- NODE_ENV=production # Optional - 'development' will give verbose logging.
- OVERSEERR_URL=http://overseerr-ip-address:5055
- OVERSEERR_API_KEY=********************
- PLEX_URL=http://plex-server-ip-address:32400
- PLEX_TOKEN=********************
- PLEX_INCLUDE_SECTIONS=1,2 # Optional - Comma-Separated, only process these library sections.
- RADARR_URL=http://radarr-ip-address:7878 # Optional
- RADARR_API_KEY=******************** # Optional
- SONARR_URL=http://sonarr-ip-address:8989 # Optional
- SONARR_API_KEY=******************** # Optional
- TAUTULLI_URL=http://tautulli-ip-address:8181 # Optional
- TAUTULLI_API_KEY=******************** # Optional
- FEATURE_RUN_ONCE=0 # Optional - 1:Run through once then stop. 0 (default): Repeat every 24h.
- FEATURE_CREATE_COLLECTIONS=1 # Optional - 1 (default): Make smart collection for each requester. 0: Just do the tagging.
- START_DELAY_MS=0 # Optional - Number of milliseconds to wait before starting the first pass. Useful if you reboot all containers at the same time.
restart: unless-stopped
Content type
Image
Digest
sha256:a0a270f25…
Size
99.7 MB
Last updated
over 2 years ago
docker pull manybothans/plex-requester-collections