Release Groups {group}

All about user-defined episode / movie / file name format expressions
Post Reply
andash
Posts: 1
Joined: 05 Mar 2013, 09:46

Re: Release Groups {group}

Post by andash »

AVS
henx
Posts: 4
Joined: 21 Nov 2015, 21:57

Re: Release Groups {group}

Post by henx »

AMBIT
REGRET
x0r
mueller56
Posts: 9
Joined: 10 Dec 2015, 18:33

Re: Release Groups {group}

Post by mueller56 »

GZCrew
RIPLEY
JaJunge
mueller56
Posts: 9
Joined: 10 Dec 2015, 18:33

Re: Release Groups {group}

Post 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.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post 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.
:idea: Please read the FAQ and How to Request Help.
mueller56
Posts: 9
Joined: 10 Dec 2015, 18:33

Re: Release Groups {group}

Post 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
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post 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.
:idea: Please read the FAQ and How to Request Help.
JJanss
Posts: 2
Joined: 31 Mar 2016, 14:30

Re: Release Groups {group}

Post 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
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post 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.
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Release Groups {group}

Post 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
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post 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
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Release Groups {group}

Post 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
svaraej
Posts: 27
Joined: 05 Apr 2016, 13:37

Re: Release Groups {group}

Post by svaraej »

[eSc]
LeRalouf
RB58
svaraej
Posts: 27
Joined: 05 Apr 2016, 13:37

Re: Release Groups {group}

Post by svaraej »

mRs
svaraej
Posts: 27
Joined: 05 Apr 2016, 13:37

Re: Release Groups {group}

Post by svaraej »

TRiAL
svaraej
Posts: 27
Joined: 05 Apr 2016, 13:37

Re: Release Groups {group}

Post by svaraej »

SDI
Ev4si0n
Posts: 1
Joined: 02 May 2016, 19:47

Re: Release Groups {group}

Post 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)
cloak
Posts: 11
Joined: 02 Jun 2013, 05:21

Re: Release Groups {group}

Post by cloak »

IDE
CRiME
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post 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.
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Release Groups {group}

Post by kim »

RBB
User avatar
Mech_Man
Posts: 21
Joined: 31 Oct 2012, 16:19

Re: Release Groups {group}

Post by Mech_Man »

HEVCguy
Duct tape is like the Force. It has a light side, a dark side, and it holds the Universe together
tomasxcd
Posts: 1
Joined: 07 May 2016, 19:53

Re: Release Groups {group}

Post 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.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post by rednoah »

ettv has been removed.
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Release Groups {group}

Post by kim »

YTS
YTS.AG
Strunov
Posts: 8
Joined: 10 Dec 2013, 12:02

Re: Release Groups {group}

Post 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
Post Reply