[Resolved] Issue with hardcoded subtitles

Hi,

I have an issue with hardcoded subtitles…

Strings like VOSTFR will be grabbed as French like FR or FRENCH.

To be more relevant, here is few files :
True.Detective.S02E07.VOSTFR.720p.HDTV.x264-CherryCoke (Lang EN Sub FR)
True.Detective.S02E07.FASTSUB.VOSTA.720p.HDTV.x264-CherryCoke (Lang EN Sub EN)
The.Walking.Dead.S05E16.FiNAL.FRENCH.HDTV.x264-HYBRiS (Lang FR)

I want to be abme to grab only 720p VOSTFR.

How can I do that ?
I need to add VOSTFR. in my qualities list and set lang to French ?

Thanks for your help.

This is the used regex for French language detection:

(?(?:\W|)(?:FR|VOSTFR)(?:\W|))

The Walking dead would also be analysed as being French, so just setting the series to French will not result in what you want.
You can additionally add VOSTFR to your MUST CONTAIN words in the profile, which would rule out The Walking dead.

Thanks for this informations. But where is the must contain string ?

Release Restrictions on the Indexers settings page.

1 Like

Make sure you enable the advanced settings in the top right of the page, otherwise you won’t see the option under Settings -> Indexers -> Restrictions

If you don’t want to apply it to all your series, you can use multiple must/must not combinations by applying tags.
You then add the tag to the series you want it applied to on the series page by pressing the wrench and then entering a tag.

2 Likes

Perfect !
I set my language to French, forced VOSTFR and blocked VOSTA (to be sure).

A big thanks to you !

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.