Page 7 of 28

Re: Release Groups {group}

Posted: 22 Feb 2016, 14:21
by andash
AVS

Re: Release Groups {group}

Posted: 05 Mar 2016, 15:01
by henx
AMBIT
REGRET
x0r

Re: Release Groups {group}

Posted: 11 Mar 2016, 11:59
by mueller56
GZCrew
RIPLEY
JaJunge

Re: Release Groups {group}

Posted: 30 Mar 2016, 23:23
by mueller56
I have encountered a problem with one of the recent group additions: ENG. If you have English subtitles, the release groups often append the language identifier .eng at the end, so Filebot thinks that the group is ENG when it's actually something else.
The group is actually called Encoderflaccid, ENG seems to be just the short name and they have only a couple of anime releases. On layer13 they don't even exist, so maybe that commit can be undone?

EDIT: I just found this post:
rednoah wrote:{group} should give you the last occurrence within a filename (though case-sensitive match beats case-insensitive match).
Maybe the dirname could be used to match the release group as well? I have a folder for every release, which is named exactly as the release itself, so the groupname would match case-sensitive. The files, however, contain the release group in lowercase most of the time, making case-insensitive matches like ENG more likely.

Re: Release Groups {group}

Posted: 31 Mar 2016, 07:34
by rednoah
Fixed.

PS: it does match RG names from folder name, file name, and original file name. If there's a match in the folder name and the file name then the file name one wins.

Re: Release Groups {group}

Posted: 31 Mar 2016, 09:53
by mueller56
Great, thanks! Is there any way to get the foldername in a command? It would make my matching much more failproof, to just match the end of the foldername as the group.

Btw, new groups:
TV4A
DOUCEMENT
EPHEMERiD

Re: Release Groups {group}

Posted: 31 Mar 2016, 13:27
by rednoah
{group} does take everything into account.

If you want to match it yourself you can either path it from the whole {file.path} or from the {folder.name} specifically.

Re: Release Groups {group}

Posted: 31 Mar 2016, 14:34
by JJanss
I have a problem recently.

Code: Select all

[MOVE] Rename [/volume1/Downloads/American.Dad.S12E09.HDTV.x264-FUM[ettv]/American.Dad.S12E09.HDTV.x264-FUM[ettv].mp4] to [/volume1/Downloads/TV/American Dad!/American.Dad!.S12E09.-.My.Affair.Lady.hdtv-ettv.mp4]
Allot of my series are being renamed to "hdtv-ettv"

While in this case the correct "group" is FUM.

I use this script:

Code: Select all

'seriesFormat=TV/{n}/{n.replaceTrailingBrackets().space('\''.'\'')}.{s00e00}.-.{t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’?]/, "'\''").lowerTrail().replacePart('\'', Part $1'\'').space('\''.'\'')}{'\''.'\''+fn.matchAll(/repack|720p|1080p|720i|1080i|proper|extended/).join('\''.'\'').lower()}{'\''.'\''+source.lower()}{'\''-'\''+group.lower()}{'\''.'\''+lang}'
So basically the "group.lower()" thing is not working correctly for me :-)

Could you point me in the right direction for a fix for this?

Many thanks! I love your software

Re: Release Groups {group}

Posted: 31 Mar 2016, 16:50
by rednoah
According the filename, the group is "ettv" and according to the folder name it's "FUM[ettv]". I'm not an expert on release group naming standard. :D You can always match it yourself from the folder name though.

Re: Release Groups {group}

Posted: 01 Apr 2016, 16:12
by kim
BUG:
"DVL" get turned into "D.L"
HLS -> H-S
SSF -> s-f

e.g.
"movie-DVL" -> "movie-D.L"

AND:
CM8 should be "Hive-CM8" maybe "HQ.Hive-CM8" ? not just "CM8"

AND:
did you not say group = only the last match ?
then The.Legend.Of.Zorro-iMBT should not be The.Legend.Of.Zorro-LEGEND

Re: Release Groups {group}

Posted: 01 Apr 2016, 17:49
by rednoah
1.
HLS -> H-S
Fixed with r3826.


2
The.Legend.Of.Zorro-iMBT
Works for me:

Code: Select all

$ filebot -mediainfo . --format "{file} => {group}"
The.Legend.Of.Zorro-iMBT/The.Legend.Of.Zorro.mkv => iMBT

Re: Release Groups {group}

Posted: 04 Apr 2016, 17:27
by kim
the problem only appear when you have e.g. "cd1" in filename then group will get group from the folder name (path)
file: The.Legend.Of.Zorro.2005-iMBT.cd1
The Legend of Zorro (2005): group = LEGEND
or Done (folder): group = DoNE
or Legend of Zorro, The (2005): group = LEGEND

AND:
The Legend of Zorro(2005)\The.Legend.Of.Zorro.2005-iMBT.cd1
group = EMPTY/Null

The Legend of Zorro(2005)\The.Legend.Of.Zorro.2005-iMBT
group = iMBT

Re: Release Groups {group}

Posted: 05 Apr 2016, 13:40
by svaraej
[eSc]
LeRalouf
RB58

Re: Release Groups {group}

Posted: 19 Apr 2016, 17:00
by svaraej
mRs

Re: Release Groups {group}

Posted: 23 Apr 2016, 13:04
by svaraej
TRiAL

Re: Release Groups {group}

Posted: 02 May 2016, 14:40
by svaraej
SDI

Re: Release Groups {group}

Posted: 02 May 2016, 20:24
by Ev4si0n
Hi, here are some release groups, most of them x265 oriented :

RMTeam
LordVako
Tigole
TangoAlpha
Qman
MZABI
S-Less
PoOlLa
Sno
EVE
FUNKKY
ViVi
UTT

and also :
Joy (already requested lowercase, not the same as JOY)
MkvCage (already requested too)

Re: Release Groups {group}

Posted: 02 May 2016, 22:35
by cloak
IDE
CRiME

Re: Release Groups {group}

Posted: 03 May 2016, 04:51
by rednoah
1.
Added.

2.
Joy / JOY has been removed. Group names that literally match English words will be removed because it might interfere with auto-detection of valid movie / series names that contain that word.

Re: Release Groups {group}

Posted: 03 May 2016, 19:22
by kim
RBB

Re: Release Groups {group}

Posted: 05 May 2016, 17:00
by Mech_Man
HEVCguy

Re: Release Groups {group}

Posted: 07 May 2016, 20:01
by tomasxcd
The inclusion of the group ettv in the group list breaks some other groups. For example:
Game.of.Thrones.S06E01.HDTV.XviD-FUM[ettv]
will detect the group as ettv, but not FUM, as it was on previous versions.

On these cases, I think FUM is a more specific group than ettv.
In fact, ettv can release different versions of the same episode, as the following:
Fear.The.Walking.Dead.S02E02.HDTV.XviD-FUM[ettv]
Fear.The.Walking.Dead.S02E02.HDTV.x264-KILLERS[ettv]
but both would produce group ettv on FileBot.

Re: Release Groups {group}

Posted: 07 May 2016, 20:49
by rednoah
ettv has been removed.

Re: Release Groups {group}

Posted: 15 May 2016, 15:30
by kim
YTS
YTS.AG

Re: Release Groups {group}

Posted: 19 May 2016, 15:52
by Strunov
Please add following groups:

RAPiDCOWS
HYBRiD
TUSAHD
SUBLiME
TWA
CONDITION
BLUEYES
GREYHOUNDS
SUBSTANCE
HEJRA
SMOKEY
FARGIRENIS
OLDDAWGS
DAWGS
DAWGSSERiER
NGSerier
RELEASED
HMN
TRIBAL
UNiTY
UNiTaiL
BDRETAil
Danishbits
DanskKulturskat
Beer
TheCure