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 47f140a8b1 Clean up Song->_get_info() and constructor
Return false and unset the id if the song isn't in the database.
2013-05-13 22:32:54 -04:00
admin Fix 'foo all catalogs' via the web interface 2013-05-13 19:43:11 -04:00
bin More cleanup of install, add DB port option 2013-05-13 21:11:38 -04:00
config More cleanup of install, add DB port option 2013-05-13 21:11:38 -04:00
docs Fix Rating::gc() 2013-05-13 22:13:06 -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 Clean up Song->_get_info() and constructor 2013-05-13 22:32:54 -04:00
locale Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
modules Bump getID3 version 2013-05-13 16:51:34 -04:00
play Clean up Random::play_url() 2013-04-23 14:43:37 -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 Increase the field size in the ACL entry form 2013-05-13 21:11:38 -04: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 Cosmetics: html5_player.php 2013-04-15 16:47:57 -04: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 More cleanup of install, add DB port option 2013-05-13 21:11:38 -04: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 docs/INSTALL doesn't exist any more 2013-04-29 16:37: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 git HEAD.

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 the wiki

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.