Release Groups {group}

All about user-defined episode / movie / file name format expressions
aalive
Posts: 3
Joined: 22 Feb 2019, 02:24

Re: Release Groups {group}

Post by aalive »

Please Add

Code: Select all

HENRETTELSE
whiterose4u
Posts: 17
Joined: 03 Jul 2017, 22:57

Re: Release Groups {group}

Post by whiterose4u »

Hello. Please add:

Code: Select all

AT3N
Thank you.
Omega7
Posts: 107
Joined: 13 Nov 2019, 20:47

Re: Release Groups {group}

Post by Omega7 »

Code: Select all

GRiMM
OnlyWeb
edge2020
WalterWhite1312
Posts: 16
Joined: 04 Sep 2024, 16:16

Re: Release Groups {group}

Post by WalterWhite1312 »

Please add:

Code: Select all

HQCD
User avatar
rednoah
The Source
Posts: 24006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post by rednoah »

Code: Select all

AO
CNY
KI-AI
Pudding-sama
snk
https://github.com/filebot/data/pull/23
:idea: Please read the FAQ and How to Request Help.
Omega7
Posts: 107
Joined: 13 Nov 2019, 20:47

Re: Release Groups {group}

Post by Omega7 »

Code: Select all

CODSWALLOP
iambored89
Posts: 4
Joined: 10 Mar 2024, 20:33

Re: Release Groups {group}

Post by iambored89 »

Please Add:

Code: Select all

NeoNoir
Omega7
Posts: 107
Joined: 13 Nov 2019, 20:47

Re: Release Groups {group}

Post by Omega7 »

Code: Select all

BLOOM
Omega7
Posts: 107
Joined: 13 Nov 2019, 20:47

Re: Release Groups {group}

Post by Omega7 »

Code: Select all

Gloft
Mothball1970
Posts: 1
Joined: Yesterday, 06:58

Re: Release Groups {group}

Post by Mothball1970 »

I'll admit to not having waded through all 30 pages of this thread so apologies if this has been asked before, but has the topic of providing an option for users to maintain their own local copy of "release-groups.txt" been suggested? Such that if a local copy exists, use that; if no local copy exists, pull it from the github page.

In all reality, I probably will only ever hit maybe 15-20 group names that are on the list. But on the rare occasion I have a release from an unlisted group, it's usually a one-off or a group I've never seen before or since. Honestly, how many others have ever seen a release from RATTERA or KROKKERS? As such I do not want to submit it in a PR and wait for it to be approved for that group name to merely add more bloat to the 5325 names already on the list if it is rarely/never going to be used by me again or by anyone else. I'd rather open my locally saved copy of "release-groups.txt", append to it the new group name and in the stylizing I prefer, save it, then rename my files straight away.

If not, that's fine. I can manage well enough by tweaking { fn.match(/[-]([^-]+)$/) } to get what I need/want.

Thanks for all you do to make this a great program!
User avatar
rednoah
The Source
Posts: 24006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Release Groups {group}

Post by rednoah »

Mothball1970 wrote: Yesterday, 08:03 I'd rather open my locally saved copy of "release-groups.txt", append to it the new group name and in the stylizing I prefer, save it, then rename my files straight away.
:arrow: Yes, your custom format could do that. Check if file exists. Read lines. Check if {fn} matches anything. And so on. Read external CSV / TSV / JSON / XML files will get you started.

:arrow: That said, you could just add your own checks in your custom format inline and leave it at that:

Format: Select all

{ any{ fn.match(/RATTERA|KROKKERS/) }{ group } }
:idea: Please read the FAQ and How to Request Help.
Post Reply