Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ibroadcast #137

Merged
merged 11 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
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
Binary file modified docs/assets/MA_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/icons/ibroadcast-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/music-provider-logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/team/robsonke.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
26 changes: 26 additions & 0 deletions docs/music-providers/ibroadcast.md
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down