ciuse99/suggestarr

By ciuse99

Updated about 2 hours ago

Automatically request suggested movies and TV shows to Jellyseer based on recently watched.

Buildkit cache
Image
Integration & delivery
API management
2

500K+

ciuse99/suggestarr repository overview

SuggestArr

ezgif com-optimize (2)

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.

Features

  • Multi-Media Server Support: Supports Jellyfin, Plex, and Emby for retrieving media content.
  • TMDb Integration: Searches for similar movies and TV shows on TMDb.
  • Automated Requests: Sends download requests for recommended content to Jellyseer or Overseer.
  • Web Interface: A user-friendly interface for configuration and management.
  • Real-Time Logs: View and filter logs in real time (e.g., INFO, ERROR, DEBUG).
  • User Selection: Choose specific users to initiate requests, allowing management and approval of auto-requested content.
  • Cron Job Management: Update the cron job schedule directly from the web interface.
  • Configuration Pre-testing: Automatically validates API keys and URLs during setup.

Prerequisites

Docker Usage

You can run the project using Docker Compose for easy setup and execution.

Docker Compose Example
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

Web Interface

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.

Using a Specific Jellyseer/Overseer User for Requests

If you'd like to use a specific Jellyseer user to make media requests, follow these steps:

  1. In the web interface, enable the user selection option by checking the corresponding box.
  2. Select the desired user from the dropdown list.
  3. Enter the password for the selected user.
  4. The system will now use this user to make media requests, rather than using the admin or default profile.

Note: Currently, only local Jellyseer users are supported.

Tag summary

Content type

Image

Digest

sha256:0694c16f8

Size

47 MB

Last updated

about 2 hours ago

docker pull ciuse99/suggestarr:nightly