diff --git a/docs/assets/MA_banner.png b/docs/assets/MA_banner.png index 5bdd4310..69a89a30 100644 Binary files a/docs/assets/MA_banner.png and b/docs/assets/MA_banner.png differ diff --git a/docs/assets/icons/ibroadcast-logo.png b/docs/assets/icons/ibroadcast-logo.png new file mode 100644 index 00000000..5ba9d686 Binary files /dev/null and b/docs/assets/icons/ibroadcast-logo.png differ diff --git a/docs/assets/music-provider-logos.png b/docs/assets/music-provider-logos.png index bdb0c165..0f51649a 100644 Binary files a/docs/assets/music-provider-logos.png and b/docs/assets/music-provider-logos.png differ diff --git a/docs/assets/team/robsonke.png b/docs/assets/team/robsonke.png new file mode 100644 index 00000000..9f86b1fc Binary files /dev/null and b/docs/assets/team/robsonke.png differ diff --git a/docs/index.md b/docs/index.md index 3022c639..6f348b4d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,6 +69,7 @@ Connects Home Assistant to your Music Assistant Server to allow control from you [![jc2k](assets/team/jc2k.png){ width=100 }](https://github.com/jc2k "John. Jellyfin Maintainer") [![diede](assets/team/diede.png){ width=100 }](https://github.com/Cyanogenbot "Diede. Author of the Bluesound provider") [![btoconnor](assets/team/btoconnor.png){ width=100 }](https://github.com/btoconnor "Brian. Author of the SiriusXM provider") +[![robsonke](assets/team/robsonke.png){ width=100 }](https://github.com/robsonke "Rob. Author of the iBroadcast provider") [repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge [repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmusic-assistant%2Fhome-assistant-addon diff --git a/docs/music-providers/ibroadcast.md b/docs/music-providers/ibroadcast.md new file mode 100644 index 00000000..7d82cbf0 --- /dev/null +++ b/docs/music-providers/ibroadcast.md @@ -0,0 +1,26 @@ +![Preview image](../assets/beta-testing.png) + +# iBroadcast Provider ![Preview image](../assets/icons/ibroadcast-logo.png){ width=70 align=right } + +Music Assistant has support for streaming your music from [iBroadcast](https://www.ibroadcast.com/). Contributed and maintained by [robsonke](https://github.com/robsonke) + +!!! note + Both the free and paid subscription options are supported + +## Features + +- Support for Artists, Albums, Tracks and Playlists + +## Configuration + +Use your account username and password to authenticate. This will automatically start importing your full library. + +## Known Issues / Notes + +- The initial sync can take some time in case of a large library. The API of iBroadcast is not so refined, so it downloads all content at once + +## Not Yet Supported + +- Folders and tags + +![Preview image](../assets/beta-testing.png) diff --git a/mkdocs.yml b/mkdocs.yml index e5bf8bb4..d241c660 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,6 +32,7 @@ nav: - Apple Music: music-providers/apple-music.md - Builtin: music-providers/builtin.md - Deezer: music-providers/deezer.md + - iBroadcast: music-providers/ibroadcast.md - Jellyfin: music-providers/jellyfin.md - Local Files: music-providers/filesystem.md - Plex: music-providers/plex.md