Release Groups {group}
Re: Release Groups {group}
Please add the anime groups
AWGS
AnimeClipse
AWGS
AnimeClipse
Re: Release Groups {group}
Hey there,
I have a few more names I would appreciate you adding to the group list (another 60). I think this puts the total around 140 or so that I know were not on the list before. Your group list is becoming one of the best databases of release groups around, pretty cool.
Also, if you could change "cbm" to this I would appreciate it (change from lowercase to uppercase)
This one is on the list in a different format, not sure if you can add it or not.
On the list you have "rG", this is a different group. I assume the list is case sensitive, but perhaps its not and this is fine.
Thanks so much for adding these, appreciate it lot.
-IWB
I have a few more names I would appreciate you adding to the group list (another 60). I think this puts the total around 140 or so that I know were not on the list before. Your group list is becoming one of the best databases of release groups around, pretty cool.
Code: Select all
A-L
A-M
A-nim-e
ARR
AniMecha
Anime-Koi
Anime-Legion
Ass-Hentai
BSEnc
Baka-Anime
Cman
cornbreadman
cloudyvision
cLT
D-A
dH
Eiri
Fussoir
ginseng
GrimRipper
H-Chu
Hentai-Legacy
HL
HZ
Hanako
Haterman
Hien
Jan55
Jarzka
Jav-Fans
KH
Khmer-Hentai
Kira-H
LUST
Lamonae
MeiohSubs
Narcolepsy
nick64
NinjaPanda
p-a
Ra-C
Raizel
RiP
RippingGods
Rpyleoh
S-A
SNS
SakuraCircle
Stickya
TOMA
Tipota
Twister
V-A
Vision-Anime
W-B
woh
X-Death
YA
Zalis
zan
Code: Select all
CBM
Code: Select all
RG
Thanks so much for adding these, appreciate it lot.
-IWB
Re: Release Groups {group}
Hey, found that "KILLERS" isnt in the list. "Royal.Pains.S05E03.HDTV.x264-KILLERS" Just gets null and "True.Blood.S06E05.720p.HDTV.x264-KILLERS" gets tRuE.
EDIT: Also found that SPARKS not in the list. EG Oz.the.Great.and.Powerful.2013.1080p.BluRay.x264-SPARKS
EDIT: Also found that SPARKS not in the list. EG Oz.the.Great.and.Powerful.2013.1080p.BluRay.x264-SPARKS
Code: Select all
KILLERS
SPARKS
Re: Release Groups {group}
Please add:
Example: The.Place.Beyond.The.Pines.2013.720p.BluRay.x264-DAA
Thanks.
Code: Select all
DAA
VERSATiLE
SEiGHT
AXED
KickFoot
HDWinG
JUMANJi
APT
BRADJE
KISA
Example: The.Place.Beyond.The.Pines.2013.720p.BluRay.x264-DAA
Thanks.
-
- Posts: 181
- Joined: 09 May 2012, 23:35
Re: Release Groups {group}
Few more:
NY2
BoB
WASHiPATO
mvgroup
Thank you, as always.
NY2
BoB
WASHiPATO
mvgroup
Thank you, as always.
-
- Posts: 181
- Joined: 09 May 2012, 23:35
Re: Release Groups {group}
Forgot:
PWE
VeroVenlo
3LTON
And:
CBB
AXNPL.N6
Does it tell you that I edited my post to add another or does it just get lost in the shuffle and a new post is better instead? (I have no idea.)
PWE
VeroVenlo
3LTON
And:
CBB
AXNPL.N6
Does it tell you that I edited my post to add another or does it just get lost in the shuffle and a new post is better instead? (I have no idea.)
Re: Release Groups {group}
Code: Select all
Abjex
Orange.Is.The.New.Black.S01E01.720p.WEBRip.AAC2.0.H.264-Abjex
Re: Release Groups {group}
Can you please add the following list of Groups (I have diff compared them with your release-groups.txt and found the following are missing) Thanks
Code: Select all
$TC Samurai$
1080
7SinS
AiRLiNE
aNDy
APAX
Appel
Archerr
AVS1080
BG
BluHD
BOB
C4N4B1S
CA
Cache
CRiSP
CultHD
D05
D_Z0N3
DIMAPIKS
DiMMAN
DiSPOSABLE
Durham
EXTREME
FASTHD
FLHD
Foxy
FREHD
FULLHD
HDCLASSiCS
HDDEViLS
HiDeF
HiGHTiMES
jTV
MarkerB
MaxHD
McFly
MCH
MCHD
MOOVEE
n3xT
NORDIC.EDITION
NORDIC.RELEASE
NORDiCHD
NOSCREENS
NoVA
NOWiNHD
PiMP
PiPicK
PO2
pradanada
PROD
PTTeam
R_Knorloading
REMUX
REPTiLE
RHooD
Ripp3rX
ROUGH
SFT
SHiTSoNy
SimplyReleaseS
Skazhutin
SONiDO
SpotlandRules
Subtox
tRuAVC
twentyforty
UKDHD
ULSHD
Unknown
UNTOUCHABLES
UxO
Uyirvani
VeDeTT
VERTIGGO
ViGi
WEST
WingmanNZ
Wings13
xander
Re: Release Groups {group}
Here are three more groups missing from the list.
Code: Select all
LOUNGE
FyHD
BiRDHOUSE
Re: Release Groups {group}
This is such a great app!
I've also looked into adding the Release groups to the filenames but couldn't make it work.
It's really important to me to retain the information of origin (at-a-glance).
The {groups} binding is the best possible solution when it works, but one can still find many files where this is not the case.
For such instances regex text pattern matching is a good enough solution.
I would like to use both options in such a way:
1. Use the {groups} binding where it exists (is not null), and filename pattern otherwise.
2. I don't really mind where there would be both with different strings (although "official" {groups} has precedence), but the problem is where there are identical, thus duplicating the string/tags.
Is it possible to disregard/remove one of them when they are duplicates, using regex? It's little too complicated for me to solve this one.
This is what I have put together (using some of the naming schemes shared on the forum):
{".[$group]"}{'.'+[fn.match(/(?:(?<=[-])\w+|.$)|(?:^\w+(?=[-]))/)]}
(the more complete expression shared by "Igor" does not work for me)
The latter expression should find the "group" string from the "-" to the end of the filename or to the "." character (sometimes issue with subtitle extensions).
I thougt one way to de-duplicate when strings are identical would be to add .replaceAll("$group") but I couldn't make it work (at least somewhat) properly.
Duplicate removal should be case insensitive too.
Is there a way to do this?
Any help appreciated!
I've also looked into adding the Release groups to the filenames but couldn't make it work.
It's really important to me to retain the information of origin (at-a-glance).
The {groups} binding is the best possible solution when it works, but one can still find many files where this is not the case.
For such instances regex text pattern matching is a good enough solution.
I would like to use both options in such a way:
1. Use the {groups} binding where it exists (is not null), and filename pattern otherwise.
2. I don't really mind where there would be both with different strings (although "official" {groups} has precedence), but the problem is where there are identical, thus duplicating the string/tags.
Is it possible to disregard/remove one of them when they are duplicates, using regex? It's little too complicated for me to solve this one.
This is what I have put together (using some of the naming schemes shared on the forum):
{".[$group]"}{'.'+[fn.match(/(?:(?<=[-])\w+|.$)|(?:^\w+(?=[-]))/)]}
(the more complete expression shared by "Igor" does not work for me)
The latter expression should find the "group" string from the "-" to the end of the filename or to the "." character (sometimes issue with subtitle extensions).
I thougt one way to de-duplicate when strings are identical would be to add .replaceAll("$group") but I couldn't make it work (at least somewhat) properly.
Duplicate removal should be case insensitive too.
Is there a way to do this?
Any help appreciated!
Re: Release Groups {group}
You'll figure out that {group} and {fn.match(...)} will throw errors and break the {...} block.
You can use c{...} to get around this default behavior:
You can start playing with this. The exact logic u want you have to define yourself.
PS: Make a new thread next time.
You can use c{...} to get around this default behavior:
Code: Select all
{def g = c{group}; def m = c{fn.match(/.../)}; [g,m].unique()}
PS: Make a new thread next time.
Please read the FAQ and How to Request Help.
Re: Release Groups {group}
Better to edit old msg or post a new one? Anyway:
Star.Trek.Into.Darkness.2013.720p.BluRay.DTS.x264-PublicHD
Code: Select all
PublicHD
Re: Release Groups {group}
Better to add like you just did. I'll update it in a few days.
Please read the FAQ and How to Request Help.
Re: Release Groups {group}
Some more to add:
Regards Lui.G
Code: Select all
2Brothers
AJA
ARC
CDC
CENSORED
CLASSiCAL
Clitori
CONTRiBUTiON
CriTiCAL
DAFTPUNK
EXPS
FF
FuN
GME
GME2000
HP4F
KOC
LeetXD
LizardGods
m4u
MB
MEG
MUC
POE
SLOW
TERMi
Trojan
VhV
W23
XC
XM4F
Re: Release Groups {group}
Merged in your groups and it's online now.
Please read the FAQ and How to Request Help.
Re: Release Groups {group}
Please add
ZSiSO
SChiZO
ZSiSO
SChiZO
Re: Release Groups {group}
YFN
QRUS
TLA (Already exist but lowercase)
LIMO
KOR
AyoSuzy
BF1
thx
QRUS
TLA (Already exist but lowercase)
LIMO
KOR
AyoSuzy
BF1
thx
Re: Release Groups {group}
This service is fantastic, keep it up
Baka-Chi
Underwater
Baka-Chi
Underwater