aac70fc328
Ampache is a Web-based Audio file manager. It is implemented with MySQL, and PHP. It allows you to view, edit, and play your audio files via the web. It has support for playlists, artist and album views, album art, random play, playback via Http/On the Fly Transcoding and Downsampling, Vote based playback, Mpd and Icecast, Integrated Flash Player, as well as per user themes and song play tracking. You can also Link multiple Ampache servers togeather using XML-RPC. Ampache supports GETTEXT translations and has a full translation of many languages
20 lines
620 B
Text
20 lines
620 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
|
|
|
|
Please refer to the following file on how to setup your Ampache
|
|
installation.
|
|
|
|
${INSTDIR}/docs/INSTALL
|
|
|
|
You will need to make Ampache accessible through your HTTP server.
|
|
If you are running Apache and ap-php, then you can add the following
|
|
lines to httpd.conf:
|
|
|
|
Include ${PKG_SYSCONFDIR}/ampache.conf
|
|
|
|
You will also need to ensure php.ini has the following enabled:
|
|
|
|
extension=mysql.so
|
|
extension=iconv.so
|
|
|
|
===========================================================================
|