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

Method get_dvr_tv_fallback_template

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

Source from the content-addressed store, hash-verified

334
335 @classmethod
336 def get_dvr_tv_fallback_template(cls):
337 return cls.get_dvr_settings().get("tv_fallback_template", "TV_Shows/{show}/{start}.mkv")
338
339 @classmethod
340 def get_dvr_movie_fallback_template(cls):

Callers 1

_build_output_pathsFunction · 0.80

Calls 2

get_dvr_settingsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected