mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
add MediaInfo to improve media analysis for video files
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user