Confused about directories when doing satellite setup #2392
-
|
I have a laptop and a home server and I'm trying to get going with a satellite setup. My understanding is that But how about I'm even more uncertain about the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
music_directory points to however you're accessing the music. if you're doing it via the nfs:// URI or if it's mounted to a directory. It's just the directory where you music lives. playlist_directory can live on the local system. It's just whatever the current playlist of your mpd is. The default should be fine. db_file is handled through the database proxy in the configuration. That tells mpd to not just look at the server for the database, but to proxy update commands to it. |
Beta Was this translation helpful? Give feedback.
music_directory points to however you're accessing the music. if you're doing it via the nfs:// URI or if it's mounted to a directory. It's just the directory where you music lives.
playlist_directory can live on the local system. It's just whatever the current playlist of your mpd is. The default should be fine.
db_file is handled through the database proxy in the configuration. That tells mpd to not just look at the server for the database, but to proxy update commands to it.