Skip to content

feat: anime quality profile and server selection for Seerr#95

Open
retardgerman wants to merge 7 commits intomainfrom
dev
Open

feat: anime quality profile and server selection for Seerr#95
retardgerman wants to merge 7 commits intomainfrom
dev

Conversation

@retardgerman
Copy link
Copy Markdown
Contributor

@retardgerman retardgerman commented Apr 9, 2026

Summary

  • Adds 4 new config keys for anime-specific Radarr/Sonarr routing: DEFAULT_QUALITY_PROFILE_ANIME, DEFAULT_QUALITY_PROFILE_ANIME_MOVIE, DEFAULT_SERVER_ANIME, DEFAULT_SERVER_ANIME_MOVIE
  • Anime is detected automatically via TMDB genre 16 (Animation) + Japanese original language — same heuristic Jellyseerr uses internally
  • Falls back to standard movie/TV defaults if no anime config is set, so existing setups are unaffected
  • isAnime: true is included in the Jellyseerr request payload when anime is detected, allowing Jellyseerr to route to its own anime-configured instance
  • Dashboard: all 4 anime selects are populated when clicking "Load Seerr Options" (Sonarr profiles/servers for anime TV, Radarr for anime movies)

AI-assisted documentation. Code logic manually verified.

Closes #94

Adds separate configurable quality profiles and Radarr/Sonarr servers
for anime content (TV series and movies). Anime is detected automatically
using TMDB genre 16 (Animation) + Japanese original language, matching
Jellyseerr's own heuristic. Falls back to the standard movie/TV defaults
if no anime-specific config is set.

- 4 new config keys: DEFAULT_QUALITY_PROFILE_ANIME, DEFAULT_QUALITY_PROFILE_ANIME_MOVIE, DEFAULT_SERVER_ANIME, DEFAULT_SERVER_ANIME_MOVIE
- isAnime flag threaded through interactions → botUtils → seerr.js and included in the Jellyseerr request payload
- Dashboard: anime quality/server selects populated alongside existing ones when loading Seerr options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Anime and Anime Films as categories

1 participant