Add YouSee Musik provider (#3043)
authorMathias R <math625f@gmail.com>
Fri, 30 Jan 2026 07:20:52 +0000 (08:20 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Jan 2026 07:20:52 +0000 (08:20 +0100)
commitb72635ced11545bb6517a1b47ece14a340c02698
treef6d5a5bda4e40737da31ef9507eb36f132cc722b
parent0d70eda094d7b03f0deb08020018cd57220aed25
Add YouSee Musik provider (#3043)

* YouSee Musik provider

* Fix lint

* Restructuring the provider

* Change log level + fix auth invalidation

* Fix bitrate, simplify playbackContext

* Improve recommendations readability

* Lyrics support

* Apply suggestion from @MarvinSchenkel

Co-authored-by: Marvin Schenkel <marvinschenkel@gmail.com>
* cleanup

* Made quality configurable

* icons

---------

Co-authored-by: Mathias Rasmussen <mra@ordbogen.com>
Co-authored-by: Marvin Schenkel <marvinschenkel@gmail.com>
14 files changed:
music_assistant/providers/yousee/__init__.py [new file with mode: 0644]
music_assistant/providers/yousee/api_client.py [new file with mode: 0644]
music_assistant/providers/yousee/auth_manager.py [new file with mode: 0644]
music_assistant/providers/yousee/constants.py [new file with mode: 0644]
music_assistant/providers/yousee/icon.svg [new file with mode: 0644]
music_assistant/providers/yousee/icon_monochrome.svg [new file with mode: 0644]
music_assistant/providers/yousee/library.py [new file with mode: 0644]
music_assistant/providers/yousee/manifest.json [new file with mode: 0644]
music_assistant/providers/yousee/media.py [new file with mode: 0644]
music_assistant/providers/yousee/parsers.py [new file with mode: 0644]
music_assistant/providers/yousee/playlist.py [new file with mode: 0644]
music_assistant/providers/yousee/provider.py [new file with mode: 0644]
music_assistant/providers/yousee/recommendations.py [new file with mode: 0644]
music_assistant/providers/yousee/streaming.py [new file with mode: 0644]