Automatically request suggested movies and TV shows to Jellyseer based on recently watched.
500K+
SuggestArr is a project designed to automate media content recommendations and download requests based on user activity in media servers like Jellyfin, Plex, and now Emby. It retrieves recently watched content, searches for similar titles using the TMDb API, and sends automated download requests to Jellyseer or Overseer.
INFO, ERROR, DEBUG).You can run the project using Docker Compose for easy setup and execution.
services:
suggestarr:
image: ciuse99/suggestarr:latest
container_name: SuggestArr
restart: always
ports:
- "5000:5000"
volumes:
- ./config_files:/app/config/config_files
To start the container with Docker Compose:
docker-compose up
Access the web interface at: http://localhost:5000. Use this interface to configure the application, select your media service, and manage cron schedules.
Make sure your environment is set up correctly and that the application is running to access the web interface.
If you'd like to use a specific Jellyseer user to make media requests, follow these steps:
Note: Currently, only local Jellyseer users are supported.
Content type
Image
Digest
sha256:0694c16f8…
Size
47 MB
Last updated
about 2 hours ago
docker pull ciuse99/suggestarr:nightly