How to set up on windows #1598
Replies: 4 comments 7 replies
-
True, the manual is missing that part, and somebody[tm] should write something. |
Beta Was this translation helpful? Give feedback.
-
has anyone figured this out? |
Beta Was this translation helpful? Give feedback.
-
KISS ;) Get precompiled mpd.exe and create mpd.conf - https://mpd.fandom.com/wiki/Windows_Compatibility#Native you need at least music_directory and audio_output. |
Beta Was this translation helpful? Give feedback.
-
I have a weird permission issue I think, when running mpd as a service it creates the log file but can't write in it, however when I run it from an administrative command prompt, it does output log data in the file. Any suggestion on folder permissions, or other location for the log file? I'm testing on Windows 11, with precompiled x64 mpd.exe in music_directory "C:\\Users\\pc\\Music"
playlist_directory "C:\\ProgramData\\mpd\\playlists"
db_file "C:\\ProgramData\\mpd\\database"
log_file "C:\\Windows\\Logs\\mpd\\mpd.log"
state_file "C:\\ProgramData\\mpd\\state"
sticker_file "C:\\ProgramData\\mpd\\sticker.sql"
# An example of a winmm output (Windows multimedia API).
#
audio_output {
type "winmm"
name "My WinMM output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
# or
## device "0" # optional
## mixer_type "hardware" # optional
}
I gave full permissions to the |
Beta Was this translation helpful? Give feedback.
-
Recently I wanted to start using MPD on windows because I thought it would be cool to do so. I have tried my best to look at the documentation of how you would go about setting up MPD to work on windows but I honestly cant wrap my head around it. The only thing I can find within the documentation itself is how to compile it for windows, not really much so of how to go about setting it up and using it. Which is what I would like to learn.
Beta Was this translation helpful? Give feedback.
All reactions