Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQ] Exclude Content Available on Specific Platforms #107

Open
Mallone2000 opened this issue Jan 26, 2025 · 0 comments
Open

[REQ] Exclude Content Available on Specific Platforms #107

Mallone2000 opened this issue Jan 26, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Mallone2000
Copy link

Description

Add functionality to SuggestArr that allows users to exclude movies or TV shows available on specific streaming platforms (e.g., Netflix, Hulu, Amazon Prime) from being automatically requested. This feature would ensure that content already accessible to users through their existing subscriptions is not redundantly added to their media libraries.

Proposed Functionality

Platform Exclusion Setting

  • Add a configuration option in the settings (web interface or configuration file) for users to specify a list of excluded platforms (e.g., Netflix, Hulu, Disney+).

API Integration for Content Availability

Integrate an API like:

  • JustWatch API: Provides detailed information about streaming availability.
  • TMDb Watch Provider: Supports querying streaming services where a title is available.

Workflow Changes

Before sending a content request:

  1. SuggestArr queries the availability API for each recommended title.
  2. If the title is found on an excluded platform, it skips the request.
  3. Log entries are generated for skipped requests with the reason (e.g., "Available on Netflix").

Optional Manual Override

  • Allow users to manually request titles that were skipped if desired, with a warning about availability.

Resources

@Mallone2000 Mallone2000 added the enhancement New feature or request label Jan 26, 2025
@giuseppe99barchetta giuseppe99barchetta moved this to In progress in SuggestArr Project Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

No branches or pull requests

1 participant