Release Groups {group}
Re: Release Groups {group}
Collecting missing groups locally and only posting the list every Friday would be appreciated. The data files aren't automatically compiled until Saturday anyway. 
Re: Release Groups {group}
Alright I'll try to do that. Just been keeping this page open and adding new ones as I ran into them. I'll try to compile them and submit them Fridayish.
Thanks for your quick additions though. It's great seeing them show up in Filebot.
Thanks for your quick additions though. It's great seeing them show up in Filebot.
Re: Release Groups {group}
Thanks for your help with keeping the list up to date. Your help is much appreciated. 
Re: Release Groups {group}
CrEwSaDe
LoRD
FK99
ROIMEZ
TnTvillage
PopHD
M2Tv
SAMUEL98
LoRD
FK99
ROIMEZ
TnTvillage
PopHD
M2Tv
SAMUEL98
Re: Release Groups {group}
VISIONPLUSHDR1000
-SDC-
RoB
EmEm
EmeraldEmpire
Dr3adLoX
GOD
ZMachine
n0m1
DTOne
-SDC-
RoB
EmEm
EmeraldEmpire
Dr3adLoX
GOD
ZMachine
n0m1
DTOne
Re: Release Groups {group}
Missing P2P groups:
Ms89
HDVN
Smithers
DHARMA
MULTiPLEX
HvO
4DDL
DnO
Ms89
HDVN
Smithers
DHARMA
MULTiPLEX
HvO
4DDL
DnO
Re: Release Groups {group}
This works great for me with only one exception: Groups like "D-Z0N3" or "FTW-HD" are recognized by the {group} binding but your group resolver will remove the part before the "-" - I'll try to fix it when I find some time tomorrowkim wrote: 19 Jun 2017, 18:31 You can try my "group" resolver
if in the builtin "group", group-jshdfjhvsdf.ext or sdkjhdvfsdsf-group.ext it will get it
plus some more... "filters"
Code: Select all
{ def dn = call{(file.parentFile.name).match(/(?:\-\w+(?=\[\w+\])|\-\w+$)/)}; def nn = call{fn.match(/(?:(?=(?:19|20)+[0-9]+)\w.+$)/)}; def g = call{(file.parentFile.name+'.'+fn).find(/\-/) ? call{group.replaceAll(/\bDK\b|\bFS\b/,'')} : null}; def gg = '-'+g; def gb = call{fn.match(/(?:^\w{3,}(?=[-]))/)}; def fm = call{fn.match(/(?:(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+$)|(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+[\.\_]\w+[\-]\w+$)|(?:\-\w+(?=\.cd[0-9]|\-trailer|\.part[0-9]|\.dan|\.eng))|(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+[\-\.\_](?!\b720p\b|\b1080p\b)\w+$)|(?:\-\w+[\.]+\w+(?=\.cd[0-9]))|(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+(?=\[\w+\]$)))/)}; if(g!=null && dn!=null && gg.equalsIgnoreCase(dn)) return '-'+g; if(g!=null && dn!=null) return dn; if(nn==null && dn!=null) return dn; if(g!=null && (fm!=null||gb!=null) && (gg.equalsIgnoreCase(fm) || g.equalsIgnoreCase(gb))) return '-'+g; if(g!=null && g!= '' && (fm!=null && gb!=null)) return '-'+g; if(g==null && fm!=null && nn!=null) return ''+fm; if(gb!=null && fm!=null && nn!=null) return '-'+gb; if(gb!=null && g==null && fm==null && g==null && dn==null && nn==null) return '-'+gb; if(g!=null && fm!=null && g!=fm) return fm; if(g==null && fm==null && gb!=null && dn==null && nn==null) return '-'+gb; if(g==null && fm!=null && gb!=null && dn==null && nn==null) return '-'+gb; if(fm!=null) return fm}
-
ChoosenEye
- Posts: 1
- Joined: 24 Oct 2017, 14:33
Re: Release Groups {group}
HQC
Smithers
ATAX
CDP
ACED
Smithers
ATAX
CDP
ACED
Re: Release Groups {group}
RavenCrow
SiGMA
HEVC.CLUB
SiGMA
HEVC.CLUB
Re: Release Groups {group}
HDReactor
KOSHARA
ZeiZ
BT4K
KOSHARA
ZeiZ
BT4K
Re: Release Groups {group}
This is by design because "group" give false positives... so my code:
group most be backed up by something with "-" at the start
so "-D-Z0N3" in filename match "-D-Z0N3" and e.g. ".D-Z0N3" = "-Z0N3"
if you can make group/my code not give false positives then PLEASE do so and SHARE it
group most be backed up by something with "-" at the start
so "-D-Z0N3" in filename match "-D-Z0N3" and e.g. ".D-Z0N3" = "-Z0N3"
if you can make group/my code not give false positives then PLEASE do so and SHARE it
angreed wrote: 24 Oct 2017, 23:10This works great for me with only one exception: Groups like "D-Z0N3" or "FTW-HD" are recognized by the {group} binding but your group resolver will remove the part before the "-" - I'll try to fix it when I find some time tomorrowkim wrote: 19 Jun 2017, 18:31 You can try my "group" resolver
if in the builtin "group", group-jshdfjhvsdf.ext or sdkjhdvfsdsf-group.ext it will get it
plus some more... "filters"
Code: Select all
{ def dn = call{(file.parentFile.name).match(/(?:\-\w+(?=\[\w+\])|\-\w+$)/)}; def nn = call{fn.match(/(?:(?=(?:19|20)+[0-9]+)\w.+$)/)}; def g = call{(file.parentFile.name+'.'+fn).find(/\-/) ? call{group.replaceAll(/\bDK\b|\bFS\b/,'')} : null}; def gg = '-'+g; def gb = call{fn.match(/(?:^\w{3,}(?=[-]))/)}; def fm = call{fn.match(/(?:(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+$)|(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+[\.\_]\w+[\-]\w+$)|(?:\-\w+(?=\.cd[0-9]|\-trailer|\.part[0-9]|\.dan|\.eng))|(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+[\-\.\_](?!\b720p\b|\b1080p\b)\w+$)|(?:\-\w+[\.]+\w+(?=\.cd[0-9]))|(?:\-(?!\bDL\b|\bRip\b|\bES\b|\bHD\b)\w+(?=\[\w+\]$)))/)}; if(g!=null && dn!=null && gg.equalsIgnoreCase(dn)) return '-'+g; if(g!=null && dn!=null) return dn; if(nn==null && dn!=null) return dn; if(g!=null && (fm!=null||gb!=null) && (gg.equalsIgnoreCase(fm) || g.equalsIgnoreCase(gb))) return '-'+g; if(g!=null && g!= '' && (fm!=null && gb!=null)) return '-'+g; if(g==null && fm!=null && nn!=null) return ''+fm; if(gb!=null && fm!=null && nn!=null) return '-'+gb; if(gb!=null && g==null && fm==null && g==null && dn==null && nn==null) return '-'+gb; if(g!=null && fm!=null && g!=fm) return fm; if(g==null && fm==null && gb!=null && dn==null && nn==null) return '-'+gb; if(g==null && fm!=null && gb!=null && dn==null && nn==null) return '-'+gb; if(fm!=null) return fm}
Re: Release Groups {group}
ROTAM85
Orbit69
O69
Iznogoud9
Orbit69
O69
Iznogoud9
Re: Release Groups {group}
SHRPY
VERUM
ontherun
PLUTONiUM
QPEL
WEBTUBE
BAMBOOZLE
CREED
CookieMonster
PODO
MFO
CONVOY
HEEL
jAh
NTG
GTi
VERUM
ontherun
PLUTONiUM
QPEL
WEBTUBE
BAMBOOZLE
CREED
CookieMonster
PODO
MFO
CONVOY
HEEL
jAh
NTG
GTi
-
redbull666
- Donor
- Posts: 58
- Joined: 08 Jan 2014, 20:45
Re: Release Groups {group}
SUPERSIZE
JATO
NIMA4K
Highvoltage
HDBEE
OMFUG
JATO
NIMA4K
Highvoltage
HDBEE
OMFUG
Re: Release Groups {group}
JustWatch
I only work in black and sometimes very, very dark grey. (Batman)
Re: Release Groups {group}
LiLDiCK
shoTV
TRANSiENCE
kris33
shoTV
TRANSiENCE
kris33
Re: Release Groups {group}
Can you please add:
HRS
DSS
Tnx
HRS
DSS
Tnx
Re: Release Groups {group}
ARiES
CROSSFIT
EDHD
iLoveHD
iNSPiRiT
NEXTGEN
RENEGADES
And (if not too short/generic):
MT
CROSSFIT
EDHD
iLoveHD
iNSPiRiT
NEXTGEN
RENEGADES
And (if not too short/generic):
MT
Re: Release Groups {group}
STRIFE should probably be STRiFE
I only work in black and sometimes very, very dark grey. (Batman)
Re: Release Groups {group}
looks like you missed adding these:
CptCrunchzz
CPT
CptCrunchzz
CPT
Re: Release Groups {group}
OmertaHD seems missing
I only work in black and sometimes very, very dark grey. (Batman)
Re: Release Groups {group}
Geek and O2STK
I only work in black and sometimes very, very dark grey. (Batman)
Re: Release Groups {group}
ReDe@mer
Hurtom
Ov3rload
EiE
CM
N.O.K
SPLENDIDE
CnSCG
AbhiSona
FzTeam
MORS
Pitufo180
DYGC
Amedia
OmskBird
Jaskier
AlexFilm
NewStudio
Gears Media
TorrentCouch
StB
Sunshine Studio
SunshineStudio
rDX
Manning
Tv21
PREUMS
CMRG
MOBiDiK
iSTANCE
SkRiN
FeelFree
MrGrey
TATUGAMESCF
LAPUMiAFiLMES
LAPUMiA
COMANDOTORRENTS
ZonaTorrent2
Hollymovies4u
Outbreak
threesixtyp
BulgariaHD
RenTV
LMK
СТС
BiZouNouRs
PEMOC
SSN
ANONYMUS
INSPIRAL
Zi$t
MoviesEvil
ORGO
TorrentCounter
Moviezworldz
AbhiStuff
Worldfree4u.Link
Worldfree4u
theAmresh
ExtraMovies
26k
TorrentsGroup Exclusive
KatmovieHD
Omikron
Filmytorrents.com
Filmytorrents
DADDY
JellyBean
NextBit
300MbMoviesHub
DDDD
Kingmaker
Hurtom
Ov3rload
EiE
CM
N.O.K
SPLENDIDE
CnSCG
AbhiSona
FzTeam
MORS
Pitufo180
DYGC
Amedia
OmskBird
Jaskier
AlexFilm
NewStudio
Gears Media
TorrentCouch
StB
Sunshine Studio
SunshineStudio
rDX
Manning
Tv21
PREUMS
CMRG
MOBiDiK
iSTANCE
SkRiN
FeelFree
MrGrey
TATUGAMESCF
LAPUMiAFiLMES
LAPUMiA
COMANDOTORRENTS
ZonaTorrent2
Hollymovies4u
Outbreak
threesixtyp
BulgariaHD
RenTV
LMK
СТС
BiZouNouRs
PEMOC
SSN
ANONYMUS
INSPIRAL
Zi$t
MoviesEvil
ORGO
TorrentCounter
Moviezworldz
AbhiStuff
Worldfree4u.Link
Worldfree4u
theAmresh
ExtraMovies
26k
TorrentsGroup Exclusive
KatmovieHD
Omikron
Filmytorrents.com
Filmytorrents
DADDY
JellyBean
NextBit
300MbMoviesHub
DDDD
Kingmaker
-
motorolax3000
- Posts: 2
- Joined: 18 Jan 2018, 14:13
Re: Release Groups {group}
FreeSub-Raw
Moozzi2
nekotrice
Beatrice-Raws
GanbaRaw
Evil-Roze
Nep_Blanc
Erai-raws
ReinForce
Anime Land
TBS-Raws
UCCUSS
koishi
FumeiRaws
SOFCJ-Raws
Ohys-Raws
NAOKI-Raws
ANK-Raws
LittleBakas!
Moozzi2
nekotrice
Beatrice-Raws
GanbaRaw
Evil-Roze
Nep_Blanc
Erai-raws
ReinForce
Anime Land
TBS-Raws
UCCUSS
koishi
FumeiRaws
SOFCJ-Raws
Ohys-Raws
NAOKI-Raws
ANK-Raws
LittleBakas!
Re: Release Groups {group}
WiiFi
NovaLan
DiVULGED
Bearfish
RiddlerA
NFRiP
Snake
Bzingaz
GWC
METeam
GIRAYS
HevcLovers.com
HEVCLovers
Cleo
KoTuWa
FrogPerson
BRSHNKV
XxUnkn0wnxX
KNP
ARIZONE
Sajid790
MKVTV.NET
MKVTV
nate_666
Silence
KHP
MONOLITH
M3D
CHRONOS
zsewdc
Forlorn
APTX
LGC
khoshmard
iCilleZ
Filmiwar
TVBeastS
MovieEater.net
MovieEater
KatmovieHD.me
MeGUiL
Lucifer22
CTTV
NovaLan
DiVULGED
Bearfish
RiddlerA
NFRiP
Snake
Bzingaz
GWC
METeam
GIRAYS
HevcLovers.com
HEVCLovers
Cleo
KoTuWa
FrogPerson
BRSHNKV
XxUnkn0wnxX
KNP
ARIZONE
Sajid790
MKVTV.NET
MKVTV
nate_666
Silence
KHP
MONOLITH
M3D
CHRONOS
zsewdc
Forlorn
APTX
LGC
khoshmard
iCilleZ
Filmiwar
TVBeastS
MovieEater.net
MovieEater
KatmovieHD.me
MeGUiL
Lucifer22
CTTV
Re: Release Groups {group}
Rapta
SFI
TorrentCouch.com
Good People
LostFilm
ION10
TiTAN
Natty
FaiLED
m00tv
HRiP
SFI
TorrentCouch.com
Good People
LostFilm
ION10
TiTAN
Natty
FaiLED
m00tv
HRiP
Re: Release Groups {group}
ExTwoSixFive
GlowGaze.Com
GlowGaze
CINEMANIA
MAGiCDRAGON
GlowGaze.Com
GlowGaze
CINEMANIA
MAGiCDRAGON
Re: Release Groups {group}
Rdc
JRabbit
GLaDOS
x265bt.com
HiDeFZeN
AniMaL
Tonyk
HenDerson
HDAccess
orbitron
Kamihikouki
RUT
Gluttony
RATPACK
BabyGirl21@BluRG
decatora27
BuLD
TTL
x265-Z
BAKED
LDS
UQ
Leffe
Argotzz
AnonymousRG
jz1276
Eeazy
FERAL
MaX
PmP
Mont
UltraHD
SiN
ABM
BAZ
MgB
CHECKMATE
KTNP
Debaucherous
LiGHTSPEED
Zendal
COASTER
HDMike
DarkDream
Nathan69
MOViEiT
TTG
UltimateHD
o0o
BluRG
OUIJA
KST
CONFiDENCiAL
DrSi
HDA
KTNP
JRabbit
GLaDOS
x265bt.com
HiDeFZeN
AniMaL
Tonyk
HenDerson
HDAccess
orbitron
Kamihikouki
RUT
Gluttony
RATPACK
BabyGirl21@BluRG
decatora27
BuLD
TTL
x265-Z
BAKED
LDS
UQ
Leffe
Argotzz
AnonymousRG
jz1276
Eeazy
FERAL
MaX
PmP
Mont
UltraHD
SiN
ABM
BAZ
MgB
CHECKMATE
KTNP
Debaucherous
LiGHTSPEED
Zendal
COASTER
HDMike
DarkDream
Nathan69
MOViEiT
TTG
UltimateHD
o0o
BluRG
OUIJA
KST
CONFiDENCiAL
DrSi
HDA
KTNP
Re: Release Groups {group}
theincognito
METCON
TTO
PbK
Eisy
SSG
H4S5S
TDD
CADAVER
DiYHDHome
METCON
TTO
PbK
Eisy
SSG
H4S5S
TDD
CADAVER
DiYHDHome
Re: Release Groups {group}
SmokeRings
PUFO
HQCLUB
WEBTiFUL
PUFO
HQCLUB
WEBTiFUL
Re: Release Groups {group}
S4L
Condo
SpaceShuttle
p0.618
N1C
NO1CARES
Downloadhub
Big4uMOVIES
Big4uMOVIES.PW
SSRmovies.COM
SSRmovies
KatMaster
Zi$t
Zaeem
CriMiNaL
iCV-MIRCrew
MutzNutz
EtMovies
FLASH
Bootstrap
Makintos13
MVGEE
iMP3RiAL
ONe
OurSuperPilaEncode
RebelSD
Mafiaking
MovCr
rutracker
Condo
SpaceShuttle
p0.618
N1C
NO1CARES
Downloadhub
Big4uMOVIES
Big4uMOVIES.PW
SSRmovies.COM
SSRmovies
KatMaster
Zi$t
Zaeem
CriMiNaL
iCV-MIRCrew
MutzNutz
EtMovies
FLASH
Bootstrap
Makintos13
MVGEE
iMP3RiAL
ONe
OurSuperPilaEncode
RebelSD
Mafiaking
MovCr
rutracker
Re: Release Groups {group}
JASS
PussyFoot
HDHome
HDTracker
EiDER
FlacoFF
FORSAKEN
SCORN
CHS
BriBerY
PERFECT
DeVOiD
FiXIE
vegito5001
nayhtut
EMG
OUTERSPACE
VOLDiES
WRE
PussyFoot
HDHome
HDTracker
EiDER
FlacoFF
FORSAKEN
SCORN
CHS
BriBerY
PERFECT
DeVOiD
FiXIE
vegito5001
nayhtut
EMG
OUTERSPACE
VOLDiES
WRE
Re: Release Groups {group}
CiELOS
Actual one on the list is CiELO, but most of my files are tagged with CiELOS.
Thanks
Actual one on the list is CiELO, but most of my files are tagged with CiELOS.
Thanks
Re: Release Groups {group}
A big NO on "Panda"
NO real words
NO real words
Re: Release Groups {group}
Code: Select all
r00t
BugsFunnyRe: Release Groups {group}
Can you please add some italian release groups ?
Here is a quick list :
PirateMKV
HDi
CYBER
£egend63
DK
Peppe
DIABLO
DDN
Thanks a lot
Here is a quick list :
PirateMKV
HDi
CYBER
£egend63
DK
Peppe
DIABLO
DDN
Thanks a lot
Re: Release Groups {group}
I missed one more Rednoah :
Ov3rl1f3
Thanks a lot
Ov3rl1f3
Thanks a lot
Re: Release Groups {group}
Other italian groups :
STH
Krikk
TRL
STH
Krikk
TRL
Re: Release Groups {group}
YOGI
KKPiRATE
STVFRV
RLF
B4ND1T69
MkvHu
CARTEL
MORRiS
MkvCage.ws
KKPiRATE
STVFRV
RLF
B4ND1T69
MkvHu
CARTEL
MORRiS
MkvCage.ws
Re: Release Groups {group}
n0h0pe
HazMatt
HEVC-LM
Crunchyroll
AnimeSkulls
RD164
SARTRE
TombDoc
ANONA911
MoviesMix
Langbard-CTTC
HazMatt
HEVC-LM
Crunchyroll
AnimeSkulls
RD164
SARTRE
TombDoc
ANONA911
MoviesMix
Langbard-CTTC
Re: Release Groups {group}
Anyone else having trouble with renaming NTb releases?
I'm using the following syntax:
When using that syntax with this file:
I'm using the following syntax:
Code: Select all
{n} - {s00e00} - {vf} {vc} {'- '+source} {'- '+group}I should get:Marvels.The.Punisher.S01E01.1080p.NF.WEBRip.DD5.1.x264-NTb[rartv]
But I only get:Marvel's The Punisher - S01E01 - 1080p x264 - WEBRip - NTb
I have this for most of my NTb releases, other groups like DEFLATE, CasStudio, MTB, RARBG, SHORTBREHD, ROVERS, etc. work good most times. Anyone might have any tips?Marvel's The Punisher - S01E01 - 1080p x264 - WEBRip
Re: Release Groups {group}
NTb is on the list so it should work. NTb[rartv] is not exactly the same though. I'll add rartv to the list as well. Might make a difference.
Re: Release Groups {group}
Thanks, will try it out for future files.rednoah wrote: 16 Oct 2018, 13:13 NTb is on the list so it should work. NTb[rartv] is not exactly the same though. I'll add rartv to the list as well. Might make a difference.
Re: Release Groups {group}
This is WRONG:
This is how the format is... ALWAYS!rednoah wrote: 16 Oct 2018, 13:13 NTb is on the list so it should work. NTb[rartv] is not exactly the same though. I'll add rartv to the list as well. Might make a difference.
this is why you must use something like:-releaseGroup[Distribution group/site aka fake "group"]
Code: Select all
(?:\-\w+(?=\[\w+\])|\-\w+$)Re: Release Groups {group}
I think I need to run some tests again then. I kinda thought I had implemented support for Group1[Group2] kinda patterns. I'll look into it when I have time.
Re: Release Groups {group}
GrupoCustomU
MasHD
Eml HDTeam
Mazinger_Z33
TMd
TBd
HDTeam
HDT-Series
GrupoHDS
AudioEditado
AEdabaka
Sharerip-GrupoHDS
GrupoHDS-Sharerip
wWw.EliteTorrent.BiZ
MasHD
Eml HDTeam
Mazinger_Z33
TMd
TBd
HDTeam
HDT-Series
GrupoHDS
AudioEditado
AEdabaka
Sharerip-GrupoHDS
GrupoHDS-Sharerip
wWw.EliteTorrent.BiZ