Skip to content

Commit

Permalink
add post: radarr profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn888 committed Apr 27, 2024
1 parent 47b93ce commit 8a553d3
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/diy_nas.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ See above in [Download source](#download-source) for more information on this.

### Configuring Radarr

See the separate post [Configuring Radarr]({% post_url /bl/2022-02-23-basic-gpio %}) on how to do this. [Trash Guides](https://trash-guides.info/Radarr/) is very handy.
See the separate post [Configuring Radarr]({% post_url /bl/2022-02-23-basic-gpio %}) on how to do this. [Trash Guides](https://trash-guides.info/Radarr/) is very handy. [Here's](@/blog/radarr_profiles.md) a post on setting up Radarr quality profiles, so that you pull those juicy, efficient, balanced x265 encodes.

Repeat the same steps with Sonarr as well to configure it.

Expand Down
43 changes: 43 additions & 0 deletions content/blog/radarr_profiles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
+++
title = "Setup Radarr for x265 encodes"
date = 2024-04-27 17:27:00
draft = false

[taxonomies]
categories = ["misc"]
tags = ["NAS", "self-host", "seedbox"]

[extra]
lang = "en"
toc = true
comment = false
copy = true
math = false
mermaid = false
outdate_alert = false
outdate_alert_days = 120
display_tags = true
truncate_summary = false
+++

This article is a continuation of [this post](@/blog/diy_nas.md) on setting up a DIY NAS. Here we will setup Radarr/Sonarr custom formats, such that it prioritises the efficient x265 1080p encodes.

First go to Settings->Custom Formats and setup two custom formats like so:

![RalphyXD-like](/img/RalphyXD-like.png)

![Lama-like](/img/Lama-like.png)

With the appropriate conditions as shown. The x265 & x264 are preset conditions available in the drop-down!

Next go to Settings->Profiles. Select `HD - 720p/1080p` And add the custom formats as indicated below, using the `score` value to prioritise the x265.

![720p/1080p quality profile](/img/720p_1080p-quality-profile.png)

Third and final step, setup Quality Definitions. We are interested in 720p & 1080p profiles here.

![Quality Slider](/img/quality-slider.png)


Then go ahead Auto 'Search Movie' feature on top in the movie listing page to test it. Be sure to select the `HD - 720p/1080p` Quality Profile when you add the new movie!

Binary file added static/img/720p_1080p-quality-profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/Lama-like.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/RalphyXD-like.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/quality-slider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a553d3

Please sign in to comment.