New: mk3d file format (#2795)

Fixes #1324
This commit is contained in:
Qstick 2018-09-18 11:25:42 -04:00 committed by Leonardo Galli
parent 75b486c6c8
commit ab0bf64273
2 changed files with 3 additions and 0 deletions

View File

@ -323,6 +323,7 @@ namespace NzbDrone.Core.Test.ParserTests
}
[TestCase("Revolution.S01E02.Chained.Heat.mkv")]
[TestCase("Star.Wars.Episode.VII.The.Force.Awakens.mk3d")]
[TestCase("Dexter - S01E01 - Title.avi")]
[TestCase("the_x-files.9x18.sunshine_days.avi")]
[TestCase("[CR] Sailor Moon - 004 [48CE2D0F].avi")]

View File

@ -66,6 +66,7 @@ namespace NzbDrone.Core.MediaFiles
//HD
{ ".mkv", Source.WEBDL },
{ ".mk3d", Source.WEBDL},
{ ".ts", Source.TV },
{ ".wtv", Source.TV },
@ -77,6 +78,7 @@ namespace NzbDrone.Core.MediaFiles
{
//HD
{ ".mkv", Resolution.R720P },
{ ".mk3d", Resolution.R720P },
{ ".ts", Resolution.R720P },
{ ".wtv", Resolution.R720P },