1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-06 03:49:56 +02:00
No description
Find a file
Paul Arthur 2a6ac956ed Drop MIGRATION
Should think about making the upgrade section of the README more useful,
but this information isn't particularly helpful nowadays.
2013-03-29 14:46:18 -04:00
admin Make remote catalogs actually work 2013-03-28 16:56:21 -04:00
bin Make remote catalogs actually work 2013-03-28 16:56:21 -04:00
config Clean up vainfo somewhat 2013-02-05 11:42:56 -05:00
docs Drop MIGRATION 2013-03-29 14:46:18 -04:00
images put supplemental object support back into the browse object for now, replace later 2009-03-13 03:15:09 +00:00
lib Treat Snoopy the same as other external modules 2013-03-29 13:34:33 -04:00
locale Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
modules Treat Snoopy the same as other external modules 2013-03-29 13:34:33 -04:00
play Try to fix remote streaming 2013-03-28 16:56:21 -04:00
server Try to fix remote streaming 2013-03-28 16:56:21 -04:00
sql Cosmetics: clean head of ampache.sql 2013-01-25 18:01:15 -05:00
templates implement a play queue. middle-click (or right if that works better in 2013-02-07 14:46:28 -05:00
themes align search box with buttons 2013-02-07 14:46:27 -05:00
.gitignore testing for phpdoc 2011-02-02 09:32:02 +09:00
albums.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
artists.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
batch.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
browse.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
democratic.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
favicon.ico fixed some +x stuff that shouldnt have been +x and moved the catalog functions back into the content area 2007-09-09 04:30:12 +00:00
flag.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
html5_player.php Add an HTML5 player 2013-01-28 13:26:11 -05:00
image.php Drop stale references to 'xml-rpc' 2013-01-28 21:23:15 -05:00
index.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
install.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
localplay.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
login.php Rename vauth to Auth 2013-01-28 21:23:05 -05:00
logout.php Rename vauth to Auth 2013-01-28 21:23:05 -05:00
lostpassword.php Rename Ampache_Mail to Mailer 2013-01-29 14:10:26 -05:00
phpinfo.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
playlist.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
preferences.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
radio.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
random.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
README.md Update README 2013-03-29 13:15:04 -04:00
register.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
rss.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
search.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
shout.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
smartplaylist.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
song.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
stats.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
stream.php Yank out the Flash player by the roots. 2013-01-28 13:26:11 -05:00
test.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
update.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
util.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00

Ampache

Basics

Ampache is a web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device.

Ampache's usefulness is heavily dependent on being able to extract correct metadata from embedded tags in your files and/or the filename. Ampache is not a media organiser; it is meant to be a tool which presents an already organised collection in a useful way. It assumes that you know best how to manage your files and are capable of choosing a suitable method for doing so.

Currently, the recommended version is 3.6alpha4. This was tagged before the switch to PDO and is less likely than HEAD to have weird regressions.

Requirements

  • A web server. All of the following have been used, though Apache receives the most testing:

    • Apache
    • lighttpd
    • nginx
    • IIS
  • PHP 5.3 or greater.

  • PHP modules:

    • PDO
    • PDO_MYSQL
    • hash
    • session
    • json
  • MySQL 5.x

Installation

Please see docs/INSTALL

Upgrading

If you are upgrading from an older version of Ampache we recommend moving the old directory out of the way, extracting the new copy in its place and then copying the old config file into config/. All database updates will be handled by Ampache.

License

Ampache is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation.

Ampache includes some external modules that carry their own licensing.

Translations

Ampache is currently translated (at least partially) into the following languages. If you are interested in updating an existing translation or adding a new one please see /locale/base/TRANSLATIONS for more instructions.

  • English (en_US)
  • German (de_DE)
  • Spanish (es_ES)
  • Dutch (nl_NL)
  • Norwegian (nb_NO)
  • UK English (en_GB)
  • Italian (it_IT)
  • French (fr_FR)
  • Swedish (sv_SE)
  • Japanese (ja_JP)
  • Catalan (ca_ES)
  • Russian (ru_RU)
  • Czech (cs_CZ)

Credits

Thanks to all those who have helped make Ampache awesome:

  • Scott Kveton: Original creator of Ampache, 2001 - 2003
  • Robert Hopson
  • Andy Morgan
  • RosenSama
  • latka
  • Lamar Hansford
  • Lacy Morrow
  • Karl Vollmer (vollmerk)
  • Paul Arthur MacIain (flowerysong)
  • Chris Slamar (cslamar)
  • Holger Brunn
  • Kevin Purdy (purdyk)
  • Charlie Smotherman (porthose)

Contact Us

Hate it? Love it? Let us know. Also let us know if you think of any more features, encounter bugs, etc.