Difference between revisions of "MPD Daemon"

From Fixme.ch
Jump to: navigation, search
Line 1: Line 1:
 +
== On guest1 ==
 +
You should use sonata on linux distrubution which is a very nice interface for a mpd client
 +
just copy this in the profiles section (removing [profiles] of course ...).
 +
<pre>
 +
[profiles]
 +
num_profiles = 1
 +
names[0] = guest1
 +
hosts[0] = guest1.fixme.ch
 +
ports[0] = 6600
 +
passwords[0] =
 +
musicdirs[0] = (should be change to $HOME)
 +
</pre>
 +
 
== Music files ==
 
== Music files ==
 
For now,
 
For now,

Revision as of 21:00, 7 March 2012

On guest1

You should use sonata on linux distrubution which is a very nice interface for a mpd client just copy this in the profiles section (removing [profiles] of course ...).

[profiles]
num_profiles = 1
names[0] = guest1
hosts[0] = guest1.fixme.ch
ports[0] = 6600
passwords[0] = 
musicdirs[0] = (should be change to $HOME)

Music files

For now,

  • directory /home/mpd
  • subdirectory Music with 744
  • subdirectory Playlists with 744

Participant