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

Specify Radarr Quality Profile in Config #6

Closed
hackworth opened this issue Jun 29, 2017 · 4 comments
Closed

Specify Radarr Quality Profile in Config #6

hackworth opened this issue Jun 29, 2017 · 4 comments
Assignees

Comments

@hackworth
Copy link
Contributor

The qualityProfileId is always 1 (Any) and currently you have to hard code it to different ID in radarr.js line 74, it would be nice to specify the human readable profile in the config.

@josephschmitt
Copy link
Owner

I'd been trying to think how someone could specify a quality. Config seems like a decent place. How do you see it being specified? By id? Name? Both? What is there's no match? Then fall back to Any?

@hackworth
Copy link
Contributor Author

Name I would think, the GUI for Radarr doesn't expose the ID. Fall back to Any seems reasonable to me. I would also have an option for the root folder.

@hackworth
Copy link
Contributor Author

Looks like the same thing for Sonarr, it defaults to SD.

@josephschmitt
Copy link
Owner

Sounds good to me

@josephschmitt josephschmitt self-assigned this Jun 29, 2017
josephschmitt added a commit that referenced this issue Jul 2, 2017
…arr/radarr (#11)

You can now optionally supply a key called "quality" for each provider that matches the quality you want the media to download at. Note that the name of the quality has to match exactly what it's called in Sonarr or Radarr for it to work. Example:

```
  "server": {...}
  "movies": {
    "provider": "radarr",
    "server": {...},
    "quality": "HD-1080p"
  },
  "shows": {
    "provider": "sonarr",
    "server": {...},
    "quality": "HDTV-1080p"
  }
```

If you don't set a quality, it'll use whatever the first quality profile from the API is, usually "Any".

Closes #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants