Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ get_dvr_comskip_custom_path
Method
get_dvr_comskip_custom_path
core/models.py:358–359 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
356
357
@classmethod
358
def
get_dvr_comskip_custom_path(cls):
359
return
cls.get_dvr_settings().get(
"comskip_custom_path"
,
""
)
360
361
@classmethod
362
def
set_dvr_comskip_custom_path(cls, path: str | None):
Callers
2
comskip_process_recording
Function · 0.80
get
Method · 0.80
Calls
2
get_dvr_settings
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected