-
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
Both Sonarr and Radarr expose language information for the audio tracks. We should add these as new rule options.
For Sonarr, the field we're interested in is audioLanguages, which is available through the episodefile. An OpenAPI spec can be found here: https://raw.githubusercontent.com/Sonarr/Sonarr/develop/src/Sonarr.Api.V3/openapi.json
For Radarr, the field we're interested in is audioLanguages, which is available through the moviefile. An OpenAPI spec can be found here: https://raw.githubusercontent.com/Radarr/Radarr/develop/src/Radarr.Api.V3/openapi.json
Use these pull requests as an example of the kinds of changes that are expected:
#1743
#1673
Copilot