You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**.
14
+
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 **Seer**.
15
15
16
16
## Features
17
17
-**Multi-Media Server Support**: Supports Jellyfin, Plex, and Emby for retrieving media content.
18
18
-**TMDb Integration**: Searches for similar movies and TV shows on TMDb.
19
19
-**AI-Powered Recommendations***(beta)*: Uses any OpenAI-compatible LLM (OpenAI, Ollama, Gemini, LiteLLM…) to generate hyper-personalized suggestions based on watch history, complete with AI reasoning for each pick.
20
20
-**AI Search***(beta)*: Describe in natural language what you want to watch and let the AI find matching titles, personalised to your viewing history, with one-click request to Seer.
21
-
-**Automated Requests**: Sends download requests for recommended content to Jellyseer or Seer.
21
+
-**Automated Requests**: Sends download requests for recommended content to Seer.
22
22
-**Web Interface**: A user-friendly interface for configuration and management.
23
23
-**Real-Time Logs**: View and filter logs in real time (e.g., `INFO`, `ERROR`, `DEBUG`).
24
24
-**User Selection**: Choose specific users to initiate requests, allowing management and approval of auto-requested content.
@@ -31,7 +31,7 @@ SuggestArr is a project designed to automate media content recommendations and d
31
31
-**Python 3.x** or **Docker**
32
32
-**[TMDb API Key](https://www.themoviedb.org/documentation/api)**
33
33
- Configured **[Jellyfin](https://jellyfin.org/)**, **[Plex](https://www.plex.tv/)**, or **[Emby](https://emby.media/)**
34
-
- Configured **[Jellyseer](https://github.com/Fallenbagel/jellyseerr)** or **[Overseer](https://github.com/sct/overseerr)**
0 commit comments