WIP Ember Media Manager 1.4.8.0 ALPHA - Discussion Thread
Hidden Advance Settings Failure

Issue 1

While EMM was OFF, I added

Code:
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">trailer|sample|bêtisier|compilation</Setting>

to \Profiles\Default\AdvancedSettings.xml.

There is no other duplicate line for this setting, it is unique.

Then I run EMM, perform a clean DB and Update Library and still these movies are detected as new:

Code:
E:\Medias\Films\Star Wars\Documentaires\Star Wars Doc fr\Bêtisier Star Wars.mp4
E:\Medias\Films\Compilation le Monde Du Doublage Français.mkv

No NFO were already attached to this items.


Issue 2

When EMM update the advanced settings, the NotValidFileContains setting is transformed like that:

Code:
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">trailer|sample|b�tisier|compilation</Setting>

Since it is a regex, the solution could be using this format to avoid that:

Code:
<Setting Section="*EmberAPP" Content="None" Name="NotValidFileContains" DefaultValue="">trailer|sample|b\u00EAtisier|compilation</Setting>

My text editor open and reload the file as ANSI.

I try to remove the "|bêtisier" part of the string to no avail. Files are still detected in the library after an update.


Is this a bug?

I fail to exclude those files with the provided AdvancedSettings.xml method.

I have the last Komplex release.
  • Windows 10 x64
  • Kodi 17.6


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 fred_gaou - 2017-07-28, 18:57
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