Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/3d0e174f8867226cd39e8bafa3695bc84d6d1a9f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
27 changed files with
576 additions and
0 deletions
@ -0,0 +1,15 @@
{
"name" : "Amazon" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Amazon" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Apple TV+" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Apple TV+" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(atvp|aptv)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,24 @@
{
"name" : "BR-DISK" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "DOES NOT INCLUDE ANY OF THESE WORDS" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "^(?!.*\\b((?<!HD[._ -]|HD)DVD|BDRip|720p|MKV|XviD|WMV|d3g|REMUX|[xh][-_. ]?26[45]|German[-_. ]?DL)\\b).*"
}
} ,
{
"name" : "BUNCH OF COMBINATIONS" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "^(((?=.*(Blu[-_. ]?ray|BD|HD[-_. ]?DVD)\\b)(?=.*\\b(AVC|HEVC|VC[-_. ]?1|MVC|MPEG[-_. ]?2|BDMV)\\b))|^((?=.*\\b(^((?=.*\\b(COMPLETE|Dis[ck])\\b)(?=.*(Blu[-_. ]?ray|HD[-_. ]?DVD)))|3D[-_. ]?BD|BR[-_. ]?DISK|Full[-_. ]?Blu[-_. ]?ray|^((?=.*((BD|UHD)[-_. ]?(25|50|66)))(?=.*ISO)?))))).*"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "DC Universe" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "DC Universe" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(dcu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "DEFLATE (INFLATE)" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "DEFLATE (INFLATE)" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(-deflate|-inflate)\\b"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Dislike Obfuscated" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Dislike 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"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Dislike Retags" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Dislike retags" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(\\[rartv\\]|\\[rarbg\\]|\\[eztv\\]|\\[TGx\\])"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Disney+" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Disney+" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(dsnp|dsny|disney)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,51 @@
{
"name" : "DV (WEBDL)" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Dolby Vision" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(dv|dovi|dolby[ .]?vision)\\b"
}
} ,
{
"name" : "WEB" ,
"implementation" : "SourceSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : 3
}
} ,
{
"name" : "WEBRIP" ,
"implementation" : "SourceSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : 4
}
} ,
{
"name" : "Group Exceptions" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(SIC|HULU|Flights)\\b"
}
} ,
{
"name" : "DV HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(DV[ .]HDR10)\\b"
}
}
]
}
@ -0,0 +1,42 @@
{
"name" : "DV" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "DV" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\b(dv|dovi|dolby[ .]?vision)\\b"
}
} ,
{
"name" : "Not DV HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(DV[ .]HDR10)\\b"
}
} ,
{
"name" : "Not DV HLG" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(DV[ ]HLG)\\b"
}
} ,
{
"name" : "Not DV SDR" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(DV[ ]SDR)\\b"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "HBO Max" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "HBO Max" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(hmax|hbmo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "HBO" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "HBO" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(hbo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,78 @@
{
"name" : "HDR" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "HDR" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : true ,
"fields" : {
"value" : "\\bHDR(\\b|\\d)"
}
} ,
{
"name" : "Not DV" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(dv|dovi|dolby[ .]?vision)\\b"
}
} ,
{
"name" : "Not HDR10+" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10Plus|HDR10(\\b\\+)"
}
} ,
{
"name" : "Not HDR10" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bHDR10(\\b[^+|Plus])"
}
} ,
{
"name" : "Not PQ" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(PQ)\\b"
}
} ,
{
"name" : "Not HLG" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(HLG)\\b"
}
} ,
{
"name" : "Not SDR" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\bSDR(\\b|\\d)"
}
} ,
{
"name" : "Not Groups (Missing HDR)" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : true ,
"required" : true ,
"fields" : {
"value" : "\\b(FraMeSToR|HQMUX)\\b"
}
}
]
}
@ -0,0 +1,33 @@
{
"name" : "HQ-WEBDL" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "[Section1]" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(-AJP69|-BTN|-CasStudio|-CtrlHD|-KiNGS|-monkee|-NTb|-NTG|-QOQ|-RTN|-TOMMY|-ViSUM|-T6D|-FLUX|NOSiViD)\\b"
}
} ,
{
"name" : "[Section2]" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(-BTW|-Chotab|-CiT|-DEEP|-iJP|-iT00NZ|-LAZY|-NYH|-SA89|-SIGMA|-TEPES|-TVSmash|-SDCC|-iKA|-iJP|-Cinefeel|-SPiRiT|-FC|-JETIX|-Coo7|-WELP|-KiMCHI|-BLUTONiUM|-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI|-ROCCaT|3cTWeB|playWEB|-KHN|NPMS|-END|-SiC)\\b"
}
} ,
{
"name" : "[Section3]" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(-ViSiON)\\b"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Hulu" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Hulu" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "iTunes" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "iTunes" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(it)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "LQ" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "LQ" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "(TBS|-BRiNK|-CHX|-XLF|-worldmkv|-GHOSTS|-VIDEOHOLE|nhanc3|Pahe\\.ph|Pahe\\.in|-NERO)\\b"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Netflix" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Netflix" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Paramount+" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Paramount+" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(pmtp)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Peacock TV" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Peacock TV" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(pcok)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Quibi" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "Quibi" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(qibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Repack/Proper" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Repack/Proper" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(repack|proper)\\b"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Repack v2" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Repack v2" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(repack2)\\b"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "Repack v3" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Repack v3" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(repack3)\\b"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "SHOWTIME" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "SHOWTIME" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(sho)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}
@ -0,0 +1,33 @@
{
"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)"
}
}
]
}
@ -0,0 +1,15 @@
{
"name" : "YouTube Red" ,
"includeCustomFormatWhenRenaming" : true ,
"specifications" : [
{
"name" : "YouTube Red" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(red)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}