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

Method get_default_output_format

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

Source from the content-addressed store, hash-verified

257
258 @classmethod
259 def get_default_output_format(cls):
260 return cls.get_stream_settings().get("default_output_format", "mpegts")
261
262 @classmethod
263 def get_m3u_hash_key(cls):

Callers 1

_resolve_output_formatFunction · 0.80

Calls 2

get_stream_settingsMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected