3 Commits

Author SHA1 Message Date
santiagosayshey
9232859a9d Merge branch 'main' of https://github.com/santiagosayshey/Profilarr 2024-01-26 21:58:41 +10:30
santiagosayshey
e41d74e4d1 v0.2.2
- added 1080p optimal
- removed HDR from h265 balanced
- removed x265 from h265 balanced
- changed 3D custom format
- added HDR, DV, Atmos missing groups
- added PCM audio
- added bluray source specific to remuxes (removes encodes from optimal profiles)
2024-01-26 21:58:31 +10:30
santiagosayshey
b9bb39732e Update README.md
removed dev guide from readme
2024-01-26 04:32:46 +10:30
23 changed files with 4712 additions and 208 deletions

View File

@@ -62,44 +62,6 @@ Profilarr is a Python-based tool designed to add import/export/sync functionalit
- **User Interface (UI):** Development of a graphical user interface (GUI) for easier and more intuitive interaction with Profilarr. This UI will cater to users who prefer graphical over command-line interactions.
- **Automatic Updates:** Implement an auto-update mechanism for Profilarr, ensuring users always have access to the latest features, improvements, and bug fixes without manual intervention.
# Profilarr Development
This section provides concise instructions for developers to set up Profilarr for further development, customization, or contribution.
## Getting Started
To get started with Profilarr development, follow these steps:
1. **Run Docker Compose**:
- Start Radarr and Sonarr instances using the provided Docker Compose files:
```bash
docker-compose up -d
```
- This command will set up isolated instances of Radarr and Sonarr for development purposes.
2. **Configure API Keys**:
- Once Radarr and Sonarr are running, access their web interfaces to obtain the API keys.
- Update the `config.json` file with these API keys. This step is crucial for Profilarr to communicate with your Radarr and Sonarr instances.
3. **Import Custom Formats**:
- Use Profilarr to import any initial custom formats you need. This step sets the baseline for your development environment.
- Run `python importarr.py` and follow the prompts to import custom formats into Radarr or Sonarr.
4. **Developing New Profiles and Custom Formats**:
- With the setup complete, you can now start developing new profiles and custom formats.
- Test your changes by exporting from Profilarr and verifying the behavior in the Radarr/Sonarr instances.
## Development Tips
- **Always Back Up**: Before making major changes, back up your Radarr and Sonarr configurations.
- **Iterative Testing**: Test your changes incrementally to ensure stability and expected behavior.
- **Document Your Changes**: Keep track of modifications for future reference or contribution to the project.
By following these steps, you'll have a working development environment for Profilarr, allowing you to create and test new profiles and custom formats effectively.
# TRASH Guides
Some custom formats found here have been interated on from the trash guides. Credit for these goes entirely to trash, and can be found on their site here. It is not my intention to steal their work, but rather to build on it and make it more accessible to the average user through my quality profiles. Please check out their site for more information on their work.

View File

@@ -2296,6 +2296,27 @@
"isFloat": false
}
]
},
{
"name": "remux",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "remux",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
},
@@ -4882,7 +4903,7 @@
},
{
"name": "DTS-HD MA",
"includeCustomFormatWhenRenaming": true,
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DTS-HD MA",
@@ -4897,7 +4918,7 @@
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b",
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -7308,14 +7329,56 @@
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": true,
"required": false,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "(?<=^|[\\s.-])3d\\b",
"value": "\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "BluRay3D",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": false,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(BluRay3D)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "BD3D",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": false,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(BD3D)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -9209,7 +9272,7 @@
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(FraMeSToR|HQMUX|SiCFoI|playBD|RYU|ElNeekster|CiNEPHiLES|3L|EDV|Kenobi|TRiToN|HDH)\\b",
"value": "\\b(FraMeSToR|HQMUX|SiCFoI|playBD|RYU|ElNeekster|CiNEPHiLES|3L|EDV|Kenobi|TRiToN|HDH|NTb)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -9558,76 +9621,6 @@
"name": "ATMOS (Missing)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"implementationName": "Resolution",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Resolution",
"value": 2160,
"type": "select",
"advanced": false,
"selectOptions": [
{
"value": 0,
"name": "Unknown",
"order": 0,
"dividerAfter": false
},
{
"value": 360,
"name": "R360p",
"order": 360,
"dividerAfter": false
},
{
"value": 480,
"name": "R480p",
"order": 480,
"dividerAfter": false
},
{
"value": 540,
"name": "R540p",
"order": 540,
"dividerAfter": false
},
{
"value": 576,
"name": "R576p",
"order": 576,
"dividerAfter": false
},
{
"value": 720,
"name": "R720p",
"order": 720,
"dividerAfter": false
},
{
"value": 1080,
"name": "R1080p",
"order": 1080,
"dividerAfter": false
},
{
"value": 2160,
"name": "R2160p",
"order": 2160,
"dividerAfter": false
}
],
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "TrueHD",
"implementation": "ReleaseTitleSpecification",
@@ -9669,6 +9662,27 @@
"isFloat": false
}
]
},
{
"name": "7.1",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "7.1",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
},
@@ -9786,7 +9800,7 @@
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "^(?!.*(HDR|HULU|REMUX))(?=.*\\b(DV|Dovi|Dolby[- .]?V(ision)?)\\b)",
"value": "^(?!.*(HDR|HULU|REMUX|BLURAY))(?=.*\\b(DV|Dovi|Dolby[- .]?V(ision)?)\\b)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -11882,7 +11896,7 @@
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "^(?!.*(?i:remux)).*([h]\\s?(\\.?265))",
"value": "^(?!.*(?i:remux)).*([hH]\\s*\\.?\\s*265)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -11954,5 +11968,267 @@
]
}
]
},
{
"name": "PCM",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "PCM",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(l?)PCM(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bAAC(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bFLAC(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bDTS(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "True[ .-]?HD|\\bATMOS(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bDD[^a-z+]|(?<!e)ac3",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
},
{
"name": "Blu-Ray (Remux)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Blu-Ray",
"implementation": "SourceSpecification",
"implementationName": "Source",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Source",
"value": 9,
"type": "select",
"advanced": false,
"selectOptions": [
{
"value": 0,
"name": "UNKNOWN",
"order": 0,
"dividerAfter": false
},
{
"value": 1,
"name": "CAM",
"order": 1,
"dividerAfter": false
},
{
"value": 2,
"name": "TELESYNC",
"order": 2,
"dividerAfter": false
},
{
"value": 3,
"name": "TELECINE",
"order": 3,
"dividerAfter": false
},
{
"value": 4,
"name": "WORKPRINT",
"order": 4,
"dividerAfter": false
},
{
"value": 5,
"name": "DVD",
"order": 5,
"dividerAfter": false
},
{
"value": 6,
"name": "TV",
"order": 6,
"dividerAfter": false
},
{
"value": 7,
"name": "WEBDL",
"order": 7,
"dividerAfter": false
},
{
"value": 8,
"name": "WEBRIP",
"order": 8,
"dividerAfter": false
},
{
"value": 9,
"name": "BLURAY",
"order": 9,
"dividerAfter": false
}
],
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "remux",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/radarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Regular Expression",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "remux",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
}
]

View File

@@ -2382,6 +2382,27 @@
"isFloat": false
}
]
},
{
"name": "Remux",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "Remux",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
},
@@ -4335,7 +4356,7 @@
},
{
"name": "DTS-HD MA",
"includeCustomFormatWhenRenaming": true,
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DTS-HD MA",
@@ -4350,7 +4371,7 @@
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b",
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -5346,14 +5367,56 @@
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": true,
"required": false,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "(?<=^|[\\s.-])3d\\b",
"value": "\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "BluRay3D",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": false,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(BluRay3D)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "BD3D",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": false,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(BD3D)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -7197,7 +7260,7 @@
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(FraMeSToR|HQMUX|SiCFoI|playBD|RYU|ElNeekster|CiNEPHiLES|3L|EDV|Kenobi|TRiToN|HDH|TekMUX)\\b",
"value": "\\b(FraMeSToR|HQMUX|SiCFoI|playBD|RYU|ElNeekster|CiNEPHiLES|3L|EDV|Kenobi|TRiToN|HDH|TekMUX|NTb)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -7530,68 +7593,6 @@
"name": "ATMOS (Missing)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "2160p",
"implementation": "ResolutionSpecification",
"implementationName": "Resolution",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Resolution",
"value": 2160,
"type": "select",
"advanced": false,
"selectOptions": [
{
"value": 0,
"name": "Unknown",
"order": 0
},
{
"value": 360,
"name": "R360P",
"order": 360
},
{
"value": 480,
"name": "R480P",
"order": 480
},
{
"value": 540,
"name": "R540p",
"order": 540
},
{
"value": 576,
"name": "R576p",
"order": 576
},
{
"value": 720,
"name": "R720p",
"order": 720
},
{
"value": 1080,
"name": "R1080p",
"order": 1080
},
{
"value": 2160,
"name": "R2160p",
"order": 2160
}
],
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "TrueHD",
"implementation": "ReleaseTitleSpecification",
@@ -7633,6 +7634,27 @@
"isFloat": false
}
]
},
{
"name": "7.1",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "7.1",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
},
@@ -7742,7 +7764,7 @@
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "^(?!.*(HDR|HULU|REMUX))(?=.*\\b(DV|Dovi|Dolby[- .]?V(ision)?)\\b)",
"value": "^(?!.*(HDR|HULU|REMUX|Bluray))(?=.*\\b(DV|Dovi|Dolby[- .]?V(ision)?)\\b)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -10356,7 +10378,7 @@
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "^(?!.*(?i:remux)).*([h](\\.?265)|HEVC)",
"value": "^(?!.*(?i:remux)).*([hH]\\\\s*\\\\.?\\\\s*265)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
@@ -10407,5 +10429,247 @@
]
}
]
},
{
"name": "Blu-Ray (Remux)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Blu-Ray",
"implementation": "SourceSpecification",
"implementationName": "Source",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Source",
"value": 6,
"type": "select",
"advanced": false,
"selectOptions": [
{
"value": 0,
"name": "Unknown",
"order": 0
},
{
"value": 1,
"name": "Television",
"order": 1
},
{
"value": 2,
"name": "TelevisionRaw",
"order": 2
},
{
"value": 3,
"name": "Web",
"order": 3
},
{
"value": 4,
"name": "WebRip",
"order": 4
},
{
"value": 5,
"name": "DVD",
"order": 5
},
{
"value": 6,
"name": "Bluray",
"order": 6
},
{
"value": 7,
"name": "BlurayRaw",
"order": 7
}
],
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Remux",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "Remux",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
},
{
"name": "PCM",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "PCM",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": false,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\b(l?)PCM(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not AAC",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bAAC(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not FLAC",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bFLAC(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not DTS",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bDTS(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not TrueHD/ATMOS",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "True[ .-]?HD|\\bATMOS(\\b|\\d)",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not Basic Dolby Digital",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bDD[^a-z+]|(?<!e)ac3",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
},
{
"name": "Not Dolby Digital Plus ",
"implementation": "ReleaseTitleSpecification",
"implementationName": "Release Title",
"infoLink": "https://wiki.servarr.com/sonarr/settings#custom-formats-2",
"negate": true,
"required": true,
"fields": [
{
"order": 0,
"name": "value",
"label": "Language",
"helpText": "Custom Format RegEx is Case Insensitive",
"value": "\\bDD[P+]|\\b(e[-_. ]?ac3)\\b",
"type": "textbox",
"advanced": false,
"privacy": "normal",
"isFloat": false
}
]
}
]
}
]

View File

@@ -366,6 +366,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 500,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",

View File

@@ -366,6 +366,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",

View File

@@ -232,6 +232,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",

View File

@@ -232,6 +232,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 500,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,898 @@
[
{
"name": "1080p Optimal (Single Grab)",
"upgradeAllowed": true,
"cutoff": 20,
"items": [
{
"quality": {
"id": 0,
"name": "Unknown",
"source": "unknown",
"resolution": 0
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 13,
"name": "Bluray-480p",
"source": "bluray",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 4,
"name": "HDTV-720p",
"source": "television",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 14,
"name": "WEBRip-720p",
"source": "webRip",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 5,
"name": "WEBDL-720p",
"source": "web",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 6,
"name": "Bluray-720p",
"source": "bluray",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 1,
"name": "SDTV",
"source": "television",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 12,
"name": "WEBRip-480p",
"source": "webRip",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 8,
"name": "WEBDL-480p",
"source": "web",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 2,
"name": "DVD",
"source": "dvd",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 10,
"name": "Raw-HD",
"source": "televisionRaw",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 9,
"name": "HDTV-1080p",
"source": "television",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 15,
"name": "WEBRip-1080p",
"source": "webRip",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 7,
"name": "Bluray-1080p",
"source": "bluray",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 3,
"name": "WEBDL-1080p",
"source": "web",
"resolution": 1080
},
"items": [],
"allowed": true
},
{
"quality": {
"id": 20,
"name": "Bluray-1080p Remux",
"source": "blurayRaw",
"resolution": 1080
},
"items": [],
"allowed": true
},
{
"quality": {
"id": 16,
"name": "HDTV-2160p",
"source": "television",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 17,
"name": "WEBRip-2160p",
"source": "webRip",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 19,
"name": "Bluray-2160p",
"source": "bluray",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 18,
"name": "WEBDL-2160p",
"source": "web",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 21,
"name": "Bluray-2160p Remux",
"source": "blurayRaw",
"resolution": 2160
},
"items": [],
"allowed": false
}
],
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 30
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 60
},
{
"format": 224,
"name": "h265",
"score": -9999
},
{
"format": 214,
"name": "LQ",
"score": -9999
},
{
"format": 213,
"name": "EPSiLON",
"score": 0
},
{
"format": 212,
"name": "playBD",
"score": 0
},
{
"format": 211,
"name": "BLURANiUM",
"score": 0
},
{
"format": 210,
"name": "PmP",
"score": 0
},
{
"format": 209,
"name": "WiLDCAT",
"score": 0
},
{
"format": 208,
"name": "TRiToN",
"score": 0
},
{
"format": 207,
"name": "3L",
"score": 0
},
{
"format": 206,
"name": "Dolby Vision w/out Fallback",
"score": -9999
},
{
"format": 205,
"name": "UHDBits",
"score": -9999
},
{
"format": 204,
"name": "ATMOS (Missing)",
"score": 10
},
{
"format": 203,
"name": "TrueHD (Missing)",
"score": 50
},
{
"format": 202,
"name": "HDR10 (Missing)",
"score": -9999
},
{
"format": 201,
"name": "HDR10",
"score": -9999
},
{
"format": 200,
"name": "Dolby Vision",
"score": -9999
},
{
"format": 199,
"name": "HDR10+",
"score": -9999
},
{
"format": 198,
"name": "Stream Optimised",
"score": 0
},
{
"format": 197,
"name": "LoRD",
"score": 0
},
{
"format": 196,
"name": "Scene",
"score": 0
},
{
"format": 195,
"name": "mHD",
"score": 0
},
{
"format": 194,
"name": "AV-1",
"score": -9999
},
{
"format": 193,
"name": "VVC",
"score": -9999
},
{
"format": 192,
"name": "Extras",
"score": -9999
},
{
"format": 191,
"name": "480p",
"score": 0
},
{
"format": 190,
"name": "Dariush ",
"score": 0
},
{
"format": 189,
"name": "TBB SD",
"score": 30
},
{
"format": 188,
"name": "Xvid",
"score": 0
},
{
"format": 187,
"name": "DVD",
"score": 0
},
{
"format": 186,
"name": "DVD REMUX ",
"score": 40
},
{
"format": 185,
"name": "HANDJOB SD",
"score": 20
},
{
"format": 184,
"name": "iTunes (Missing)",
"score": 10
},
{
"format": 183,
"name": "ROKU",
"score": 20
},
{
"format": 182,
"name": "BeyondHD",
"score": 0
},
{
"format": 181,
"name": "Disc ",
"score": -9999
},
{
"format": 180,
"name": "3D",
"score": -9999
},
{
"format": 179,
"name": "Unwanted",
"score": -9999
},
{
"format": 178,
"name": "RightSIZE",
"score": 0
},
{
"format": 177,
"name": "Black and White",
"score": -9999
},
{
"format": 176,
"name": "TrueHD",
"score": 50
},
{
"format": 175,
"name": "DTS-X",
"score": 60
},
{
"format": 174,
"name": "FLAC",
"score": 30
},
{
"format": 173,
"name": "DTS-HD MA",
"score": 50
},
{
"format": 172,
"name": "x265",
"score": -9999
},
{
"format": 171,
"name": "IMAX",
"score": 10
},
{
"format": 170,
"name": "ATMOS",
"score": 10
},
{
"format": 169,
"name": "DD",
"score": 0
},
{
"format": 168,
"name": "DTS",
"score": 0
},
{
"format": 167,
"name": "DD+",
"score": 0
},
{
"format": 166,
"name": "iTunes",
"score": 10
},
{
"format": 165,
"name": "Paramount+",
"score": 20
},
{
"format": 164,
"name": "Peacock TV",
"score": 20
},
{
"format": 163,
"name": "Hulu",
"score": 20
},
{
"format": 162,
"name": "Netflix",
"score": 30
},
{
"format": 161,
"name": "HBO Max",
"score": 30
},
{
"format": 160,
"name": "Disney+",
"score": 30
},
{
"format": 159,
"name": "Apple TV+",
"score": 40
},
{
"format": 158,
"name": "Movies Anywhere",
"score": 50
},
{
"format": 157,
"name": "Amazon Prime",
"score": 40
},
{
"format": 156,
"name": "REMUX",
"score": 60
},
{
"format": 155,
"name": "x264",
"score": 10
},
{
"format": 154,
"name": "WEBRip",
"score": -9999
},
{
"format": 153,
"name": "Blu-Ray",
"score": -9999
},
{
"format": 152,
"name": "2160p",
"score": -9999
},
{
"format": 151,
"name": "720p",
"score": -9999
},
{
"format": 150,
"name": "1080p",
"score": 60
},
{
"format": 149,
"name": "BHDStudio",
"score": 0
},
{
"format": 148,
"name": "LEGi0N",
"score": 0
},
{
"format": 147,
"name": "FraMeSToR",
"score": 0
},
{
"format": 146,
"name": "iFT",
"score": 0
},
{
"format": 145,
"name": "MTeam",
"score": 0
},
{
"format": 144,
"name": "EDPH",
"score": 0
},
{
"format": 143,
"name": "HANDJOB",
"score": 0
},
{
"format": 142,
"name": "c0ke",
"score": 0
},
{
"format": 141,
"name": "KASHMiR",
"score": 0
},
{
"format": 140,
"name": "WMING",
"score": 0
},
{
"format": 139,
"name": "playHD",
"score": 0
},
{
"format": 138,
"name": "E.N.D",
"score": 0
},
{
"format": 137,
"name": "GutS",
"score": 0
},
{
"format": 136,
"name": "BV",
"score": 0
},
{
"format": 135,
"name": "SiMPLE",
"score": 0
},
{
"format": 134,
"name": "W4NK3R",
"score": 0
},
{
"format": 133,
"name": "GS88",
"score": 0
},
{
"format": 132,
"name": "HiP",
"score": 0
},
{
"format": 131,
"name": "GALAXY",
"score": 0
},
{
"format": 130,
"name": "luvBB",
"score": 0
},
{
"format": 129,
"name": "NyHD",
"score": 0
},
{
"format": 128,
"name": "ZIMBO",
"score": 0
},
{
"format": 127,
"name": "ThD",
"score": 0
},
{
"format": 126,
"name": "SaNcTi",
"score": 0
},
{
"format": 125,
"name": "ORiGEN",
"score": 0
},
{
"format": 124,
"name": "Positive",
"score": 0
},
{
"format": 123,
"name": "ESiR",
"score": 0
},
{
"format": 122,
"name": "Chotab",
"score": 0
},
{
"format": 121,
"name": "xander",
"score": 0
},
{
"format": 120,
"name": "FTW-HD",
"score": 0
},
{
"format": 119,
"name": "Penumbra",
"score": 0
},
{
"format": 118,
"name": "TDD",
"score": 0
},
{
"format": 117,
"name": "Dariush SD",
"score": 30
},
{
"format": 116,
"name": "PTer",
"score": 0
},
{
"format": 115,
"name": "SbR",
"score": 0
},
{
"format": 114,
"name": "nmd",
"score": 0
},
{
"format": 113,
"name": "TBB",
"score": 0
},
{
"format": 112,
"name": "EA",
"score": 0
},
{
"format": 111,
"name": "BMF",
"score": 0
},
{
"format": 110,
"name": "LolHD",
"score": 0
},
{
"format": 109,
"name": "HDMaNiAcS",
"score": 0
},
{
"format": 108,
"name": "IDE",
"score": 0
},
{
"format": 107,
"name": "de[42]",
"score": 0
},
{
"format": 106,
"name": "NCmt",
"score": 0
},
{
"format": 105,
"name": "decibeL",
"score": 0
},
{
"format": 104,
"name": "NTb",
"score": 0
},
{
"format": 103,
"name": "CRiSC",
"score": 0
},
{
"format": 102,
"name": "SA89",
"score": 0
},
{
"format": 101,
"name": "HiDt",
"score": 0
},
{
"format": 100,
"name": "FoRM",
"score": 0
},
{
"format": 99,
"name": "HiFi",
"score": 0
},
{
"format": 98,
"name": "CtrlHD",
"score": 0
},
{
"format": 97,
"name": "VietHD",
"score": 0
},
{
"format": 96,
"name": "ZQ",
"score": 0
},
{
"format": 95,
"name": "TayTo",
"score": 0
},
{
"format": 94,
"name": "Geek",
"score": 0
},
{
"format": 93,
"name": "EbP",
"score": 0
},
{
"format": 92,
"name": "DON",
"score": 0
},
{
"format": 91,
"name": "D-Z0N3",
"score": 0
},
{
"format": 215,
"name": "CJ",
"score": 0
},
{
"format": 216,
"name": "pcroland",
"score": 0
},
{
"format": 217,
"name": "BTN",
"score": 0
},
{
"format": 218,
"name": "iON",
"score": 0
},
{
"format": 219,
"name": "AJP69",
"score": 0
},
{
"format": 220,
"name": "VLAD",
"score": 0
},
{
"format": 221,
"name": "hdalx",
"score": 0
},
{
"format": 223,
"name": "LiNG",
"score": 0
}
]
}
]

View File

@@ -0,0 +1,898 @@
[
{
"name": "1080p Optimal",
"upgradeAllowed": true,
"cutoff": 20,
"items": [
{
"quality": {
"id": 0,
"name": "Unknown",
"source": "unknown",
"resolution": 0
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 13,
"name": "Bluray-480p",
"source": "bluray",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 4,
"name": "HDTV-720p",
"source": "television",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 14,
"name": "WEBRip-720p",
"source": "webRip",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 5,
"name": "WEBDL-720p",
"source": "web",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 6,
"name": "Bluray-720p",
"source": "bluray",
"resolution": 720
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 1,
"name": "SDTV",
"source": "television",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 12,
"name": "WEBRip-480p",
"source": "webRip",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 8,
"name": "WEBDL-480p",
"source": "web",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 2,
"name": "DVD",
"source": "dvd",
"resolution": 480
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 10,
"name": "Raw-HD",
"source": "televisionRaw",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 9,
"name": "HDTV-1080p",
"source": "television",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 15,
"name": "WEBRip-1080p",
"source": "webRip",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 7,
"name": "Bluray-1080p",
"source": "bluray",
"resolution": 1080
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 3,
"name": "WEBDL-1080p",
"source": "web",
"resolution": 1080
},
"items": [],
"allowed": true
},
{
"quality": {
"id": 20,
"name": "Bluray-1080p Remux",
"source": "blurayRaw",
"resolution": 1080
},
"items": [],
"allowed": true
},
{
"quality": {
"id": 16,
"name": "HDTV-2160p",
"source": "television",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 17,
"name": "WEBRip-2160p",
"source": "webRip",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 19,
"name": "Bluray-2160p",
"source": "bluray",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 18,
"name": "WEBDL-2160p",
"source": "web",
"resolution": 2160
},
"items": [],
"allowed": false
},
{
"quality": {
"id": 21,
"name": "Bluray-2160p Remux",
"source": "blurayRaw",
"resolution": 2160
},
"items": [],
"allowed": false
}
],
"minFormatScore": 0,
"cutoffFormatScore": 1000,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 30
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 60
},
{
"format": 224,
"name": "h265",
"score": -9999
},
{
"format": 214,
"name": "LQ",
"score": -9999
},
{
"format": 213,
"name": "EPSiLON",
"score": 0
},
{
"format": 212,
"name": "playBD",
"score": 0
},
{
"format": 211,
"name": "BLURANiUM",
"score": 0
},
{
"format": 210,
"name": "PmP",
"score": 0
},
{
"format": 209,
"name": "WiLDCAT",
"score": 0
},
{
"format": 208,
"name": "TRiToN",
"score": 0
},
{
"format": 207,
"name": "3L",
"score": 0
},
{
"format": 206,
"name": "Dolby Vision w/out Fallback",
"score": -9999
},
{
"format": 205,
"name": "UHDBits",
"score": -9999
},
{
"format": 204,
"name": "ATMOS (Missing)",
"score": 10
},
{
"format": 203,
"name": "TrueHD (Missing)",
"score": 50
},
{
"format": 202,
"name": "HDR10 (Missing)",
"score": -9999
},
{
"format": 201,
"name": "HDR10",
"score": -9999
},
{
"format": 200,
"name": "Dolby Vision",
"score": -9999
},
{
"format": 199,
"name": "HDR10+",
"score": -9999
},
{
"format": 198,
"name": "Stream Optimised",
"score": 0
},
{
"format": 197,
"name": "LoRD",
"score": 0
},
{
"format": 196,
"name": "Scene",
"score": 0
},
{
"format": 195,
"name": "mHD",
"score": 0
},
{
"format": 194,
"name": "AV-1",
"score": -9999
},
{
"format": 193,
"name": "VVC",
"score": -9999
},
{
"format": 192,
"name": "Extras",
"score": -9999
},
{
"format": 191,
"name": "480p",
"score": 0
},
{
"format": 190,
"name": "Dariush ",
"score": 0
},
{
"format": 189,
"name": "TBB SD",
"score": 30
},
{
"format": 188,
"name": "Xvid",
"score": 0
},
{
"format": 187,
"name": "DVD",
"score": 0
},
{
"format": 186,
"name": "DVD REMUX ",
"score": 40
},
{
"format": 185,
"name": "HANDJOB SD",
"score": 20
},
{
"format": 184,
"name": "iTunes (Missing)",
"score": 10
},
{
"format": 183,
"name": "ROKU",
"score": 20
},
{
"format": 182,
"name": "BeyondHD",
"score": 0
},
{
"format": 181,
"name": "Disc ",
"score": -9999
},
{
"format": 180,
"name": "3D",
"score": -9999
},
{
"format": 179,
"name": "Unwanted",
"score": -9999
},
{
"format": 178,
"name": "RightSIZE",
"score": 0
},
{
"format": 177,
"name": "Black and White",
"score": -9999
},
{
"format": 176,
"name": "TrueHD",
"score": 50
},
{
"format": 175,
"name": "DTS-X",
"score": 60
},
{
"format": 174,
"name": "FLAC",
"score": 30
},
{
"format": 173,
"name": "DTS-HD MA",
"score": 50
},
{
"format": 172,
"name": "x265",
"score": -9999
},
{
"format": 171,
"name": "IMAX",
"score": 10
},
{
"format": 170,
"name": "ATMOS",
"score": 10
},
{
"format": 169,
"name": "DD",
"score": 0
},
{
"format": 168,
"name": "DTS",
"score": 0
},
{
"format": 167,
"name": "DD+",
"score": 0
},
{
"format": 166,
"name": "iTunes",
"score": 10
},
{
"format": 165,
"name": "Paramount+",
"score": 20
},
{
"format": 164,
"name": "Peacock TV",
"score": 20
},
{
"format": 163,
"name": "Hulu",
"score": 20
},
{
"format": 162,
"name": "Netflix",
"score": 30
},
{
"format": 161,
"name": "HBO Max",
"score": 30
},
{
"format": 160,
"name": "Disney+",
"score": 30
},
{
"format": 159,
"name": "Apple TV+",
"score": 40
},
{
"format": 158,
"name": "Movies Anywhere",
"score": 50
},
{
"format": 157,
"name": "Amazon Prime",
"score": 40
},
{
"format": 156,
"name": "REMUX",
"score": 60
},
{
"format": 155,
"name": "x264",
"score": 10
},
{
"format": 154,
"name": "WEBRip",
"score": -9999
},
{
"format": 153,
"name": "Blu-Ray",
"score": -9999
},
{
"format": 152,
"name": "2160p",
"score": -9999
},
{
"format": 151,
"name": "720p",
"score": -9999
},
{
"format": 150,
"name": "1080p",
"score": 60
},
{
"format": 149,
"name": "BHDStudio",
"score": 0
},
{
"format": 148,
"name": "LEGi0N",
"score": 0
},
{
"format": 147,
"name": "FraMeSToR",
"score": 0
},
{
"format": 146,
"name": "iFT",
"score": 0
},
{
"format": 145,
"name": "MTeam",
"score": 0
},
{
"format": 144,
"name": "EDPH",
"score": 0
},
{
"format": 143,
"name": "HANDJOB",
"score": 0
},
{
"format": 142,
"name": "c0ke",
"score": 0
},
{
"format": 141,
"name": "KASHMiR",
"score": 0
},
{
"format": 140,
"name": "WMING",
"score": 0
},
{
"format": 139,
"name": "playHD",
"score": 0
},
{
"format": 138,
"name": "E.N.D",
"score": 0
},
{
"format": 137,
"name": "GutS",
"score": 0
},
{
"format": 136,
"name": "BV",
"score": 0
},
{
"format": 135,
"name": "SiMPLE",
"score": 0
},
{
"format": 134,
"name": "W4NK3R",
"score": 0
},
{
"format": 133,
"name": "GS88",
"score": 0
},
{
"format": 132,
"name": "HiP",
"score": 0
},
{
"format": 131,
"name": "GALAXY",
"score": 0
},
{
"format": 130,
"name": "luvBB",
"score": 0
},
{
"format": 129,
"name": "NyHD",
"score": 0
},
{
"format": 128,
"name": "ZIMBO",
"score": 0
},
{
"format": 127,
"name": "ThD",
"score": 0
},
{
"format": 126,
"name": "SaNcTi",
"score": 0
},
{
"format": 125,
"name": "ORiGEN",
"score": 0
},
{
"format": 124,
"name": "Positive",
"score": 0
},
{
"format": 123,
"name": "ESiR",
"score": 0
},
{
"format": 122,
"name": "Chotab",
"score": 0
},
{
"format": 121,
"name": "xander",
"score": 0
},
{
"format": 120,
"name": "FTW-HD",
"score": 0
},
{
"format": 119,
"name": "Penumbra",
"score": 0
},
{
"format": 118,
"name": "TDD",
"score": 0
},
{
"format": 117,
"name": "Dariush SD",
"score": 30
},
{
"format": 116,
"name": "PTer",
"score": 0
},
{
"format": 115,
"name": "SbR",
"score": 0
},
{
"format": 114,
"name": "nmd",
"score": 0
},
{
"format": 113,
"name": "TBB",
"score": 0
},
{
"format": 112,
"name": "EA",
"score": 0
},
{
"format": 111,
"name": "BMF",
"score": 0
},
{
"format": 110,
"name": "LolHD",
"score": 0
},
{
"format": 109,
"name": "HDMaNiAcS",
"score": 0
},
{
"format": 108,
"name": "IDE",
"score": 0
},
{
"format": 107,
"name": "de[42]",
"score": 0
},
{
"format": 106,
"name": "NCmt",
"score": 0
},
{
"format": 105,
"name": "decibeL",
"score": 0
},
{
"format": 104,
"name": "NTb",
"score": 0
},
{
"format": 103,
"name": "CRiSC",
"score": 0
},
{
"format": 102,
"name": "SA89",
"score": 0
},
{
"format": 101,
"name": "HiDt",
"score": 0
},
{
"format": 100,
"name": "FoRM",
"score": 0
},
{
"format": 99,
"name": "HiFi",
"score": 0
},
{
"format": 98,
"name": "CtrlHD",
"score": 0
},
{
"format": 97,
"name": "VietHD",
"score": 0
},
{
"format": 96,
"name": "ZQ",
"score": 0
},
{
"format": 95,
"name": "TayTo",
"score": 0
},
{
"format": 94,
"name": "Geek",
"score": 0
},
{
"format": 93,
"name": "EbP",
"score": 0
},
{
"format": 92,
"name": "DON",
"score": 0
},
{
"format": 91,
"name": "D-Z0N3",
"score": 0
},
{
"format": 215,
"name": "CJ",
"score": 0
},
{
"format": 216,
"name": "pcroland",
"score": 0
},
{
"format": 217,
"name": "BTN",
"score": 0
},
{
"format": 218,
"name": "iON",
"score": 0
},
{
"format": 219,
"name": "AJP69",
"score": 0
},
{
"format": 220,
"name": "VLAD",
"score": 0
},
{
"format": 221,
"name": "hdalx",
"score": 0
},
{
"format": 223,
"name": "LiNG",
"score": 0
}
]
}
]

View File

@@ -366,6 +366,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 140,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",

View File

@@ -239,6 +239,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 140,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",

View File

@@ -366,6 +366,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 500,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",

View File

@@ -366,6 +366,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",

View File

@@ -239,6 +239,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",

View File

@@ -239,6 +239,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 500,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",

View File

@@ -232,6 +232,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 500,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",
@@ -280,7 +290,7 @@
{
"format": 206,
"name": "Dolby Vision w/out Fallback",
"score": 0
"score": -9999
},
{
"format": 205,
@@ -300,22 +310,22 @@
{
"format": 202,
"name": "HDR10 (Missing)",
"score": 0
"score": -9999
},
{
"format": 201,
"name": "HDR10",
"score": 0
"score": -9999
},
{
"format": 200,
"name": "Dolby Vision",
"score": 0
"score": -9999
},
{
"format": 199,
"name": "HDR10+",
"score": 0
"score": -9999
},
{
"format": 198,
@@ -450,7 +460,7 @@
{
"format": 172,
"name": "x265",
"score": 0
"score": -9999
},
{
"format": 171,

View File

@@ -366,6 +366,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 1000,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",
@@ -419,7 +429,7 @@
{
"format": 322,
"name": "Dolby Vision w/out Fallback",
"score": 0
"score": -9999
},
{
"format": 321,
@@ -439,22 +449,22 @@
{
"format": 316,
"name": "HDR10 (Missing)",
"score": 0
"score": -9999
},
{
"format": 315,
"name": "HDR10",
"score": 0
"score": -9999
},
{
"format": 314,
"name": "Dolby Vision",
"score": 0
"score": -9999
},
{
"format": 312,
"name": "HDR10+",
"score": 0
"score": -9999
},
{
"format": 308,
@@ -594,7 +604,7 @@
{
"format": 276,
"name": "x265",
"score": 0
"score": -9999
},
{
"format": 275,

View File

@@ -366,6 +366,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",
@@ -419,7 +429,7 @@
{
"format": 322,
"name": "Dolby Vision w/out Fallback",
"score": 0
"score": -9999
},
{
"format": 321,
@@ -439,22 +449,22 @@
{
"format": 316,
"name": "HDR10 (Missing)",
"score": 0
"score": -9999
},
{
"format": 315,
"name": "HDR10",
"score": 0
"score": -9999
},
{
"format": 314,
"name": "Dolby Vision",
"score": 0
"score": -9999
},
{
"format": 312,
"name": "HDR10+",
"score": 0
"score": -9999
},
{
"format": 308,
@@ -594,7 +604,7 @@
{
"format": 276,
"name": "x265",
"score": 0
"score": -9999
},
{
"format": 275,

View File

@@ -232,6 +232,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 0,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",
@@ -280,7 +290,7 @@
{
"format": 206,
"name": "Dolby Vision w/out Fallback",
"score": 0
"score": -9999
},
{
"format": 205,
@@ -300,22 +310,22 @@
{
"format": 202,
"name": "HDR10 (Missing)",
"score": 0
"score": -9999
},
{
"format": 201,
"name": "HDR10",
"score": 0
"score": -9999
},
{
"format": 200,
"name": "Dolby Vision",
"score": 0
"score": -9999
},
{
"format": 199,
"name": "HDR10+",
"score": 0
"score": -9999
},
{
"format": 198,
@@ -450,7 +460,7 @@
{
"format": 172,
"name": "x265",
"score": 0
"score": -9999
},
{
"format": 171,

View File

@@ -359,6 +359,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 320,
"formatItems": [
{
"format": 335,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 334,
"name": "PCM",
"score": 0
},
{
"format": 333,
"name": "h265",

View File

@@ -239,6 +239,16 @@
"minFormatScore": 0,
"cutoffFormatScore": 320,
"formatItems": [
{
"format": 226,
"name": "PCM",
"score": 0
},
{
"format": 225,
"name": "Blu-Ray (Remux)",
"score": 0
},
{
"format": 224,
"name": "h265",