From 0e64a4df48de6602f072cc50d25845a25869e9d4 Mon Sep 17 00:00:00 2001 From: BBsan Date: Fri, 21 Oct 2016 17:19:17 +0200 Subject: [PATCH] Added MKV-SD to Sickbeard --- nzbToSickBeard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index 69ff5397..8f2af8f3 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -194,7 +194,7 @@ # externalSubDir. set the directory where subs should be saved (if not the same directory as the video) #externalSubDir= -# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release). +# outputDefault (None, iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release, MKV-SD). # # outputDefault. Loads default configs for the selected device. The remaining options below are ignored. # If you want to use your own profile, set None and set the remaining options below. @@ -250,4 +250,4 @@ import nzbToMedia section = "SickBeard" result = nzbToMedia.main(sys.argv, section) -sys.exit(result) \ No newline at end of file +sys.exit(result)