Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_format
Function · 0.80
Calls
2
get_stream_settings
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected