Explorar o código

Add xiph tag parsing

Shadowghost %!s(int64=2) %!d(string=hai) anos
pai
achega
4649e0e425
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      MediaBrowser.Providers/MediaInfo/AudioFileProber.cs

+ 4 - 0
MediaBrowser.Providers/MediaInfo/AudioFileProber.cs

@@ -138,6 +138,10 @@ namespace MediaBrowser.Providers.MediaInfo
             {
                 tags = file.GetTag(TagTypes.Apple);
             }
+            else if (tagTypes.HasFlag(TagTypes.Xiph))
+            {
+                tags = file.GetTag(TagTypes.Xiph);
+            }
             else if (tagTypes.HasFlag(TagTypes.AudibleMetadata))
             {
                 tags = file.GetTag(TagTypes.AudibleMetadata);