add MediaInfo to improve media analysis for video files

This commit is contained in:
Luke Pulverenti
2014-09-20 11:48:23 -04:00
parent ab207209b8
commit f6769b73f2
57 changed files with 797 additions and 264 deletions

View File

@@ -70,6 +70,9 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
.Replace(":", " ")
.Replace(",", " ")
.Replace("-", " ")
.Replace("'", " ")
.Replace("[", " ")
.Replace("]", " ")
.Replace(" a ", String.Empty, StringComparison.OrdinalIgnoreCase)
.Replace(" the ", String.Empty, StringComparison.OrdinalIgnoreCase)
.Replace(" ", String.Empty);