Difference between revisions of "MPD Daemon"
From Fixme.ch
Line 1: | Line 1: | ||
− | == | + | * Part of the [[Internal_Server]] |
− | + | ||
− | + | == Connect to MPD == | |
+ | * Configuration for the Sonata client | ||
+ | * .config/sonata/sonatarc | ||
<pre> | <pre> | ||
[profiles] | [profiles] | ||
num_profiles = 1 | num_profiles = 1 | ||
− | names[0] = | + | names[0] = Foo |
− | hosts[0] = | + | hosts[0] = foo.fixme.ch |
ports[0] = 6600 | ports[0] = 6600 | ||
passwords[0] = | passwords[0] = | ||
− | musicdirs[0] = | + | 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 17:47, 18 March 2012
- Part of the Internal_Server
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