mpd + ympd -- ympd web says 'not authorized' / ympd logs show fail to connect#7986
Merged
MichaIng merged 10 commits intoMichaIng:devfrom Feb 26, 2026
Merged
mpd + ympd -- ympd web says 'not authorized' / ympd logs show fail to connect#7986MichaIng merged 10 commits intoMichaIng:devfrom
MichaIng merged 10 commits intoMichaIng:devfrom
Conversation
Beta v10.1.0
Beta v10.1.1
Beta v10.1.2
Last minute commits
URL check and fallback updates
Release v10.1
`ympd` fails to connect to `mpd` when `After=mpd.service` allows it to start as soon as mpd.service is running. Changing here to depend on `After=mpd.socket` ensures that `ympd` will start and connect only when `systemd` has created `/run/mpd/socket`. ``` Feb 26 12:32:17 DietPi ympd[8052]: MPD connection: No such file or directory Feb 26 12:32:18 DietPi ympd[8052]: MPD connection failed. [repeats] ``` becomes: ``` Feb 26 12:33:39 DietPi systemd[1]: Started ympd.service - ympd (DietPi). Feb 26 12:33:43 DietPi ympd[8167]: MPD connected. ```
MichaIng
requested changes
Feb 26, 2026
Re-add trailing newline on UNIX: Co-authored-by: MichaIng <micha@dietpi.com>
make the systemd unit expect both mpd.service and mpd.socket Co-authored-by: MichaIng <micha@dietpi.com>
MichaIng
approved these changes
Feb 26, 2026
This was referenced Mar 14, 2026
Merged
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ympdfails to connect tompdwhenAfter=mpd.serviceallows it to start as soon as mpd.service is running. Changing here to depend onAfter=mpd.socketensures thatympdwill start and connect only whensystemdhas created/run/mpd/socket.becomes: