Skip to content

[copilot] Expose Sonarr & Radarr audio languages #1885

@benscobie

Description

@benscobie

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions