Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
large committed Aug 25, 2020
1 parent c28e9aa commit dc78e13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions squeezelite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## πŸ“„ Description
Runs the [Squeezelite](https://github.com/ralph-irving/squeezelite) player as standalone on home assistant. \
Note that the player only works on x86/x64 systems (Like a NUC or normal PCs, not Raspberrys etc) since my scripting skills are limited.
Note that the player only works on x86/x64 systems (Like a NUC or normal PCs, not Raspberrys etc) since my scripting skills are limited. \
Plugin rely on compiled version from [here](https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/)

## πŸ’΅ Support me:
You can thank me for developing any of my projects by buy me a cup of coffee.β˜• \
![](https://github.com/large/raw/master/assets/imgs/paypal_logo.jpg) [**PayPal**](https://paypal.me/mrlarswerner)

## 🏷 Install
1. Add this url to your hass.io addons repos: \
1. Add this url to your hass.io addons repos (Supervisor -> Add-on store -> three dots upper right): \
`https://github.com/large/hassio-addons`
2. Update addons list.
3. Install this Squeezelite.
2. Update addons list .
3. Install Squeezelite.

## 🧰 How to use
1. Install add-on.
Expand All @@ -24,16 +24,16 @@ Plugin rely on compiled version from [here](https://sourceforge.net/projects/lms
Following parameters are available and must be set: \
```name```: Displayname for the player (only english ascii supported) \
```output```: Audio output (where you want the music to play). Please check the log after startup for a list of possible outputs \
```clientmac```: A "dummy mac" to make the player unique. There should not be 2 players in a squeezeserver with equial mac, that mess things up. \
```clientmac```: A "dummy mac" to make the player unique. There should not be 2 players in a squeezeserver with equial mac, that mess things up.

Optional: \
```server```: Host or IP to link this squeezelite player. If not set autodiscover will be used and join the first server it sees. \
```log_level```: Only debug is available here (only used during development) \
```log_level```: Only debug is available here (only used during development)

Default config is: \
```name```: Home Assistant Squeezelite \
```output```: default \
```clientmac```: '0A:0B:0C:0D:0E:0F' \
```clientmac```: '0A:0B:0C:0D:0E:0F'

## 🧷 Urls
[Add-on link](https://github.com/large/hassio-addons/tree/master/squeezelite)
Expand Down

0 comments on commit dc78e13

Please sign in to comment.