Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]Media Library empty in ncmpcpp
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
noodles006
n00b
n00b


Joined: 18 Jan 2018
Posts: 19

PostPosted: Tue Jan 23, 2018 1:19 am    Post subject: [solved]Media Library empty in ncmpcpp Reply with quote

Hello, I am trying to set up ncmpcpp. I'm running mpd as an open-rc service. I created a symlink between /lib/var/mpd/music and my Music directory. I also did "chmod -R 777 ~/Music" just to be sure. Whenever I open ncmpcpp and open the media library window, it is empty.
Here is what is in /etc/mpd.conf
Code:

music_directory     "/var/lib/mpd/music"
playlist_directory    "/var/lib/mpd/playlists"
db_file                     "/var/lib/mpd/database"
log_file                     "/var/lib/mpd/log"
pid_file                     "/var/lib/mpd/pid"
state_file                  "/var/lib/mpd/state"
user                         "mpd"
bind_to_address     "localhost"
bind_to_address     "/var/lib/mpd/socket"
port                          "6600"
audio_output {
     type "alsa"
     name "My Alsa Device"
}
filesystem_charset "UTF-8"

And Here is my ncmpcpp config:
Code:

ncmpcpp_directory = "~/.ncmpcpp"
mpd_host = "127.0.0.1"
mpd_port = "6600"
mpd_music_dir = "/var/lib/mpd/music"

EDIT:
The problem seems to have resolved itself after ran "emerge --update --ask --depclean @world" and re-emerged mpd with the fifo use flag enabled.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum