MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / get_dvr_comskip_mode

Method get_dvr_comskip_mode

core/models.py:348–350  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

346
347 @classmethod
348 def get_dvr_comskip_mode(cls):
349 mode = cls.get_dvr_settings().get("comskip_mode", "cut")
350 return mode if mode in ("cut", "mark") else "cut"
351
352 @classmethod
353 def get_dvr_comskip_hw_accel(cls):

Callers 1

Calls 2

get_dvr_settingsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected