Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions music_assistant_models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,10 @@ class StreamType(StrEnum):
# shoutcast: legacy shoutcast stream - url provided in path
SHOUTCAST = "shoutcast"

# in_band: radio stream with in-band metadata
# (e.g. ogg vorbis comments, flac metadata blocks, opus tags)
IN_BAND = "in_band"

# local_file: local file which is accessible by the MA server process
LOCAL_FILE = "local_file"

Expand Down