add network share config

This commit is contained in:
Luke Pulverenti
2016-09-24 02:22:03 -04:00
parent 1a81678893
commit fdc2826709
5 changed files with 74 additions and 5 deletions

View File

@@ -43,7 +43,10 @@ namespace MediaBrowser.Server.Implementations.IO
// WMC temp recording directories that will constantly be written to
"TempRec",
"TempSBE"
"TempSBE",
"@eaDir",
"eaDir",
"#recycle"
};
private readonly IReadOnlyList<string> _alwaysIgnoreSubstrings = new List<string>