Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ get_dvr_comskip_enabled
Method
get_dvr_comskip_enabled
core/models.py:344–345 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
342
343
@classmethod
344
def
get_dvr_comskip_enabled(cls):
345
return
bool(cls.get_dvr_settings().get(
"comskip_enabled"
, False))
346
347
@classmethod
348
def
get_dvr_comskip_mode(cls):
Callers
1
run_recording
Function · 0.80
Calls
2
get_dvr_settings
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected