diff --git a/Downloaders/NZBGet/scripts/index.html b/Downloaders/NZBGet/scripts/index.html index 95b62f11e..058a15993 100644 --- a/Downloaders/NZBGet/scripts/index.html +++ b/Downloaders/NZBGet/scripts/index.html @@ -2412,7 +2412,7 @@ Released under GNU General Public License v2.0

# NZBGet subject parsing changes when duplicate filenames are present # prefix duplicates to avoid that if match['filename'] in filenames: - match['filename'] = u'{}.{}'.format(file_count, match['filename']) + match['filename'] = u'{}.{}'.format(file_count, match['filename']) filenames.add(match['filename']) diff --git a/Hardlinks/How-to-setup-for/Dockstarter/index.html b/Hardlinks/How-to-setup-for/Dockstarter/index.html index b33fd8591..04613db6a 100644 --- a/Hardlinks/How-to-setup-for/Dockstarter/index.html +++ b/Hardlinks/How-to-setup-for/Dockstarter/index.html @@ -2228,27 +2228,27 @@ In this example the mounted drive will be mounted to /mnt/ with the

Changes to the .env

To accomplish this we need to change first a few paths in your .env (Usually ~/.docker/compose/.env)

-
# Global Settings
-COMPOSE_HTTP_TIMEOUT=60
-DOCKERCONFDIR=~/.config/appdata
-DOCKERGID=999
-DOCKERHOSTNAME=DockSTARTer
-DOCKERLOGGING_MAXFILE=10
-DOCKERLOGGING_MAXSIZE=200k
-DOCKERSTORAGEDIR=/mnt/storage
-PGID=1000
-PUID=1000
-TZ=America/Chicago
-
-# DEPRECATED Settings (will be removed at the end of 2020)
-DOCKERSHAREDDIR=~/shared
-DOWNLOADSDIR=/mnt/downloads
-MEDIADIR_AUDIOBOOKS=/mnt/medialibrary/audiobooks
-MEDIADIR_BOOKS=/mnt/medialibrary/books
-MEDIADIR_COMICS=/mnt/medialibrary/comics
-MEDIADIR_MOVIES=/mnt/medialibrary/movies
-MEDIADIR_MUSIC=/mnt/medialibrary/music
-MEDIADIR_TV=/mnt/medialibrary/tv
+
# Global Settings
+COMPOSE_HTTP_TIMEOUT=60
+DOCKERCONFDIR=~/.config/appdata
+DOCKERGID=999
+DOCKERHOSTNAME=DockSTARTer
+DOCKERLOGGING_MAXFILE=10
+DOCKERLOGGING_MAXSIZE=200k
+DOCKERSTORAGEDIR=/mnt/storage
+PGID=1000
+PUID=1000
+TZ=America/Chicago
+
+# DEPRECATED Settings (will be removed at the end of 2020)
+DOCKERSHAREDDIR=~/shared
+DOWNLOADSDIR=/mnt/downloads
+MEDIADIR_AUDIOBOOKS=/mnt/medialibrary/audiobooks
+MEDIADIR_BOOKS=/mnt/medialibrary/books
+MEDIADIR_COMICS=/mnt/medialibrary/comics
+MEDIADIR_MOVIES=/mnt/medialibrary/movies
+MEDIADIR_MUSIC=/mnt/medialibrary/music
+MEDIADIR_TV=/mnt/medialibrary/tv
 

Changes to your paths

When that's all set then you will need to change the paths you're going to use in the containers from:

diff --git a/How-to-setup-for/Dockstarter/index.html b/How-to-setup-for/Dockstarter/index.html index 787a886db..10e3010cf 100644 --- a/How-to-setup-for/Dockstarter/index.html +++ b/How-to-setup-for/Dockstarter/index.html @@ -2226,27 +2226,27 @@ In this example the mounted drive will be mounted to /mnt/ with the

Changes to the .env

To accomplish this we need to change first a few paths in your .env (Usually ~/.docker/compose/.env)

-
# Global Settings
-COMPOSE_HTTP_TIMEOUT=60
-DOCKERCONFDIR=~/.config/appdata
-DOCKERGID=999
-DOCKERHOSTNAME=DockSTARTer
-DOCKERLOGGING_MAXFILE=10
-DOCKERLOGGING_MAXSIZE=200k
-DOCKERSTORAGEDIR=/mnt/storage
-PGID=1000
-PUID=1000
-TZ=America/Chicago
-
-# DEPRECATED Settings (will be removed at the end of 2020)
-DOCKERSHAREDDIR=~/shared
-DOWNLOADSDIR=/mnt/downloads
-MEDIADIR_AUDIOBOOKS=/mnt/medialibrary/audiobooks
-MEDIADIR_BOOKS=/mnt/medialibrary/books
-MEDIADIR_COMICS=/mnt/medialibrary/comics
-MEDIADIR_MOVIES=/mnt/medialibrary/movies
-MEDIADIR_MUSIC=/mnt/medialibrary/music
-MEDIADIR_TV=/mnt/medialibrary/tv
+
# Global Settings
+COMPOSE_HTTP_TIMEOUT=60
+DOCKERCONFDIR=~/.config/appdata
+DOCKERGID=999
+DOCKERHOSTNAME=DockSTARTer
+DOCKERLOGGING_MAXFILE=10
+DOCKERLOGGING_MAXSIZE=200k
+DOCKERSTORAGEDIR=/mnt/storage
+PGID=1000
+PUID=1000
+TZ=America/Chicago
+
+# DEPRECATED Settings (will be removed at the end of 2020)
+DOCKERSHAREDDIR=~/shared
+DOWNLOADSDIR=/mnt/downloads
+MEDIADIR_AUDIOBOOKS=/mnt/medialibrary/audiobooks
+MEDIADIR_BOOKS=/mnt/medialibrary/books
+MEDIADIR_COMICS=/mnt/medialibrary/comics
+MEDIADIR_MOVIES=/mnt/medialibrary/movies
+MEDIADIR_MUSIC=/mnt/medialibrary/music
+MEDIADIR_TV=/mnt/medialibrary/tv
 

Changes to your paths

When that's all set then you will need to change the paths you're going to use in the containers from:

diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 62497e539..8ee6e9fce 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -3228,67 +3228,67 @@ Special thanks to rg9400, json -
{
-  "trash_id": "496f355514737f7d83bf7aa4d24f8169",
-  "trash_score": "2000",
-  "name": "TrueHD ATMOS",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "TrueHD",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "TrueHD"
-          }
-      },
-      {
-          "name": "ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "496f355514737f7d83bf7aa4d24f8169",
+  "trash_score": "2000",
+  "name": "TrueHD ATMOS",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "TrueHD",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "TrueHD"
+          }
+      },
+      {
+          "name": "ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      }
+  ]
+}
 

TOP

@@ -3299,85 +3299,85 @@ Special thanks to rg9400, json -
{
-  "trash_id": "2f22d89048b01681dde8afe203bf2e95",
-  "trash_score": "1900",
-  "name": "DTS X",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "DTS X",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?x(?!\\d)"
-          }
-      },
-      {
-          "name": "Not Basic DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "DTS[ .]?[1-9]"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "2f22d89048b01681dde8afe203bf2e95",
+  "trash_score": "1900",
+  "name": "DTS X",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "DTS X",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?x(?!\\d)"
+          }
+      },
+      {
+          "name": "Not Basic DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "DTS[ .]?[1-9]"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      }
+  ]
+}
 

TOP

@@ -3392,85 +3392,85 @@ Special thanks to rg9400, json -
{
-  "trash_id": "417804f7f2c4308c1f4c5d380d4c4475",
-  "trash_score": "1800",
-  "name": "ATMOS (undefined)",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not TrueHD",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "417804f7f2c4308c1f4c5d380d4c4475",
+  "trash_score": "1800",
+  "name": "ATMOS (undefined)",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not TrueHD",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      }
+  ]
+}
 

TOP

@@ -3481,86 +3481,86 @@ Special thanks to rg9400, json -
{
-  "trash_id": "1af239278386be2919e1bcee0bde047e",
-  "trash_score": "1800",
-  "name": "DD+ ATMOS",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "Dolby Digital Plus",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "[^-]dd[p+]|eac3"
-      }
-    },
-    {
-      "name": "ATMOS",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\b(ATMOS|DDPA)(\\b|\\d)"
-      }
-    },
-    {
-      "name": "Not TrueHD",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "TrueHD"
-      }
-    },
-    {
-      "name": "Not DTS",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\bDTS(\\b|\\d)"
-      }
-    },
-    {
-      "name": "Not Basic Dolby Digital ",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "(?<!e)ac3"
-      }
-    },
-    {
-      "name": "Not FLAC",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\bFLAC(\\b|\\d)"
-      }
-    },
-    {
-      "name": "Not AAC",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\bAAC(\\b|\\d)"
-      }
-    },
-    {
-      "name": "Not PCM",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\b(l?)PCM(\\b|\\d)"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "1af239278386be2919e1bcee0bde047e",
+  "trash_score": "1800",
+  "name": "DD+ ATMOS",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "Dolby Digital Plus",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "[^-]dd[p+]|eac3"
+      }
+    },
+    {
+      "name": "ATMOS",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\b(ATMOS|DDPA)(\\b|\\d)"
+      }
+    },
+    {
+      "name": "Not TrueHD",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "TrueHD"
+      }
+    },
+    {
+      "name": "Not DTS",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\bDTS(\\b|\\d)"
+      }
+    },
+    {
+      "name": "Not Basic Dolby Digital ",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "(?<!e)ac3"
+      }
+    },
+    {
+      "name": "Not FLAC",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\bFLAC(\\b|\\d)"
+      }
+    },
+    {
+      "name": "Not AAC",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\bAAC(\\b|\\d)"
+      }
+    },
+    {
+      "name": "Not PCM",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\b(l?)PCM(\\b|\\d)"
+      }
+    }
+  ]
+}
 

TOP

@@ -3572,67 +3572,67 @@ Special thanks to rg9400, json -
{
-  "trash_id": "3cafb66171b47f226146a0770576870f",
-  "trash_score": "1700",
-  "name": "TrueHD",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "TrueHD",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "TrueHD"
-          }
-      },
-      {
-          "name": "ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!e)ac3"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "3cafb66171b47f226146a0770576870f",
+  "trash_score": "1700",
+  "name": "TrueHD",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "TrueHD",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "TrueHD"
+          }
+      },
+      {
+          "name": "ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!e)ac3"
+          }
+      }
+  ]
+}
 

TOP

@@ -3644,103 +3644,103 @@ Special thanks to rg9400, json -
{
-  "trash_id": "dcf3ec6938fa32445f590a4da84256cd",
-  "trash_score": "1600",
-  "name": "DTS-HD MA",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "DTS-HD MA",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "(dts(?>[-. ](?>ma|hd(?!china))))"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not Basic DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "DTS[ .]?[1-9]"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not DTS X",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?x(?!\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS-HD HRA/ES",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "dcf3ec6938fa32445f590a4da84256cd",
+  "trash_score": "1600",
+  "name": "DTS-HD MA",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "DTS-HD MA",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "(dts(?>[-. ](?>ma|hd(?!china))))"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not Basic DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "DTS[ .]?[1-9]"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not DTS X",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?x(?!\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS-HD HRA/ES",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
+          }
+      }
+  ]
+}
 

TOP

@@ -3751,76 +3751,76 @@ Special thanks to rg9400, json -
{
-  "trash_id": "a570d4a0e56a2874b64e5bfa55202a1b",
-  "trash_score": "1500",
-  "name": "FLAC",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "a570d4a0e56a2874b64e5bfa55202a1b",
+  "trash_score": "1500",
+  "name": "FLAC",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      }
+  ]
+}
 

TOP

@@ -3831,76 +3831,76 @@ Special thanks to rg9400, json -
{
-  "trash_id": "e7c2fcae07cbada050a0af3357491d7b",
-  "trash_score": "1500",
-  "name": "PCM",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "e7c2fcae07cbada050a0af3357491d7b",
+  "trash_score": "1500",
+  "name": "PCM",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      }
+  ]
+}
 

TOP

@@ -3911,112 +3911,112 @@ Special thanks to rg9400, json -
{
-  "trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
-  "trash_score": "1400",
-  "name": "DTS-HD HRA",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "DTS-HD HRA",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?(hd[. ]?)?(hr|hi)"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not Basic DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "DTS[ .]?[1-9]"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not DTS X",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?x(?!\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS-ES",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "dts.?es"
-          }
-      },
-      {
-          "name": "Not 6.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]6[ .][0-1]"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "8e109e50e0a0b83a5098b056e13bf6db",
+  "trash_score": "1400",
+  "name": "DTS-HD HRA",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "DTS-HD HRA",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?(hd[. ]?)?(hr|hi)"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not Basic DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "DTS[ .]?[1-9]"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not DTS X",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?x(?!\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS-ES",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "dts.?es"
+          }
+      },
+      {
+          "name": "Not 6.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]6[ .][0-1]"
+          }
+      }
+  ]
+}
 

TOP

@@ -4029,76 +4029,76 @@ Special thanks to rg9400, json -
{
-  "trash_id": "185f1dd7264c4562b9022d963ac37424",
-  "trash_score": "1300",
-  "name": "DD+",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^-]DD[P+](?!A)|eac3"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "185f1dd7264c4562b9022d963ac37424",
+  "trash_score": "1300",
+  "name": "DD+",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^-]DD[P+](?!A)|eac3"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      }
+  ]
+}
 

TOP

@@ -4109,103 +4109,103 @@ Special thanks to rg9400, json -
{
-  "trash_id": "f9f847ac70a0af62ea4a08280b859636",
-  "trash_score": "1200",
-  "name": "DTS-ES",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "DTS-ES",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not Basic DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "DTS[ .]?[1-9]"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not DTS X",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?x(?!\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      },
-      {
-          "name": "6.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]6[ .][0-1]"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "f9f847ac70a0af62ea4a08280b859636",
+  "trash_score": "1200",
+  "name": "DTS-ES",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "DTS-ES",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?(es|(hd[. ]?)?(hr|hi))"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not Basic DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "DTS[ .]?[1-9]"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not DTS X",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?x(?!\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      },
+      {
+          "name": "6.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]6[ .][0-1]"
+          }
+      }
+  ]
+}
 

TOP

@@ -4217,94 +4217,94 @@ Special thanks to rg9400, json -
{
-  "trash_id": "1c1a4c5e823891c75bc50380a6866f73",
-  "trash_score": "1100",
-  "name": "DTS",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Basic DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS-HD",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "dts.?(hd|ma|es|hi|hr)"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not DTS X",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "dts[-. ]?x(?!\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "1c1a4c5e823891c75bc50380a6866f73",
+  "trash_score": "1100",
+  "name": "DTS",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Basic DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS-HD",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "dts.?(hd|ma|es|hi|hr)"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDD(\\b|\\d)|(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not DTS X",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "dts[-. ]?x(?!\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      }
+  ]
+}
 

TOP

@@ -4317,76 +4317,76 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "240770601cc226190c367ef59aba7463",
-  "trash_score": "1000",
-  "name": "AAC",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "240770601cc226190c367ef59aba7463",
+  "trash_score": "1000",
+  "name": "AAC",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      }
+  ]
+}
 

TOP

@@ -4399,76 +4399,76 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "c2998bd0d90ed5621d8df281e839436e",
-  "trash_score": "900",
-  "name": "DD",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Basic Dolby Digital",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\bDD[^a-z+]|(?<!e)ac3"
-          }
-      },
-      {
-          "name": "Not Dolby Digital Plus",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^-]dd[p+]|eac3"
-          }
-      },
-      {
-          "name": "Not TrueHD/ATMOS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "TrueHD|\\bATMOS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not DTS",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bDTS(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not FLAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bFLAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not AAC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\bAAC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not PCM",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "\\b(l?)PCM(\\b|\\d)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "c2998bd0d90ed5621d8df281e839436e",
+  "trash_score": "900",
+  "name": "DD",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Basic Dolby Digital",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\bDD[^a-z+]|(?<!e)ac3"
+          }
+      },
+      {
+          "name": "Not Dolby Digital Plus",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^-]dd[p+]|eac3"
+          }
+      },
+      {
+          "name": "Not TrueHD/ATMOS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "TrueHD|\\bATMOS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not DTS",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bDTS(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not FLAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bFLAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not AAC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\bAAC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not PCM",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "\\b(l?)PCM(\\b|\\d)"
+          }
+      }
+  ]
+}
 

TOP

@@ -4479,20 +4479,20 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "6ba9033150e7896bdc9ec4b44f2b230f",
-  "name": "MP3",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "MP3",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "mp3"
-      }
-  }]
-}
+
{
+  "trash_id": "6ba9033150e7896bdc9ec4b44f2b230f",
+  "name": "MP3",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "MP3",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "mp3"
+      }
+  }]
+}
 

TOP

@@ -4504,20 +4504,20 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "a061e2e700f81932daf888599f8a8273",
-  "name": "Opus",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "Opus",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "\\bOPUS(\\b|\\d)"
-      }
-  }]
-}
+
{
+  "trash_id": "a061e2e700f81932daf888599f8a8273",
+  "name": "Opus",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "Opus",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "\\bOPUS(\\b|\\d)"
+      }
+  }]
+}
 

TOP

@@ -4527,57 +4527,57 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

1.0 Mono

json -
{
-  "trash_id": "b124be9b146540f8e62f98fe32e49a2a",
-  "name": "1.0 Mono",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Mono",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
-          }
-      },
-      {
-          "name": "Not Stereo",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
-          }
-      },
-      {
-          "name": "Not 3.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]3[ .]0"
-          }
-      },
-      {
-          "name": "Not 4.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]4[ .]0"
-          }
-      },
-      {
-          "name": "Not High Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][5-9][ .][0-1]"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "b124be9b146540f8e62f98fe32e49a2a",
+  "name": "1.0 Mono",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Mono",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
+          }
+      },
+      {
+          "name": "Not Stereo",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
+          }
+      },
+      {
+          "name": "Not 3.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]3[ .]0"
+          }
+      },
+      {
+          "name": "Not 4.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]4[ .]0"
+          }
+      },
+      {
+          "name": "Not High Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][5-9][ .][0-1]"
+          }
+      }
+  ]
+}
 

TOP

@@ -4585,57 +4585,57 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

2.0 Stereo

json -
{
-  "trash_id": "89dac1be53d5268a7e10a19d3c896826",
-  "name": "2.0 Stereo",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Stereo",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
-          }
-      },
-      {
-          "name": "Not 3.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]3[ .]0"
-          }
-      },
-      {
-          "name": "Not 4.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]4[ .]0"
-          }
-      },
-      {
-          "name": "Not High Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][5-9][ .][0-1]"
-          }
-      },
-      {
-          "name": "Not Mono",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "89dac1be53d5268a7e10a19d3c896826",
+  "name": "2.0 Stereo",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Stereo",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
+          }
+      },
+      {
+          "name": "Not 3.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]3[ .]0"
+          }
+      },
+      {
+          "name": "Not 4.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]4[ .]0"
+          }
+      },
+      {
+          "name": "Not High Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][5-9][ .][0-1]"
+          }
+      },
+      {
+          "name": "Not Mono",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
+          }
+      }
+  ]
+}
 

TOP

@@ -4643,57 +4643,57 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

3.0 Sound

json -
{
-  "trash_id": "205125755c411c3b8622ca3175d27b37",
-  "name": "3.0 Sound",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "3.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]3[ .]0"
-          }
-      },
-      {
-          "name": "Not Mono",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
-          }
-      },
-      {
-          "name": "Not Stereo",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
-          }
-      },
-      {
-          "name": "Not 4.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]4[ .]0"
-          }
-      },
-      {
-          "name": "Not High Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][5-9][ .][0-1]"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "205125755c411c3b8622ca3175d27b37",
+  "name": "3.0 Sound",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "3.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]3[ .]0"
+          }
+      },
+      {
+          "name": "Not Mono",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
+          }
+      },
+      {
+          "name": "Not Stereo",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
+          }
+      },
+      {
+          "name": "Not 4.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]4[ .]0"
+          }
+      },
+      {
+          "name": "Not High Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][5-9][ .][0-1]"
+          }
+      }
+  ]
+}
 

TOP

@@ -4701,57 +4701,57 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

4.0 Sound

json -
{
-  "trash_id": "373b58bd188fc00c817bd8c7470ea285",
-  "name": "4.0 Sound",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "4.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]4[ .]0"
-          }
-      },
-      {
-          "name": "Not Mono",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
-          }
-      },
-      {
-          "name": "Not Stereo",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
-          }
-      },
-      {
-          "name": "Not 3.0ch",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]3[ .]0"
-          }
-      },
-      {
-          "name": "Not High Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][5-9][ .][0-1]"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "373b58bd188fc00c817bd8c7470ea285",
+  "name": "4.0 Sound",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "4.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]4[ .]0"
+          }
+      },
+      {
+          "name": "Not Mono",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]1[ .]0|\\bMono\\b|\\[PCM \\]"
+          }
+      },
+      {
+          "name": "Not Stereo",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9]2[ .]0|\\bStereo\\b"
+          }
+      },
+      {
+          "name": "Not 3.0ch",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]3[ .]0"
+          }
+      },
+      {
+          "name": "Not High Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][5-9][ .][0-1]"
+          }
+      }
+  ]
+}
 

TOP

@@ -4759,48 +4759,48 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

5.1 Surround

json -
{
-  "trash_id": "77ff61788dfe1097194fd8743d7b4524",
-  "name": "5.1 Surround",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "5.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]5[ .][0-1]"
-          }
-      },
-      {
-          "name": "Not 7.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][7-8][ .][0-1]"
-          }
-      },
-      {
-          "name": "Not 9.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]9[ .][0-1]"
-          }
-      },
-      {
-          "name": "Not Low Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "77ff61788dfe1097194fd8743d7b4524",
+  "name": "5.1 Surround",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "5.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]5[ .][0-1]"
+          }
+      },
+      {
+          "name": "Not 7.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][7-8][ .][0-1]"
+          }
+      },
+      {
+          "name": "Not 9.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]9[ .][0-1]"
+          }
+      },
+      {
+          "name": "Not Low Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
+          }
+      }
+  ]
+}
 

TOP

@@ -4808,57 +4808,57 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

6.1 Surround

json -
{
-  "trash_id": "6fd7b090c3f7317502ab3b63cc7f51e3",
-  "name": "6.1 Surround",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "6.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]6[ .][0-1]"
-          }
-      },
-      {
-          "name": "Not 7.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][7-8][ .][0-1]"
-          }
-      },
-      {
-          "name": "Not 9.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]9[ .][0-1]"
-          }
-      },
-      {
-          "name": "Not Low Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
-          }
-      },
-      {
-          "name": "Not 5.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]5[ .][0-1]"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "6fd7b090c3f7317502ab3b63cc7f51e3",
+  "name": "6.1 Surround",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "6.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]6[ .][0-1]"
+          }
+      },
+      {
+          "name": "Not 7.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][7-8][ .][0-1]"
+          }
+      },
+      {
+          "name": "Not 9.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]9[ .][0-1]"
+          }
+      },
+      {
+          "name": "Not Low Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
+          }
+      },
+      {
+          "name": "Not 5.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]5[ .][0-1]"
+          }
+      }
+  ]
+}
 

TOP

@@ -4866,39 +4866,39 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

7.1 Surround

json -
{
-  "trash_id": "e77382bcfeba57cb83744c9c5449b401",
-  "name": "7.1 Surround",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "7.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][7-8][ .][0-1]"
-          }
-      },
-      {
-          "name": "Not 9.1  Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]9[ .][0-1]"
-          }
-      },
-      {
-          "name": "Not Low Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "e77382bcfeba57cb83744c9c5449b401",
+  "name": "7.1 Surround",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "7.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][7-8][ .][0-1]"
+          }
+      },
+      {
+          "name": "Not 9.1  Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]9[ .][0-1]"
+          }
+      },
+      {
+          "name": "Not Low Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
+          }
+      }
+  ]
+}
 

TOP

@@ -4906,48 +4906,48 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

9.1 Surround

json -
{
-  "trash_id": "f2aacebe2c932337fe352fa6e42c1611",
-  "name": "9.1 Surround",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "9.1  Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[^0-9]9[ .][0-1]"
-          }
-      },
-      {
-          "name": "Not 7.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][7-8][ .][0-1]"
-          }
-      },
-      {
-          "name": "Not 5.1 Surround",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "[^0-9][5-6][ .][0-1]"
-          }
-      },
-      {
-          "name": "Not Low Channel Count",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "f2aacebe2c932337fe352fa6e42c1611",
+  "name": "9.1 Surround",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "9.1  Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[^0-9]9[ .][0-1]"
+          }
+      },
+      {
+          "name": "Not 7.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][7-8][ .][0-1]"
+          }
+      },
+      {
+          "name": "Not 5.1 Surround",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "[^0-9][5-6][ .][0-1]"
+          }
+      },
+      {
+          "name": "Not Low Channel Count",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "(?<!repac)[^0-9][1-4][ .][0-1]|\\b(Stereo|Mono)\\b"
+          }
+      }
+  ]
+}
 

TOP

@@ -4962,32 +4962,32 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "5d96ce331b98e077abb8ceb60553aa16",
-  "trash_score": "1000",
-  "name": "DoVi",
-  "includeCustomFormatWhenRenaming": true,
-  "specifications": [
-    {
-      "name": "Dolby Vision",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
-      }
-    },
-    {
-      "name": "DoVi-SL: Dolby Vision (Single Layer)",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "5d96ce331b98e077abb8ceb60553aa16",
+  "trash_score": "1000",
+  "name": "DoVi",
+  "includeCustomFormatWhenRenaming": true,
+  "specifications": [
+    {
+      "name": "Dolby Vision",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
+      }
+    },
+    {
+      "name": "DoVi-SL: Dolby Vision (Single Layer)",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
+      }
+    }
+  ]
+}
 

TOP

@@ -5005,31 +5005,31 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "462c511637953269a9053d1ed1ffc3a5",
-  "trash_score": "950",
-  "name": "DoVi (SL)",
-  "includeCustomFormatWhenRenaming": true,
-  "specifications": [{
-          "name": "Dolby Vision (Single Layer)",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
-          }
-      },
-      {
-          "name": "Remux",
-          "implementation": "QualityModifierSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": 5
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "462c511637953269a9053d1ed1ffc3a5",
+  "trash_score": "950",
+  "name": "DoVi (SL)",
+  "includeCustomFormatWhenRenaming": true,
+  "specifications": [{
+          "name": "Dolby Vision (Single Layer)",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
+          }
+      },
+      {
+          "name": "Remux",
+          "implementation": "QualityModifierSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": 5
+          }
+      }
+  ]
+}
 

TOP

@@ -5041,32 +5041,32 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "e61e28db95d22bedcadf030b8f156d96",
-  "trash_score": "850",
-  "name": "HDR",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "HDR",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\bHDR(\\b|\\d)"
-      }
-    },
-    {
-      "name": "DoVi",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "e61e28db95d22bedcadf030b8f156d96",
+  "trash_score": "850",
+  "name": "HDR",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "HDR",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\bHDR(\\b|\\d)"
+      }
+    },
+    {
+      "name": "DoVi",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
+      }
+    }
+  ]
+}
 

TOP

@@ -5078,59 +5078,59 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb",
-  "trash_score": "850",
-  "name": "HDR (undefined)",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "Groups",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\b(FraMeSToR|HQMUX)\\b"
-      }
-    },
-    {
-      "name": "2160p",
-      "implementation": "ResolutionSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": 2160
-      }
-    },
-    {
-      "name": "HDR: HDR",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\bHDR(\\b|\\d)"
-      }
-    },
-    {
-      "name": "DoVi: Dolby Vision",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
-      }
-    },
-    {
-      "name": "SDR: SDR",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\bSDR(\\b|\\d)"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "2a4d9069cc1fe3242ff9bdaebed239bb",
+  "trash_score": "850",
+  "name": "HDR (undefined)",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "Groups",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\b(FraMeSToR|HQMUX)\\b"
+      }
+    },
+    {
+      "name": "2160p",
+      "implementation": "ResolutionSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": 2160
+      }
+    },
+    {
+      "name": "HDR: HDR",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\bHDR(\\b|\\d)"
+      }
+    },
+    {
+      "name": "DoVi: Dolby Vision",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
+      }
+    },
+    {
+      "name": "SDR: SDR",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\bSDR(\\b|\\d)"
+      }
+    }
+  ]
+}
 

TOP

@@ -5138,20 +5138,20 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio

10 Bit

json -
{
-  "trash_id": "e114f2f915fa2414b60683cd73c554f3",
-  "name": "10 Bit",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "10 Bit",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "\\b10bit(\\b|\\d)"
-      }
-  }]
-}
+
{
+  "trash_id": "e114f2f915fa2414b60683cd73c554f3",
+  "name": "10 Bit",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "10 Bit",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "\\b10bit(\\b|\\d)"
+      }
+  }]
+}
 

TOP

@@ -5164,31 +5164,31 @@ Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio
json -
{
-  "trash_id": "0f12c086e289cf966fa5948eac571f44",
-  "trash_score": "200",
-  "name": "Hybrid",
-  "includeCustomFormatWhenRenaming": true,
-  "specifications": [{
-          "name": "Hybrid",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "\\bhybrid(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Hybrid Release Group",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "-HYBRID"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "0f12c086e289cf966fa5948eac571f44",
+  "trash_score": "200",
+  "name": "Hybrid",
+  "includeCustomFormatWhenRenaming": true,
+  "specifications": [{
+          "name": "Hybrid",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "\\bhybrid(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Hybrid Release Group",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "-HYBRID"
+          }
+      }
+  ]
+}
 

TOP

@@ -5201,31 +5201,31 @@ Remaster (also digital remastering and digitally remastered) refers to changing
json -
 {
-  "trash_id": "570bc9ebecd92723d2d21500f4be314c",
-  "trash_score": "190",
-  "name": "Remaster",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Remaster",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "Remaster"
-          }
-      },
-      {
-          "name": "Not 4K Remaster",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "4K"
-          }
-      }
-  ]
-}
+
 {
+  "trash_id": "570bc9ebecd92723d2d21500f4be314c",
+  "trash_score": "190",
+  "name": "Remaster",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Remaster",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "Remaster"
+          }
+      },
+      {
+          "name": "Not 4K Remaster",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "4K"
+          }
+      }
+  ]
+}
 

TOP

@@ -5238,41 +5238,41 @@ Remaster (also digital remastering and digitally remastered) refers to changing
json -
{
-  "trash_id": "eca37840c13c6ef2dd0262b141a5482f",
-  "trash_score": "190",
-  "name": "4K Remaster",
-  "includeCustomFormatWhenRenaming": true,
-  "specifications": [
-    {
-      "name": "Remaster",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "Remaster"
-      }
-    },
-    {
-      "name": "4K",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "4k"
-      }
-    },
-    {
-      "name": "Not 4K Resolution",
-      "implementation": "ResolutionSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": 2160
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "eca37840c13c6ef2dd0262b141a5482f",
+  "trash_score": "190",
+  "name": "4K Remaster",
+  "includeCustomFormatWhenRenaming": true,
+  "specifications": [
+    {
+      "name": "Remaster",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "Remaster"
+      }
+    },
+    {
+      "name": "4K",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "4k"
+      }
+    },
+    {
+      "name": "Not 4K Resolution",
+      "implementation": "ResolutionSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": 2160
+      }
+    }
+  ]
+}
 

TOP

@@ -5283,31 +5283,31 @@ Remaster (also digital remastering and digitally remastered) refers to changing
json -
{
-  "trash_id": "e0c07d59beb37348e975a930d5e50319",
-  "trash_score": "170",
-  "name": "Criterion Collection",
-  "includeCustomFormatWhenRenaming": true,
-  "specifications": [{
-          "name": "Criterion",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "criterion"
-          }
-      },
-      {
-          "name": "CC",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "\\bCC\\b"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "e0c07d59beb37348e975a930d5e50319",
+  "trash_score": "170",
+  "name": "Criterion Collection",
+  "includeCustomFormatWhenRenaming": true,
+  "specifications": [{
+          "name": "Criterion",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "criterion"
+          }
+      },
+      {
+          "name": "CC",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "\\bCC\\b"
+          }
+      }
+  ]
+}
 

TOP

@@ -5318,20 +5318,20 @@ Remaster (also digital remastering and digitally remastered) refers to changing
json -
{
-  "trash_id": "e9001909a4c88013a359d0b9920d7bea",
-  "name": "Theatrical Cut",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "Theatrical",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "Theatrical"
-      }
-  }]
-}
+
{
+  "trash_id": "e9001909a4c88013a359d0b9920d7bea",
+  "name": "Theatrical Cut",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "Theatrical",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "Theatrical"
+      }
+  }]
+}
 

TOP

@@ -5346,31 +5346,31 @@ Remaster (also digital remastering and digitally remastered) refers to changing
json -
{
-  "trash_id": "957d0f44b592285f26449575e8b1167e",
-  "trash_score": "180",
-  "name": "Special Edition",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Special Edition",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "(?<!^)\\b(extended|uncut|director|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Not Theatrical ",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": "Theatrical"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "957d0f44b592285f26449575e8b1167e",
+  "trash_score": "180",
+  "name": "Special Edition",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Special Edition",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "(?<!^)\\b(extended|uncut|director|special|unrated|uncensored|cut|version|edition)(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Not Theatrical ",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": "Theatrical"
+          }
+      }
+  ]
+}
 

TOP

@@ -5381,23 +5381,23 @@ Remaster (also digital remastering and digitally remastered) refers to changing
json -
{
-  "trash_id": "eecf3a857724171f968a66cb5719e152",
-  "trash_score": "190",
-  "name": "IMAX",
-  "includeCustomFormatWhenRenaming": true,
-  "specifications": [
-    {
-      "name": "IMAX",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\bIMAX\\b"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "eecf3a857724171f968a66cb5719e152",
+  "trash_score": "190",
+  "name": "IMAX",
+  "includeCustomFormatWhenRenaming": true,
+  "specifications": [
+    {
+      "name": "IMAX",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\bIMAX\\b"
+      }
+    }
+  ]
+}
 

TOP

@@ -5422,32 +5422,32 @@ Several reasons why this is happening:

json -
{
-  "trash_id": "ed38b889b31be83fda192888e2286d83",
-  "trash_score": "-10000",
-  "name": "BR-DISK",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "DOES NOT INCLUDE ANY OF THESE WORDS",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "^(?!.*((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|REMUX|[xh][-_. ]?26[45]|German[-_. ]?DL)).*"
-      }
-    },
-    {
-      "name": "BUNCH OF COMBINATIONS",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "^(((?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV)\\b))|^((?=.*\\b(^((?=.*(COMPLETE|\\bDis[ck]\\b))(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66)))(?=.*ISO)?))))).*"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "ed38b889b31be83fda192888e2286d83",
+  "trash_score": "-10000",
+  "name": "BR-DISK",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "DOES NOT INCLUDE ANY OF THESE WORDS",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "^(?!.*((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|REMUX|[xh][-_. ]?26[45]|German[-_. ]?DL)).*"
+      }
+    },
+    {
+      "name": "BUNCH OF COMBINATIONS",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "^(((?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV)\\b))|^((?=.*\\b(^((?=.*(COMPLETE|\\bDis[ck]\\b))(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66)))(?=.*ISO)?))))).*"
+      }
+    }
+  ]
+}
 

TOP

@@ -5459,41 +5459,41 @@ Several reasons why this is happening:

json -
{
-  "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223",
-  "trash_score": "-10000",
-  "name": "EVO (no WEBDL)",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "EVO",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\bEVO(TGX)?\\b"
-      }
-    },
-    {
-      "name": "WEBDL",
-      "implementation": "SourceSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": 7
-      }
-    },
-    {
-      "name": "WEBRIP",
-      "implementation": "SourceSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": 8
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "90cedc1fea7ea5d11298bebd3d1d3223",
+  "trash_score": "-10000",
+  "name": "EVO (no WEBDL)",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "EVO",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\bEVO(TGX)?\\b"
+      }
+    },
+    {
+      "name": "WEBDL",
+      "implementation": "SourceSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": 7
+      }
+    },
+    {
+      "name": "WEBRIP",
+      "implementation": "SourceSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": 8
+      }
+    }
+  ]
+}
 

TOP

@@ -5518,77 +5518,77 @@ Several reasons why this is happening:

json -
{
-  "trash_id": "90a6f9a284dff5103f6346090e6280c8",
-  "trash_score": "-10000",
-  "name": "LQ",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "[BLOCK1]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
-      }
-    },
-    {
-      "name": "[BLOCK2]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
-      }
-    },
-    {
-      "name": "[BLOCK3]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\b(x0r|nikt0|FGT|d3g|MeGusta|YIFY|YTS|tigole|C4K|RARBG|4K4U)\\b"
-      }
-    },
-    {
-      "name": "[BLOCK4]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\b(-AROMA|aXXo|CrEwSaDe|d3g|DNL|FGT|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|MeGusta|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
-      }
-    },
-    {
-      "name": "[BLOCK5]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\b(RARBG|FGT|STUTTERSHIT|LiGaS|-DDR|-Zeus|Tigole|TBS)\\b"
-      }
-    },
-    {
-      "name": "[BLOCK6]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\b(-beAst|CHD|HDWinG|MTeam|MySiLU|-WiKi)\\b"
-      }
-    },
-    {
-      "name": "RiffTrax",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\b(Rifftrax|RU4HD)\\b"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "90a6f9a284dff5103f6346090e6280c8",
+  "trash_score": "-10000",
+  "name": "LQ",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "[BLOCK1]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
+      }
+    },
+    {
+      "name": "[BLOCK2]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\b(aXXo|CrEwSaDe|DNL|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
+      }
+    },
+    {
+      "name": "[BLOCK3]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\b(x0r|nikt0|FGT|d3g|MeGusta|YIFY|YTS|tigole|C4K|RARBG|4K4U)\\b"
+      }
+    },
+    {
+      "name": "[BLOCK4]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\b(-AROMA|aXXo|CrEwSaDe|d3g|DNL|FGT|FaNGDiNG0|FRDS|HDTime|iPlanet|-KiNGDOM|Leffe|MeGusta|mHD|mSD|nHD|nikt0|nSD|NhaNc3|PRODJi|RDN|SANTi|STUTTERSHIT|WAF|x0r|YIFY|YTS)\\b"
+      }
+    },
+    {
+      "name": "[BLOCK5]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\b(RARBG|FGT|STUTTERSHIT|LiGaS|-DDR|-Zeus|Tigole|TBS)\\b"
+      }
+    },
+    {
+      "name": "[BLOCK6]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\b(-beAst|CHD|HDWinG|MTeam|MySiLU|-WiKi)\\b"
+      }
+    },
+    {
+      "name": "RiffTrax",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\b(Rifftrax|RU4HD)\\b"
+      }
+    }
+  ]
+}
 

TOP

@@ -5627,50 +5627,50 @@ It's all really dependent on specific situations for different people

json -
{
-  "trash_id": "dc98083864ea246d05a42df0d05f81cc",
-  "trash_score": "-10000",
-  "name": "x265 (720/1080p)",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "720p",
-      "implementation": "ResolutionSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": 720
-      }
-    },
-    {
-      "name": "1080p",
-      "implementation": "ResolutionSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": 1080
-      }
-    },
-    {
-      "name": "x265/HEVC",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
-      }
-    },
-    {
-      "name": "Quality Group Exceptions",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "-MZABI|-NCmt\\b"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "dc98083864ea246d05a42df0d05f81cc",
+  "trash_score": "-10000",
+  "name": "x265 (720/1080p)",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "720p",
+      "implementation": "ResolutionSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": 720
+      }
+    },
+    {
+      "name": "1080p",
+      "implementation": "ResolutionSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": 1080
+      }
+    },
+    {
+      "name": "x265/HEVC",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
+      }
+    },
+    {
+      "name": "Quality Group Exceptions",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "-MZABI|-NCmt\\b"
+      }
+    }
+  ]
+}
 

TOP

@@ -5682,21 +5682,21 @@ It's all really dependent on specific situations for different people

json -
{
-  "trash_id": "b8cd450cbfa689c0259a01d9e29ba3d6",
-  "trash_score": "-10000",
-  "name": "3D",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "3D",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
-      }
-  }]
-}
+
{
+  "trash_id": "b8cd450cbfa689c0259a01d9e29ba3d6",
+  "trash_score": "-10000",
+  "name": "3D",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "3D",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b"
+      }
+  }]
+}
 

TOP

@@ -5712,32 +5712,32 @@ For example a lot of EVO releases end up stripping the group name, so they appea
json -
{
-  "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5",
-  "trash_score": "-10000",
-  "name": "No-RlsGroup",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "No -RlsGroup",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?(\\.\\w{3})?$"
-      }
-    },
-    {
-      "name": "No Weird Groups",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": "\\b(Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD|BluDragon|SumVision|FTW-HD)\\b"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "ae9b7c9ebde1f3bd336a8cbd1ec4c5e5",
+  "trash_score": "-10000",
+  "name": "No-RlsGroup",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "No -RlsGroup",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "-[ ]?(?!(HD|MA|ES|X)\\b)\\w+?(\\.\\w{3})?$"
+      }
+    },
+    {
+      "name": "No Weird Groups",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": "\\b(Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD|BluDragon|SumVision|FTW-HD)\\b"
+      }
+    }
+  ]
+}
 

TOP

@@ -5748,32 +5748,32 @@ For example a lot of EVO releases end up stripping the group name, so they appea
json -
{
-  "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2",
-  "trash_score": "-10000",
-  "name": "Obfuscated",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "Obfuscated",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b"
-      }
-    },
-    {
-      "name": "Retagged",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "(\\[rartv\\]|\\[eztv\\]|\\[TGx\\])"
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "7357cf5161efbf8c4d5d0c30b4815ee2",
+  "trash_score": "-10000",
+  "name": "Obfuscated",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "Obfuscated",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b"
+      }
+    },
+    {
+      "name": "Retagged",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "(\\[rartv\\]|\\[eztv\\]|\\[TGx\\])"
+      }
+    }
+  ]
+}
 

TOP

@@ -5787,41 +5787,41 @@ Remuxes and Bluray have a fallback to HDR(10).

json -
{
-  "trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
-  "trash_score": "-10000",
-  "name": "DoVi (WEBDL)",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "Dolby Vision",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
-      }
-    },
-    {
-      "name": "WEBDL",
-      "implementation": "SourceSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": 7
-      }
-    },
-    {
-      "name": "WEBRIP",
-      "implementation": "SourceSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": 8
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
+  "trash_score": "-10000",
+  "name": "DoVi (WEBDL)",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "Dolby Vision",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\b(dv|dovi|dolby[ .]vision)\\b"
+      }
+    },
+    {
+      "name": "WEBDL",
+      "implementation": "SourceSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": 7
+      }
+    },
+    {
+      "name": "WEBRIP",
+      "implementation": "SourceSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": 8
+      }
+    }
+  ]
+}
 

TOP

@@ -5835,77 +5835,77 @@ Remuxes and Bluray have a fallback to HDR(10).

json -
{
-  "trash_id": "1c7d7b04b15cc53ea61204bebbcc1ee2",
-  "trash_score": "1700",
-  "name": "HQ",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "[BLOCK1]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "-BMF|-decibeL|\\bD-Z0N3\\b|\\bFTW-HD\\b|-HiFi|-NCmt|-OISTiLe|-TDD|\\bZQ\\b"
-      }
-    },
-    {
-      "name": "[BLOCK2]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "-HiSD|-NTb|-ift|-geek|-tnp|-pter|-bbq"
-      }
-    },
-    {
-      "name": "[BLOCK3]",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "-CRiSC|-CtrlHD|-DON|\\b-EA\\b|-EbP|-LolHD|-SbR|-TayTo|-VietHD"
-      }
-    },
-    {
-      "name": "Not WEBDL",
-      "implementation": "SourceSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": 7
-      }
-    },
-    {
-      "name": "Not WEBRIP",
-      "implementation": "SourceSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": 8
-      }
-    },
-    {
-      "name": "Not REMUX",
-      "implementation": "QualityModifierSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": 5
-      }
-    },
-    {
-      "name": "Not 2160p",
-      "implementation": "ResolutionSpecification",
-      "negate": true,
-      "required": true,
-      "fields": {
-        "value": 2160
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "1c7d7b04b15cc53ea61204bebbcc1ee2",
+  "trash_score": "1700",
+  "name": "HQ",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "[BLOCK1]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "-BMF|-decibeL|\\bD-Z0N3\\b|\\bFTW-HD\\b|-HiFi|-NCmt|-OISTiLe|-TDD|\\bZQ\\b"
+      }
+    },
+    {
+      "name": "[BLOCK2]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "-HiSD|-NTb|-ift|-geek|-tnp|-pter|-bbq"
+      }
+    },
+    {
+      "name": "[BLOCK3]",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "-CRiSC|-CtrlHD|-DON|\\b-EA\\b|-EbP|-LolHD|-SbR|-TayTo|-VietHD"
+      }
+    },
+    {
+      "name": "Not WEBDL",
+      "implementation": "SourceSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": 7
+      }
+    },
+    {
+      "name": "Not WEBRIP",
+      "implementation": "SourceSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": 8
+      }
+    },
+    {
+      "name": "Not REMUX",
+      "implementation": "QualityModifierSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": 5
+      }
+    },
+    {
+      "name": "Not 2160p",
+      "implementation": "ResolutionSpecification",
+      "negate": true,
+      "required": true,
+      "fields": {
+        "value": 2160
+      }
+    }
+  ]
+}
 

TOP

@@ -5914,40 +5914,40 @@ Remuxes and Bluray have a fallback to HDR(10).

Score [1]

json -
{
-  "trash_id": "e7718d7a3ce595f289bfee26adc178f5",
-  "trash_score": "1",
-  "name": "Repack/Proper",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Repack",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "Repack"
-          }
-      },
-      {
-          "name": "Proper",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "Proper"
-          }
-      },
-      {
-          "name": "Rerip",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "Rerip"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "e7718d7a3ce595f289bfee26adc178f5",
+  "trash_score": "1",
+  "name": "Repack/Proper",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Repack",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "Repack"
+          }
+      },
+      {
+          "name": "Proper",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "Proper"
+          }
+      },
+      {
+          "name": "Rerip",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "Rerip"
+          }
+      }
+  ]
+}
 

TOP

@@ -5963,120 +5963,120 @@ If you want to have this option then you need to add them all separate.

json -
{
-  "trash_id": "fd7da02c647dd3f1b6757e150fffc5ff",
-  "name": "Streaming Services",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "Amazon",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(amzn|amazon).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "Netflix",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(nf|netflix).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "AppleTV+",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(atvp).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "Disney+",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(dsnp|dsny|disney).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "DCU",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(dcu).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "HBO Max",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(hmax).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "HBO",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(hbo).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "Youtube Red",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(red).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "Quibi",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(qibi).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "iTunes",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(it).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "Hulu",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(hulu).?web.?(dl|rip)"
-          }
-      },
-      {
-          "name": "Peacock",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": false,
-          "fields": {
-              "value": "(pcok|peacock).?web.?(dl|rip)"
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "fd7da02c647dd3f1b6757e150fffc5ff",
+  "name": "Streaming Services",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "Amazon",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(amzn|amazon).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "Netflix",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(nf|netflix).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "AppleTV+",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(atvp).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "Disney+",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(dsnp|dsny|disney).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "DCU",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(dcu).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "HBO Max",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(hmax).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "HBO",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(hbo).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "Youtube Red",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(red).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "Quibi",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(qibi).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "iTunes",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(it).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "Hulu",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(hulu).?web.?(dl|rip)"
+          }
+      },
+      {
+          "name": "Peacock",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": false,
+          "fields": {
+              "value": "(pcok|peacock).?web.?(dl|rip)"
+          }
+      }
+  ]
+}
 

TOP

@@ -6088,30 +6088,30 @@ If you want to have this option then you need to add them all separate.

If you want maximum compatibility and have much better direct play support then use x264 for 720p/1080p

json -
{
-  "trash_id": "2899d84dc9372de3408e6d8cc18e9666",
-  "name": "x264",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "x264",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[xh][ .]?264|\\bAVC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Remux",
-          "implementation": "QualityModifierSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": 5
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "2899d84dc9372de3408e6d8cc18e9666",
+  "name": "x264",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "x264",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[xh][ .]?264|\\bAVC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Remux",
+          "implementation": "QualityModifierSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": 5
+          }
+      }
+  ]
+}
 

TOP

@@ -6148,30 +6148,30 @@ It's all really dependent on specific situations for different people

json -
{
-  "trash_id": "9170d55c319f4fe40da8711ba9d8050d",
-  "name": "x265",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-          "name": "x265",
-          "implementation": "ReleaseTitleSpecification",
-          "negate": false,
-          "required": true,
-          "fields": {
-              "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
-          }
-      },
-      {
-          "name": "Remux",
-          "implementation": "QualityModifierSpecification",
-          "negate": true,
-          "required": true,
-          "fields": {
-              "value": 5
-          }
-      }
-  ]
-}
+
{
+  "trash_id": "9170d55c319f4fe40da8711ba9d8050d",
+  "name": "x265",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+          "name": "x265",
+          "implementation": "ReleaseTitleSpecification",
+          "negate": false,
+          "required": true,
+          "fields": {
+              "value": "[xh][ .]?265|\\bHEVC(\\b|\\d)"
+          }
+      },
+      {
+          "name": "Remux",
+          "implementation": "QualityModifierSpecification",
+          "negate": true,
+          "required": true,
+          "fields": {
+              "value": 5
+          }
+      }
+  ]
+}
 

TOP

@@ -6186,21 +6186,21 @@ It's all really dependent on specific situations for different people

json -
{
-  "trash_id": "0d91270a7255a1e388fa85e959f359d8",
-  "trash_score": "5",
-  "name": "FreeLeech",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "FreeLeech",
-      "implementation": "IndexerFlagSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-          "value": 1
-      }
-  }]
-}
+
{
+  "trash_id": "0d91270a7255a1e388fa85e959f359d8",
+  "trash_score": "5",
+  "name": "FreeLeech",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "FreeLeech",
+      "implementation": "IndexerFlagSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+          "value": 1
+      }
+  }]
+}
 

TOP

@@ -6211,20 +6211,20 @@ It's all really dependent on specific situations for different people

json -
{
-  "trash_id": "9de657fd3d327ecf144ec73dfe3a3e9a",
-  "name": "Dutch Groups",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "Dutch Groups",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "-CyTSuNee|-SHiTSoNy|-QoQ"
-      }
-  }]
-}
+
{
+  "trash_id": "9de657fd3d327ecf144ec73dfe3a3e9a",
+  "name": "Dutch Groups",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "Dutch Groups",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "-CyTSuNee|-SHiTSoNy|-QoQ"
+      }
+  }]
+}
 

TOP

@@ -6232,58 +6232,58 @@ It's all really dependent on specific situations for different people

Anime Dual Audio

json -
{
-  "trash_id": "4a3b087eea2ce012fcc1ce319259a3be",
-  "name": "Anime Dual Audio",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "Dual Audio",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "dual.?audio"
-      }
-    },
-    {
-      "name": "BluDragon",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "bludragon"
-      }
-    },
-    {
-      "name": "EN+JA",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "EN\\+JA|JA\\+EN"
-      }
-    },
-    {
-      "name": "ZR",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": "\\bZR\\b"
-      }
-    },
-    {
-      "name": "Japanese Language",
-      "implementation": "LanguageSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": 8
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "4a3b087eea2ce012fcc1ce319259a3be",
+  "name": "Anime Dual Audio",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "Dual Audio",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "dual.?audio"
+      }
+    },
+    {
+      "name": "BluDragon",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "bludragon"
+      }
+    },
+    {
+      "name": "EN+JA",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "EN\\+JA|JA\\+EN"
+      }
+    },
+    {
+      "name": "ZR",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": "\\bZR\\b"
+      }
+    },
+    {
+      "name": "Japanese Language",
+      "implementation": "LanguageSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": 8
+      }
+    }
+  ]
+}
 

TOP

@@ -6291,20 +6291,20 @@ It's all really dependent on specific situations for different people

MPEG2

json -
{
-  "trash_id": "ff86c4326018682f817830ced463332b",
-  "name": "MPEG2",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "MPEG2",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "MPEG[-.]?2"
-      }
-  }]
-}
+
{
+  "trash_id": "ff86c4326018682f817830ced463332b",
+  "name": "MPEG2",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "MPEG2",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "MPEG[-.]?2"
+      }
+  }]
+}
 

TOP

@@ -6312,20 +6312,20 @@ It's all really dependent on specific situations for different people

Multi

json -
{
-  "trash_id": "4b900e171accbfb172729b63323ea8ca",
-  "name": "Multi",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [{
-      "name": "Multi",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-          "value": "\\bMulti(\\b|\\d)"
-      }
-  }]
-}
+
{
+  "trash_id": "4b900e171accbfb172729b63323ea8ca",
+  "name": "Multi",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [{
+      "name": "Multi",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+          "value": "\\bMulti(\\b|\\d)"
+      }
+  }]
+}
 

TOP

@@ -6336,41 +6336,41 @@ It's all really dependent on specific situations for different people

json -
{
-  "trash_id": "26fa26253af4001701fedb56cec376dc",
-  "trash_score": "1700",
-  "name": "HQ-WEBDL",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "P2P Groups",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX|NOSiViD)\\b"
-      }
-    },
-    {
-      "name": "WEBDL",
-      "implementation": "SourceSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": 7
-      }
-    },
-    {
-      "name": "WEBRIP",
-      "implementation": "SourceSpecification",
-      "negate": false,
-      "required": false,
-      "fields": {
-        "value": 8
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "26fa26253af4001701fedb56cec376dc",
+  "trash_score": "1700",
+  "name": "HQ-WEBDL",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "P2P Groups",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\b(-TOMMY|-BLUTONiUM|-NTG|-TEPES|-KiNGS|-NTb|-CMRG|AJP69|-PHOENiX|-monkee|-MZABI|ROCCaT|FLUX|NOSiViD)\\b"
+      }
+    },
+    {
+      "name": "WEBDL",
+      "implementation": "SourceSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": 7
+      }
+    },
+    {
+      "name": "WEBRIP",
+      "implementation": "SourceSpecification",
+      "negate": false,
+      "required": false,
+      "fields": {
+        "value": 8
+      }
+    }
+  ]
+}
 

TOP

@@ -6381,32 +6381,32 @@ It's all really dependent on specific situations for different people

json -
{
-  "trash_id": "403f3f6266b90439cacc1e07cae4dc2d",
-  "trash_score": "1700",
-  "name": "HQ-Remux",
-  "includeCustomFormatWhenRenaming": false,
-  "specifications": [
-    {
-      "name": "Remux Groups",
-      "implementation": "ReleaseTitleSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": "\\b(FraMeSToR|EPSiLON|KRaLiMaRKo|PmP|BLURANiUM|SiCFoI|SURFINBIRD|HiFi|iFT)\\b"
-      }
-    },
-    {
-      "name": "REMUX",
-      "implementation": "QualityModifierSpecification",
-      "negate": false,
-      "required": true,
-      "fields": {
-        "value": 5
-      }
-    }
-  ]
-}
+
{
+  "trash_id": "403f3f6266b90439cacc1e07cae4dc2d",
+  "trash_score": "1700",
+  "name": "HQ-Remux",
+  "includeCustomFormatWhenRenaming": false,
+  "specifications": [
+    {
+      "name": "Remux Groups",
+      "implementation": "ReleaseTitleSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": "\\b(FraMeSToR|EPSiLON|KRaLiMaRKo|PmP|BLURANiUM|SiCFoI|SURFINBIRD|HiFi|iFT)\\b"
+      }
+    },
+    {
+      "name": "REMUX",
+      "implementation": "QualityModifierSpecification",
+      "negate": false,
+      "required": true,
+      "fields": {
+        "value": 5
+      }
+    }
+  ]
+}
 

TOP

diff --git a/requirements.txt b/requirements.txt index a1fe5ca61..4e8e4815b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ mkdocs-material==8.1.3 mkdocs-minify-plugin==0.5.0 mkdocs-redirects==1.0.3 mkdocs==1.2.3 -pygments==2.10.0 +pygments==2.11.1 pymdown-extensions==9.1 diff --git a/sitemap.xml b/sitemap.xml index 3edc44180..bb130bce5 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,342 +2,342 @@ https://trash-guides.info/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/thnx/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Bazarr/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Bazarr/After-install-configuration/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Bazarr/Setup-Guide/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Bazarr/scripts/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/Deluge/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/Deluge/Deluge-Basic-Setup/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/Deluge/Deluge-how-to-add-labels/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/NZBGet/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/NZBGet/scripts/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/SABnzbd/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/SABnzbd/scripts/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/qBittorrent/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/qBittorrent/Paths/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/ruTorrent/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/Examples/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/How-to-setup-for/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/How-to-setup-for/Native/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/How-to-setup-for/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/How-to-setup-for/Docker/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/How-to-setup-for/Dockstarter/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/How-to-setup-for/Native/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/How-to-setup-for/Synology/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/How-to-setup-for/Unraid/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Misc/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Misc/how-to-provide-a-docker-compose/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Misc/x265-4k/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Notifiarr/Quick-Start/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Plex/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Plex/Tips/Plex-media-server/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Plex/profiles/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Radarr-import-custom-formats/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Radarr-remote-path-mapping/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Radarr-setup-custom-formats/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Tips/Radarr-add-a-movie-collection/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Sonarr/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx-Anime/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/ - 2021-12-31 + 2022-01-01 daily https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/ - 2021-12-31 + 2022-01-01 daily \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index d0fa4aa61..c78c4e735 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ