Ability to select or ignore posting groups

Hello,

Love the application! It’s made my life happier and simpler.

Is there a way in the app to filter / select / ignore certain posting groups? The reason I ask is that I often get TV shows downloaded that don’t have embedded subtitles, and the subtitles that are available for download are out of sync.

Ultimately I’d just like to tell the app to ignore certain posting groups…

Thanks in advance for any suggestions,
F

You can use Release Profiles to only allow certain groups or completely reject others.

Custom Formats can be used to prefer certain groups or prefer some groups less (potentially even ignore if you score them low enough).

Custom Formats are newer and generally more flexible.

1 Like

Take a look here to get started: https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles/

1 Like

Thank you @markus101 and @fanboy for sharing the information!

I’ve decided to create a CF based on TRaSH’s SCENE template. I just have a RegEx question. The following is the original RegEx expression with the list of groups reduced to foobar:

^(?=.(\b\d{3,4}p\b).([. ]WEB[. ])(?!DL)\b)|\b(-foobar)

I want to ignore the beginning of the RegEx that’s concerned with the digits (not sure what it’s doing) and the filter for WEB download.

Here’s my updated RegEx:
^.*\b(-foobar)

Will that do what I need?

Thanks,
F

Just -foobar should be sufficient for that.

1 Like

I have it working, thanks! :grinning: