Reply to thread

I just had a quick look in my DB and there isn't even a table for them. Try adding this to TranscodeVideoMetadataExtractor.cs:

[code=csharp]      miatr.RegisterLocallyKnownMediaItemAspectType(TranscodeItemVideoAudioAspect.Metadata);

      miatr.RegisterLocallyKnownMediaItemAspectType(TranscodeItemVideoEmbeddedAspect.Metadata);[/code]


Top Bottom