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

Method get_stream_settings

core/models.py:240–248  ·  view source on GitHub ↗

Get all stream-related settings.

(cls)

Source from the content-addressed store, hash-verified

238 # Stream Settings
239 @classmethod
240 def get_stream_settings(cls):
241 """Get all stream-related settings."""
242 return cls._get_group(STREAM_SETTINGS_KEY, {
243 "default_user_agent": None,
244 "default_stream_profile": None,
245 "m3u_hash_key": "",
246 "default_output_format": "mpegts",
247 "hdhr_output_profile_id": None,
248 })
249
250 @classmethod
251 def get_default_user_agent_id(cls):

Callers 6

get_m3u_hash_keyMethod · 0.80
fetch_xmltvFunction · 0.80

Calls 1

_get_groupMethod · 0.80

Tested by

no test coverage detected