Skip to content

[FEATURE] Push Pulsarr’s watchlists items into Overseerr #268

Description

@jenniekims

Feature Description

Add a new “Overseerr” export in Pulsarr so that whenever Pulsarr picks up an item from my Plex watchlist or any of my friends’ watchlists it automatically sends that item into an existing Overseerr instance as a request.

Use Case

I (like many others) already have a larger media pipeline wired together: notifications, approvals, post-processing, etc. It’s not that I prefer Overseerr, it’s just the glue that holds everything else in my flow. Right now Pulsarr does a fantastic job watching Plex, but I still have to manually re-enter each show or movie into Overseerr to kick off the downstream steps. Automating that hand-off would save me (and others I hope) hours!

Proposed Solution

  1. Overseerr Export Settings
    In Pulsarr’s settings, add an “Overseerr” section where you enter the Overseerr base URL and API key.
  2. Real-time or Batched Push
    On each new watchlist item (mine or friends) POST a request to Overseerr’s API, including metadata IDs, media type, and mapped quality profile.
    Optionally offer a batch-mode that pushes every X minutes rather than per item.
  3. Deduplication
    Before sending, check if the request already exists in Overseerr and skip duplicates.
  4. Logs & Feedback
    Surface success/failure messages in Pulsarr’s UI or logs so admins can verify what was forwarded and troubleshoot any issues.

Alternatives Considered

Manual Entry: Tedious and error prone, requiring retyping dozens of series.
Standalone Script: A separate bridge script works but sits outside Pulsarr’s UI and can be fragile to maintain.

Additional Context

This would be an optional feature, Pulsarr’s core watchlist → Sonarr/Radarr functionality remains untouched. It simply streamlines the hand-off into my existing Overseerr based workflow, keeping the whole ecosystem moving without extra clicks.

Thank you so much for all your dedication and hard work, Pulsarr is amazing ♡

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions