Difference between revisions of "MPD Daemon"

From Fixme.ch
Jump to: navigation, search
Line 1: Line 1:
== On guest1 ==
+
* Part of the [[Internal_Server]]
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 ...).
+
== Connect to MPD ==
 +
* Configuration for the Sonata client
 +
* .config/sonata/sonatarc
 
<pre>
 
<pre>
 
[profiles]
 
[profiles]
 
num_profiles = 1
 
num_profiles = 1
names[0] = guest1
+
names[0] = Foo
hosts[0] = guest1.fixme.ch
+
hosts[0] = foo.fixme.ch
 
ports[0] = 6600
 
ports[0] = 6600
 
passwords[0] =  
 
passwords[0] =  
musicdirs[0] = (should be change to $HOME)
+
musicdirs[0] = #should be changed to your $HOME
 
</pre>
 
</pre>
  
Line 15: Line 17:
 
For now,
 
For now,
 
* directory /home/mpd
 
* directory /home/mpd
* subdirectory Music with 744
+
** subdirectory Music with 744
* subdirectory Playlists with 744
+
** subdirectory Playlists with 744
  
 
== Participant ==
 
== Participant ==
 
* [[User:Rorist]]
 
* [[User:Rorist]]
 +
* [[User:Freestorm]]
 +
* [[User:Gcmalloc]]

Revision as of 19:47, 18 March 2012

Connect to MPD

  • Configuration for the Sonata client
  • .config/sonata/sonatarc
[profiles]
num_profiles = 1
names[0] = Foo
hosts[0] = foo.fixme.ch
ports[0] = 6600
passwords[0] = 
musicdirs[0] = #should be changed to your $HOME

Music files

For now,

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

Participant