mpc rescan
mpc update
동일한 결과를 제공합니다.
mpd.conf, mpd 서비스는 사용자로 실행됩니다.
music_directory "~/.cache/music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/database"
input {
plugin "curl"
}
audio_output {
type "pulse"
name "Local Music Player Daemon"
server "127.0.0.1"
}
mpc add
다음과 같은 폴더 아래에는 보관할 수 있지만 다음과 같은 폴더에는 보관할 수 ~/.cache/music
없습니다 . 오류가 발생합니다.mpc add
~/.cache/music
~/.cache/music/my music folder
/home/user/.cache/music/mymusicfolder/20을 추가하는 중에 오류가 발생했습니다. 무엇이든.mp3: 액세스가 거부되었습니다.
mpc search title "20. whatever"
빈 결과를 제공합니다.
답변1
답변이 늦었지만 오늘에서야 님의 메시지를 봤습니다. mpd.conf에서 다음 두 줄의 주석 처리를 해제해 보세요.
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
이것이 당신이나 다른 사람에게 도움이 되기를 바랍니다. 나는 같은 문제가 있었고 해결되었습니다.