mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-25 12:22:24 +01:00
New Profile - Balanced (HEVC) (#41)
* Added Balanced (HEVC) Profile + accompanying custom formats * removed legacy h265 profile
This commit is contained in:
@@ -2,8 +2,8 @@ version: "3.3"
|
||||
|
||||
x-common-settings: &common-settings
|
||||
environment:
|
||||
PUID: 1000 # user id, change as necessary
|
||||
PGID: 1000 # group id, change as necessary
|
||||
PUID: 0 # user id, change as necessary
|
||||
PGID: 0 # group id, change as necessary
|
||||
TZ: Europe/London # timezone, change as necessary
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -14,6 +14,8 @@ services:
|
||||
container_name: radarr
|
||||
ports:
|
||||
- "7887:7878" # change the left value to the desired host port for Radarr
|
||||
volumes:
|
||||
- radarr_movies:/movies
|
||||
|
||||
radarr2:
|
||||
<<: *common-settings
|
||||
@@ -35,3 +37,6 @@ services:
|
||||
container_name: sonarr2
|
||||
ports:
|
||||
- "8999:8989" # change the left value to the desired host port for Sonarr
|
||||
|
||||
volumes:
|
||||
radarr_movies: # Docker managed volume for movies
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"name": "1080p h265 Balanced",
|
||||
"name": "Balanced (HEVC) [Beta]",
|
||||
"upgradeAllowed": true,
|
||||
"cutoff": 1004,
|
||||
"items": [
|
||||
@@ -364,8 +364,108 @@
|
||||
}
|
||||
],
|
||||
"minFormatScore": 0,
|
||||
"cutoffFormatScore": 1000,
|
||||
"cutoffFormatScore": 520,
|
||||
"formatItems": [
|
||||
{
|
||||
"format": 373,
|
||||
"name": "Tigole",
|
||||
"score": 500
|
||||
},
|
||||
{
|
||||
"format": 372,
|
||||
"name": "x265 (Missing)",
|
||||
"score": -500
|
||||
},
|
||||
{
|
||||
"format": 371,
|
||||
"name": "edge2020",
|
||||
"score": 500
|
||||
},
|
||||
{
|
||||
"format": 370,
|
||||
"name": "x265 (Web)",
|
||||
"score": -9999
|
||||
},
|
||||
{
|
||||
"format": 369,
|
||||
"name": "MainFrame",
|
||||
"score": 700
|
||||
},
|
||||
{
|
||||
"format": 368,
|
||||
"name": "LEGi0N (x265)",
|
||||
"score": 500
|
||||
},
|
||||
{
|
||||
"format": 367,
|
||||
"name": "SEV",
|
||||
"score": 500
|
||||
},
|
||||
{
|
||||
"format": 366,
|
||||
"name": "LSt",
|
||||
"score": 700
|
||||
},
|
||||
{
|
||||
"format": 365,
|
||||
"name": "AnoZu",
|
||||
"score": 500
|
||||
},
|
||||
{
|
||||
"format": 364,
|
||||
"name": "dkore",
|
||||
"score": 680
|
||||
},
|
||||
{
|
||||
"format": 363,
|
||||
"name": "R1GY3B / B3YG1R",
|
||||
"score": -9999
|
||||
},
|
||||
{
|
||||
"format": 362,
|
||||
"name": "QxR",
|
||||
"score": 680
|
||||
},
|
||||
{
|
||||
"format": 361,
|
||||
"name": "Ralphy",
|
||||
"score": 680
|
||||
},
|
||||
{
|
||||
"format": 360,
|
||||
"name": "Vyndros",
|
||||
"score": 680
|
||||
},
|
||||
{
|
||||
"format": 359,
|
||||
"name": "TAoE",
|
||||
"score": 680
|
||||
},
|
||||
{
|
||||
"format": 358,
|
||||
"name": "GRiMM",
|
||||
"score": 680
|
||||
},
|
||||
{
|
||||
"format": 357,
|
||||
"name": "Chivaman",
|
||||
"score": 700
|
||||
},
|
||||
{
|
||||
"format": 356,
|
||||
"name": "TimeDistortion",
|
||||
"score": 680
|
||||
},
|
||||
{
|
||||
"format": 355,
|
||||
"name": "NAN0",
|
||||
"score": 780
|
||||
},
|
||||
{
|
||||
"format": 354,
|
||||
"name": "HONE",
|
||||
"score": 780
|
||||
},
|
||||
{
|
||||
"format": 353,
|
||||
"name": "BHDStudio (1080p x265)",
|
||||
@@ -684,7 +784,7 @@
|
||||
{
|
||||
"format": 276,
|
||||
"name": "x265",
|
||||
"score": -9999
|
||||
"score": -500
|
||||
},
|
||||
{
|
||||
"format": 275,
|
||||
Reference in New Issue
Block a user