-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
feat(guide-sync): Add Anime profiles for sonarr and radarr #2267
base: master
Are you sure you want to change the base?
Conversation
Deploying with ⚡ Cloudflare Pages
|
Deploying with ⚡ Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See suggestions and comments.
"trash_id": "722b624f9af1e492284c4bc842153a38", | ||
"name": "[Anime] Remux-1080p - Anime", | ||
"trash_description": "Quality Profile that covers:<br>- SDTV, DVD<br>- HDTV 720p, 1080p<br>- WEBDL: 480p, 720, 1080p<br>- Bluray 480p, 576p, 720p, 1080p<br>- Remux 1080p", | ||
"group": 81, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we know what value this should be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will have to defer to @TRaSH- here on the group id, but the rest of the values came from the existing guide for anime profiles.
"trash_id": "20e0fc959f1f1704bed501f23bdae76f", | ||
"name": "[Anime] Remux-1080p - Anime", | ||
"trash_description": "Quality Profile that covers:<br>- SDTV, DVD<br>- HDTV 720p, 1080p<br>- WEBDL: 480p, 720, 1080p<br>- Bluray 480p, 576p, 720p, 1080p<br>- Remux 1080p", | ||
"group": 81, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do we know what value this should be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will have to defer to @TRaSH- here on the group id, but the rest of the values came from the existing guide for anime profiles.
Co-authored-by: yammes08 <[email protected]>
Co-authored-by: yammes08 <[email protected]>
Deploying with ⚡ Cloudflare Pages
|
Deploying with ⚡ Cloudflare Pages
|
Pull Request
Purpose
First pass at creating quality profile for Anime configurations on Sonarr and Radarr
Approach
Pulled the current guides off the web and codified them into the proposed quality files in this PR
Requirements