From 2e4e983acd2b0274991f0db0664ad9803e2de69c Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 9 Jan 2016 21:30:24 -0600 Subject: [PATCH] hevc transcode - direct stream skip --- resources/lib/playutils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lib/playutils.py b/resources/lib/playutils.py index 852cb806..22e30b7f 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -191,10 +191,10 @@ class PlayUtils(): item = self.item - if (utils.settings('transcodeH265') == "true" and - item['MediaSources'][0]['Name'].startswith("1080P/H265")): - # Avoid H265 1080p - self.logMsg("Option to transcode 1080P/H265 enabled.", 1) + if (utils.settings('transcodeHEVC') == "true" and + item['MediaSources'][0]['Name'].startswith("1080P/HEVC")): + # Avoid HEVC(H265) 1080p + self.logMsg("Option to transcode 1080P/HEVC enabled.", 1) return False # Requirement: BitRate, supported encoding