Deployed b56dae08 with MkDocs version: 1.3.0

gh-pages
3 years ago
parent 3e1f5c357f
commit faa795965a

File diff suppressed because it is too large Load Diff

@ -5,21 +5,111 @@
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Remux Groups",
"implementation": "ReleaseTitleSpecification",
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(FraMeSToR|EPSiLON|KRaLiMaRKo|PmP|BLURANiUM|SiCFoI|SURFINBIRD|HiFi|iFT|playBD)\\b"
"value": 5
}
},
{
"name": "REMUX",
"implementation": "QualityModifierSpecification",
"name": "FraMeSToR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"required": false,
"fields": {
"value": 5
"value": "FraMeSToR"
}
},
{
"name": "EPSiLON",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "EPSiLON"
}
},
{
"name": "KRaLiMaRKo",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "KRaLiMaRKo"
}
},
{
"name": "PmP",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(PmP)\\b"
}
},
{
"name": "BLURANiUM",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "BLURANiUM"
}
},
{
"name": "SiCFoI",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "SiCFoI"
}
},
{
"name": "SURFINBIRD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "SURFINBIRD"
}
},
{
"name": "HiFi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "HiFi"
}
},
{
"name": "iFT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(iFT)\\b"
}
},
{
"name": "playBD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "playBD"
}
},
{
"name": "TRiTon",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "TRiTon"
}
}
]

@ -4,15 +4,6 @@
"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|SIC|Flights)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
@ -30,6 +21,159 @@
"fields": {
"value": 8
}
},
{
"name": "TOMMY",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-TOMMY\\b"
}
},
{
"name": "BLUTONiUM",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-BLUTONiUM\\b"
}
},
{
"name": "NTG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-NTG\\b"
}
},
{
"name": "TEPES",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-TEPES\\b"
}
},
{
"name": "KiNGS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-KiNGS\\b"
}
},
{
"name": "NTb",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-NTb\\b"
}
},
{
"name": "CMRG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CMRG\\b"
}
},
{
"name": "AJP69",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-AJP69\\b"
}
},
{
"name": "PHOENiX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-PHOENiX\\b"
}
},
{
"name": "monkee",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-monkee\\b"
}
},
{
"name": "MZABI",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-MZABI\\b"
}
},
{
"name": "ROCCaT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-ROCCaT\\b"
}
},
{
"name": "FLUX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-FLUX\\b"
}
},
{
"name": "NOSiViD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-NOSiViD\\b"
}
},
{
"name": "SiC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-SiC\\b"
}
},
{
"name": "Flights",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-Flights\\b"
}
},
{
"name": "HONE",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "hone\\b"
}
}
]
}
}

@ -5,67 +5,238 @@
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "[BLOCK1]",
"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
}
},
{
"name": "BMF",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-BMF|-decibeL|\\bD-Z0N3\\b|\\bFTW-HD\\b|-HiFi|-NCmt|-OISTiLe|-TDD|\\bZQ\\b"
"value": "-BMF\\b"
}
},
{
"name": "[BLOCK2]",
"name": "decibeL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-HiSD|-NTb|-ift|-geek|-tnp|-pter|-bbq|FraMeSToR"
"value": "-decibeL\\b"
}
},
{
"name": "[BLOCK3]",
"name": "D-Z0N3",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CRiSC|-CtrlHD|-DON|\\b-EA\\b|-EbP|-LolHD|-SbR|-TayTo|-VietHD"
"value": "\\bD-Z0N3\\b"
}
},
{
"name": "Not WEBDL",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"name": "HiFi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
"value": "-HiFi\\b"
}
},
{
"name": "Not WEBRIP",
"implementation": "SourceSpecification",
"negate": true,
"required": true,
"name": "NCmt",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
"value": "-NCmt\\b"
}
},
{
"name": "Not REMUX",
"implementation": "QualityModifierSpecification",
"negate": true,
"required": true,
"name": "TDD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": 5
"value": "-TDD\\b"
}
},
{
"name": "Not 2160p",
"implementation": "ResolutionSpecification",
"negate": true,
"required": true,
"name": "ZQ",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": 2160
"value": "\\bZQ\\b"
}
},
{
"name": "HiSD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-HiSD\\b"
}
},
{
"name": "NTb",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-NTb\\b"
}
},
{
"name": "iFT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-iFT\\b"
}
},
{
"name": "Geek",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-geek\\b"
}
},
{
"name": "TnP",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-tnp\\b"
}
},
{
"name": "PTer",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-pter\\b"
}
},
{
"name": "BBQ",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-bbq\\b"
}
},
{
"name": "CRiSC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CRiSC\\b"
}
},
{
"name": "CtrlHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-CtrlHD\\b"
}
},
{
"name": "DON",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-DON\\b"
}
},
{
"name": "EbP",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-EbP\\b"
}
},
{
"name": "LolHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-LolHD\\b"
}
},
{
"name": "SbR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-SbR\\b"
}
},
{
"name": "TayTo",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-TayTo\\b"
}
},
{
"name": "VietHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-VietHD\\b"
}
}
]
}
}

@ -5,57 +5,57 @@
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "[BLOCK1]",
"name": "aXXo",
"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"
"value": "\\b(aXXo)\\b"
}
},
{
"name": "[BLOCK2]",
"name": "CDDHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(CDDHD|-EuReKA|DDR|DNL|-BARC0DE)\\b"
"value": "CDDHD"
}
},
{
"name": "[BLOCK3]",
"name": "FGT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(x0r|nikt0|FGT|d3g|MeGusta|YIFY|YTS|tigole|C4K|RARBG|4K4U)\\b"
"value": "\\b(FGT)\\b"
}
},
{
"name": "[BLOCK4]",
"name": "AROMA",
"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"
"value": "-AROMA\\b"
}
},
{
"name": "[BLOCK5]",
"name": "LiGaS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(RARBG|FGT|STUTTERSHIT|LiGaS|-DDR|-Zeus|Tigole|TBS)\\b"
"value": "\\b(LiGaS)\\b"
}
},
{
"name": "[BLOCK6]",
"name": "beAst",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-beAst|CHD|HDWinG|MTeam|MySiLU|-WiKi)\\b"
"value": "-beAst\\b"
}
},
{
@ -64,17 +64,476 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(Rifftrax|RU4HD)\\b"
"value": "Rifftrax"
}
},
{
"name": "Nominated Unwanted Groups",
"name": "BdC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TEKNO3D|TIKO|Liber8|FZHD|PATOMiEL|-KIRA|PTNK)\\b"
"value": "\\b(BdC)\\b"
}
},
{
"name": "TEKNO3D",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "TEKNO3D"
}
},
{
"name": "CrEwSaDe",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "CrEwSaDe"
}
},
{
"name": "DNL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(DNL)\\b"
}
},
{
"name": "FaNGDiNG0",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "FaNGDiNG0"
}
},
{
"name": "FRDS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(FRDS)\\b"
}
},
{
"name": "HDTime",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "HDTime"
}
},
{
"name": "iPlanet",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "iPlanet"
}
},
{
"name": "KiNGDOM",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-KiNGDOM\\b"
}
},
{
"name": "Leffe",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Leffe"
}
},
{
"name": "mHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(mHD)\\b"
}
},
{
"name": "mSD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(mSD)\\b"
}
},
{
"name": "nHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(nHD)\\b"
}
},
{
"name": "nikt0",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "nikt0"
}
},
{
"name": "nSD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(nSD)\\b"
}
},
{
"name": "NhaNc3",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "NhaNc3"
}
},
{
"name": "PRODJi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "PRODJi"
}
},
{
"name": "RDN",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(RDN)\\b"
}
},
{
"name": "SANTi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(SANTi)\\b"
}
},
{
"name": "STUTTERSHIT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "STUTTERSHIT"
}
},
{
"name": "WAF",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(WAF)\\b"
}
},
{
"name": "x0r",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "x0r"
}
},
{
"name": "YIFY",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "YIFY"
}
},
{
"name": "YTS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(YTS)\\b"
}
},
{
"name": "EuReKA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-EuReKA\\b"
}
},
{
"name": "DDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(DDR)\\b"
}
},
{
"name": "DNL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(DNL)"
}
},
{
"name": "BARC0DE",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "BARC0DE"
}
},
{
"name": "d3g",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "d3g"
}
},
{
"name": "MeGusta",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "MeGusta"
}
},
{
"name": "Tigole",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Tigole"
}
},
{
"name": "C4K",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "C4K"
}
},
{
"name": "RARBG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "RARBG"
}
},
{
"name": "4K4U",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "4K4U"
}
},
{
"name": "RU4HD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "RU4HD"
}
},
{
"name": "Zeus",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-Zeus\\b"
}
},
{
"name": "TBS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TBS)\\b"
}
},
{
"name": "CHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(CHD)\\b"
}
},
{
"name": "HDWinG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "HDWinG"
}
},
{
"name": "MTeam",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MTeam)\\b"
}
},
{
"name": "MySiLU",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(MySiLU)\\b"
}
},
{
"name": "WiKi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-WiKi\\b"
}
},
{
"name": "TIKO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(TIKO)\\b"
}
},
{
"name": "Liber8",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Liber8"
}
},
{
"name": "FZHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(FZHD)\\b"
}
},
{
"name": "PATOMiEL",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "PATOMiEL"
}
},
{
"name": "KIRA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "-KIRA\\b"
}
},
{
"name": "PTNK",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(PTNK)\\b"
}
},
{
"name": "GalaxyRG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "GalaxyRG"
}
},
{
"name": "HDS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(HDS)\\b"
}
},
{
"name": "NoGroup",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "NoGr(ou)?p"
}
},
{
"name": "EVO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "[-. ]EVO(TGX)?\\b"
}
}
]
}
}

@ -28,7 +28,7 @@
"negate": true,
"required": true,
"fields": {
"value": "KRaLiMaRKo|E\\.N\\.D|D\\-Z0N3|de\\[42\\]|Koten_Gars|BluDragon"
"value": "KRaLiMaRKo|E\\.N\\.D|D\\-Z0N3|de\\[42\\]|Koten_Gars|BluDragon|HONE"
}
}
]

File diff suppressed because one or more lines are too long

@ -2,392 +2,392 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://trash-guides.info/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/thnx/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/After-install-configuration/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/Setup-Guide/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Bazarr/scripts/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Deluge-Basic-Setup/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/Deluge/Deluge-how-to-add-labels/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/NZBGet/scripts/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/scripts/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Paths/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Examples/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/Replace-copies-with-hardlinks/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Native/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/How-to-setup-for/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/How-to-setup-for/Docker/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/How-to-setup-for/Dockstarter/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/How-to-setup-for/Native/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/How-to-setup-for/Synology/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/How-to-setup-for/Unraid/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/how-to-provide-a-docker-compose/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/trash-sync/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Misc/x265-4k/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/4k-transcoding/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/Tips/Plex-media-server/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Plex/profiles/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-import-custom-formats/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-remote-path-mapping/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Radarr-setup-custom-formats/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Merge-quality/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-add-a-movie-collection/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/1-1/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/SQP/1-2/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx-Anime/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Merge-quality/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2022-06-23</lastmod>
<lastmod>2022-06-24</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.

@ -1,3 +1,15 @@
# 2022-06-24
Guide formatting fixes #639
- Improved: readability of description in `Downloaders - qBittorent - Basic Setup`.
- Fixed: Series Folder Format issue:#624 in `Sonarr - Release Profile RegEx (Anime)`.
Radarr CF 20220624 #640
- Updated: CF `[LQ]` Separated conditions on request.
- Updated: CF `[HQ-Remux]` Separated conditions on request.
- Updated: CF `[HQ]` Separated conditions on request.
- Updated: CF `[HQ-WEBDL]` Separated conditions on request.
- Updated: CF `[HQ-WEBDL]` added group `HONE`.
- Updated: CF `[No-RlsGroup]` added group `HONE` to the exemption.
#2022-06-21
Radarr CF 20220621 #635
- Updated: CF `[3D]` added 3D group `BluRay3D`.

Loading…
Cancel
Save