This commit is contained in:
chaos 2025-02-03 14:49:13 +00:00
parent 6bc9746378
commit 8efd5be148
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: MPD
version: "0.0.18"
version: "0.0.19"
slug: mpd
description: MPD Addon
url: "https://forgejo.owo.monster/chaos/hass-mpd/src/branch/main/mpd"

View file

@ -4,4 +4,4 @@ set -e
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
bashio::log.info 'Starting MPD Scrobbler'
mpdscribble -v --log syslog --host 127.0.0.1 --port 6600 -D --conf /media/mpdscribble.conf
mpdscribble -v -D --conf /media/mpdscribble.conf