Difference between revisions of "Mpd"

From Alessandro's Wiki
(Created page with "MPD is music server player, it's like spitting a normal player in server and client pieces, so you can have a server a multiple clients controlling it from remote. * http://mpd....")
 
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:


== ampache ==
== ampache ==
 
* installing it in Gentoo http://ampache.org/wiki/install
  emerge ampache
  emerge ampache
 
* configure the web server directory with webapp-config
  webapp-config -I -h music.alessandrodelgallo.org ampache ampache 3.5.3-r1
  webapp-config -I -h music.alessandrodelgallo.org ampache ampache 3.5.3-r1
* create database and user
* insert basic data:
mysql -uampache -p ampache < ./sql/ampache.sql

Latest revision as of 12:11, 10 July 2011

MPD is music server player, it's like spitting a normal player in server and client pieces, so you can have a server a multiple clients controlling it from remote.


installation

  • config file:
/etc/mpd.conf


clients

theremin


ampache

emerge ampache
  • configure the web server directory with webapp-config
webapp-config -I -h music.alessandrodelgallo.org ampache ampache 3.5.3-r1
  • create database and user
  • insert basic data:
mysql -uampache -p ampache < ./sql/ampache.sql