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
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:
SuggestArr queries the availability API for each recommended title.
If the title is found on an excluded platform, it skips the request.
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.
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
API Integration for Content Availability
Integrate an API like:
Workflow Changes
Before sending a content request:
Optional Manual Override
Resources
The text was updated successfully, but these errors were encountered: