-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1fea50
commit aeea95f
Showing
6 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Changelog since 1.5.0 | ||
- 🚨 Correct yaml format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ympd | ||
|
||
[ympd](https://ympd.org/) is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated webserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies. | ||
|
||
[![Release][release-badge]][release] | ||
![Addon Stage][stage-badge] | ||
|
||
[![Donate][donation-badge]][donation-url] | ||
|
||
## ⚠ WARNING! THIS IS AN EDGE VERSION! | ||
|
||
This Home Assistant Add-on is and bloody edge build. | ||
Edge builds add-ons are based upon the latest development version. | ||
|
||
- They may not work at all. | ||
- They might stop working at any time. | ||
- They could have a negative impact on your system. | ||
|
||
If you are more interested in stable releases of our add-ons: | ||
|
||
For the stable version of the add-ons: [Stable-Repository] | ||
|
||
[stage-badge]: https://img.shields.io/badge/Addon%20stage-stable-green.svg | ||
|
||
[release-badge]: https://img.shields.io/badge/version-a307ea0-blue.svg | ||
[release]: https://github.com/Poeschl-HomeAssistant-Addons/ympd/tree/a307ea0 | ||
|
||
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=for-the-badge&logoColor=white | ||
[donation-url]: https://www.buymeacoffee.com/Poeschl | ||
|
||
[Stable-Repository]: https://github.com/Poeschl-HomeAssistant-Addons/repository |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: ympd | ||
version: a307ea0 | ||
slug: ympd | ||
panel_icon: mdi:play-circle-outline | ||
description: A simple webfrontend for any mpd compatible music player. | ||
url: https://github.com/Poeschl-HomeAssistant-Addons/ympd | ||
ingress: true | ||
ingress_port: 6680 | ||
arch: | ||
- armv7 | ||
- armhf | ||
- aarch64 | ||
- amd64 | ||
- i386 | ||
image: ghcr.io/poeschl-homeassistant-addons/ympd-{arch} | ||
init: false | ||
ports: | ||
6680/tcp: null | ||
ports_description: | ||
6680/tcp: Web Frontend (Not needed with ingress feature) | ||
options: | ||
host: localhost | ||
port: '6600' | ||
schema: | ||
host: str | ||
port: port |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.