MPDCtrl icon indicating copy to clipboard operation
MPDCtrl copied to clipboard

Nothing is displayed in database

Open Eckaos opened this issue 3 years ago • 0 comments

Nothing is displayed in the database tab but the database file has been updated. I'm on Windows 11. There is no log in the log file. I don't know if it can help but i put mpd as a Windows Service.

here is what is in my mpd.conf

music_directory "C:\\Users\\eckaos\\Music"
pid_file "C:\\Users\\eckaos\\Documents\\mpd\\pid"
db_file "C:\\Users\\eckaos\\Documents\\mpd\\mpd.db"
log_file "C:\\Users\\eckaos\\Documents\\mpd\\mpd.log"
playlist_directory "C:\\Users\\eckaos\\Documents\\mpd\\playlists"
auto_update "yes"
audio_output {
	type "winmm"
	name "Speakers"
} 

image

Eckaos avatar Jul 26 '22 09:07 Eckaos