-
-
Notifications
You must be signed in to change notification settings - Fork 230
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues
Is your feature request related to a problem? Please describe
When I add new indexers I have no way of telling if the indexer has support for id-queries (for tv-shows especially) which means that I might add indexers that are string-query driven. This in turn means when I add a TV-Show that has internationalized aliases (foreign) every query to Prowlarr gets duplicated in different languages.
This has the unintentional effect that searches get throttled by the indexers if I want to batch-search a full season of a tv-show for example.
Describe the solution you'd like
In the list where you add new indexers to Prowlarr I would love to have the ability to sort out the indexers that have id-queries enabled. This would make a huge difference when I'm hunting for better indexers than I currently have. :)
Let me know if my feature request is unclear and I'll clarify what I mean.
Describe alternatives you've considered
The only alternative I have is to try and find documentation for the indexers beforehand to see if they are id-queryable or only title-query driven.