Add Emby Music Provider (#3096)
authorhatharry <hatharry@hotmail.com>
Tue, 10 Feb 2026 13:48:47 +0000 (02:48 +1300)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 13:48:47 +0000 (14:48 +0100)
commitf38d536d4fede1ff432bac917bfee05636ce0bef
tree19cb3a39316d62c0ea47f81a669d640e870dbb35
parent8982adf88d7fadd40e6f81d5dd42224b3eb63bae
Add Emby Music Provider (#3096)

* Add Emby Music Provider

* Update constants, Error handling and Audio Format for Emby Music Provider

* Fix StreamDetails AudioFormat for Emby Music Provider

* Revert "Fix StreamDetails AudioFormat for Emby Music Provider"

This reverts commit 41ee5616ff6ee3216e5bc31df7426c8bc124f8de.

* Fix StreamDetails AudioFormat for Emby Music Provider

---------

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
music_assistant/providers/emby/__init__.py [new file with mode: 0644]
music_assistant/providers/emby/const.py [new file with mode: 0644]
music_assistant/providers/emby/icon.svg [new file with mode: 0644]
music_assistant/providers/emby/icon_monochrome.svg [new file with mode: 0644]
music_assistant/providers/emby/manifest.json [new file with mode: 0644]
music_assistant/providers/emby/parsers.py [new file with mode: 0644]