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
12 lines
272 B
Text
12 lines
272 B
Text
# $NetBSD: ampache.conf,v 1.1.1.1 2008/09/14 09:06:54 abs Exp $
|
|
#
|
|
# Ampache configuration file fragment for Apache
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias /ampache "@INSTDIR@/"
|
|
</IfModule>
|
|
|
|
<Directory "@INSTDIR@">
|
|
AllowOverride All
|
|
DirectoryIndex index.php
|
|
</Directory>
|