Skip to content

Commit

Permalink
⬆️ Updating add-on ympd to a307ea0
Browse files Browse the repository at this point in the history
  • Loading branch information
Addon-Botter committed Sep 24, 2024
1 parent e1fea50 commit aeea95f
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,18 @@ Sync folders to a remote machine via ssh and rsync.
Sync folders to a external usb drive with rsync.

[![rsync local add-on documentation][addon-docs-badge]][rsync-local-doc]
### 🧩 [ympd][ympd-files]

![Latest Version][ympd-version-badge]
![Supports aarch64 Architecture][ympd-aarch64-badge]
![Supports amd64 Architecture][ympd-amd64-badge]
![Supports armhf Architecture][ympd-armhf-badge]
![Supports armv7 Architecture][ympd-armv7-badge]
![Supports i386 Architecture][ympd-i386-badge]

A simple webfrontend for any mpd compatible music player.

[![ympd add-on documentation][addon-docs-badge]][ympd-doc]

## Deprecated Addons

Expand Down Expand Up @@ -260,6 +272,7 @@ If you are here, seeking help, please look at the issues of the specific addon.
- [Issues of pigpio][pigpio-issue]
- [Issues of rsync][rsync-issue]
- [Issues of rsync local][rsync-local-issue]
- [Issues of ympd][ympd-issue]

[project-stage-badge]: https://img.shields.io/badge/project%20stage-🧪%20experimental-yellow.svg
[commit-badge]: https://img.shields.io/github/commit-activity/m/Poeschl-HomeAssistant-Addons/repository-edge
Expand Down Expand Up @@ -440,3 +453,12 @@ If you are here, seeking help, please look at the issues of the specific addon.
[rsync-local-armhf-badge]: https://img.shields.io/badge/armhf-yes-green.svg
[rsync-local-armv7-badge]: https://img.shields.io/badge/armv7-yes-green.svg
[rsync-local-i386-badge]: https://img.shields.io/badge/i386-yes-green.svg
[ympd-files]: https://github.com/Poeschl-HomeAssistant-Addons/ympd/tree/a307ea0
[ympd-doc]: https://github.com/Poeschl-HomeAssistant-Addons/ympd/blob/a307ea0/README.md
[ympd-issue]: https://github.com/Poeschl-HomeAssistant-Addons/ympd/issues
[ympd-version-badge]: https://img.shields.io/badge/version-a307ea0-blue.svg
[ympd-aarch64-badge]: https://img.shields.io/badge/aarch64-yes-green.svg
[ympd-amd64-badge]: https://img.shields.io/badge/amd64-yes-green.svg
[ympd-armhf-badge]: https://img.shields.io/badge/armhf-yes-green.svg
[ympd-armv7-badge]: https://img.shields.io/badge/armv7-yes-green.svg
[ympd-i386-badge]: https://img.shields.io/badge/i386-yes-green.svg
2 changes: 2 additions & 0 deletions ympd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Changelog since 1.5.0
- 🚨 Correct yaml format
31 changes: 31 additions & 0 deletions ympd/README.md
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
26 changes: 26 additions & 0 deletions ympd/config.yaml
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
Binary file added ympd/icon.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 ympd/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aeea95f

Please sign in to comment.