Skip to content
View agregarr's full-sized avatar

Block or report agregarr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
agregarr/README.md

Agregarr

Agregarr keeps your Plex Home and Recommended fresh by frequently updating it with Collections from various sources, including Trakt, IMDb, TMdb and Letterboxd, as well as generated Collections from Tautulli Statistics, and Overseerr Requests. It has various options for downloading missing media, including as requests through Overseerr. Collections can be reordered on the Home/Recommended and Library tabs independently, and can have time periods or days set for their visibility in Plex.

Features

  • Public Lists: Add public lists from Trakt, IMDb, TMDB and Letterboxd, with presets and custom list options
  • Overseerr Requests: Generate Collections either for each users requests (only visible to that user), or for All Requests
  • Tautulli Statistics: Generate Collections based on the Most Popular content on your server
  • Independent Reordering: Control the order in which Collections appear across the Home/Recommended screens and the Library tab independetly
  • Keeps Plex Updated: Collections will be be updated on every sync (default 12 hours, custom scheduling available)
  • Template System: Easily set collection names with flexible templating
  • Time Restrictions: Schedule collections to be active only during specific time periods
  • Library Management: Organize collections across multiple Plex libraries
  • Exising Collection Integration: Any pre-existing Collections in Plex and Default Hubs (Recently Added etc) can be managed alongside Agregarr Collections
  • Collection Statistics: Dashboard showing Most Popular Collections (from Tautulli), and recently added Missing Items
vlcsnap-2025-08-25-21h02m59s912

Installation

Docker Compose

services:
  agregarr:
    image: agregarr/agregarr:latest
    container_name: agregarr
    volumes:
      - /path/to/config:/app/config
    ports:
      - 7171:7171
    restart: unless-stopped

The application will be available at http://localhost:7171

License

GPL-3.0 License - see LICENSE file for details.

Credits

Originally built off Overseerr

Pinned Loading

  1. agregarr agregarr Public

    Home/Collection manager for Plex

    TypeScript 155 2