WIP Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread
(2017-07-28, 21:41)fred_gaou Wrote:
(2017-07-28, 21:18)DanCooper Wrote: 2. The full used regex is [^\w\s]\s?(NotValidFileContains). That's the reason why ignoring of "Compilation le Monde Du Doublage Français.mkv" does not work (it begins with one of the words in the capturing group and that does not match the regex). But that looks like a bug. For me there is no reason to have a special char before the excluded words. But maybe that's an old regex that originally was created to ignore only trailer and sample files... and this files will always named like "avatar-trailer.mkv" or "avatar-sample.mkv". I will check an fix that if I can't find any issue results in changing that to a NotValidFileContains-only regex.

Yes please. You can remove the prefix of the capturing group and only use it when it is needed like this:
Code:
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">[^\w\s]\s?trailer|[^\w\s]\s?sample|doublage</Setting>

Has been fixed for next release: Github


Messages In This Thread
nfo file status? - by NightMyst - 2017-06-21, 07:24
RE: Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread - by DanCooper - 2017-07-28, 23:41
Audio metadata error - by Doomnie - 2017-11-04, 08:16
EmberMM Import Poster.jpg - by MePoEmberMM - 2018-02-06, 01:27
User rating sync - by fred_gaou - 2018-04-28, 22:25
database is locked - by gorb - 2019-08-19, 11:41
Logout Mark Read Team Forum Stats Members Help
Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread2