feat(external-media): refactor to generic provider, extend tests and file recognition, consolidate and extend NamingOptions

This commit is contained in:
Shadowghost
2022-02-07 18:36:07 +01:00
parent f1878c43a4
commit 719b707281
15 changed files with 596 additions and 915 deletions

View File

@@ -887,7 +887,7 @@ namespace MediaBrowser.Controller.Entities
return Name;
}
public string GetInternalMetadataPath()
public virtual string GetInternalMetadataPath()
{
var basePath = ConfigurationManager.ApplicationPaths.InternalMetadataPath;