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
2013-11-14 08:29:58 +01:00
admin Fix 'foo all catalogs' via the web interface 2013-05-13 19:43:11 -04:00
bin Correct usage output for install_db.inc 2013-07-03 12:27:27 -04:00
config closes #10, closes #6; Cancel button can revert changes done when editing artist/album/song. Artist and Playlist edition is now working. 2013-11-10 12:07:45 +01:00
docs Update CHANGELOG 2013-10-30 21:33:31 -04:00
images closes #10, closes #6; Cancel button can revert changes done when editing artist/album/song. Artist and Playlist edition is now working. 2013-11-10 12:07:45 +01:00
lib Merge remote-tracking branch 'origin/fix-playlist' into browse 2013-11-14 08:12:54 +01:00
locale Update French translation 2013-05-31 16:10:34 -04:00
modules Add Flash player in case format not supported through HTML5 with browser 2013-11-09 13:32:57 +01:00
play Disable content-length and Accept-Ranges by default when transcoding 2013-11-10 11:09:21 +01:00
rest Set [PT,L,QSA] flag by default 2013-11-10 13:42:00 +01:00
server closes #10, closes #6; Cancel button can revert changes done when editing artist/album/song. Artist and Playlist edition is now working. 2013-11-10 12:07:45 +01:00
sql Set fresh theme to default value into SQL script. 2013-11-12 10:36:35 +01:00
templates Flac type to ogg on html5 player 2013-11-14 08:29:58 +01:00
themes #18 displaying scrollbar when playlist is fixed to the screen with many items 2013-11-10 21:13:55 +01: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 Add naive compaction for Query serialization 2013-06-12 13:46:39 -04: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
html5_player_embedded.php HTML5 player replaced by JPlayer and add an iframed version of the player 2013-11-09 13:32:47 +01:00
image.php Enable a size for HTML5 Player sized albumart 2013-09-20 11:53:27 -04:00
index.php HTML5 player replaced by JPlayer and add an iframed version of the player 2013-11-09 13:32:47 +01:00
install.php Fix installation when we don't want to create the database user and add a 'skip' button to skip administrative setup if we don't want to setup the database at all. 2013-11-13 23:23:23 +01: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 Fix playlist delete redirect 2013-11-09 17:56:24 +01:00
preferences.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
radio.php Guests should not be able to add radio stations 2013-08-22 18:58:36 -04:00
random.php Cosmetics: death to tabs 2013-01-26 03:38:46 -05:00
README.md HTML5 player replaced by JPlayer and add an iframed version of the player 2013-11-09 13:32:47 +01:00
register.php Drop validateEmail 2013-05-30 18:34:53 -04: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 Add user flags on songs, albums, artists 2013-11-10 12:07:30 +01:00
stream.php New feature: Play/Play all to play artist/album/song directly. This does not impact existing playlist. Optional. New feature: Dialog confirmation on "Reset from tags", "Reset Album Art" and "Delete" (on playlist) Enhancement: Change "Not Enough Data" message to something personalized for each components. Enhancement: Make playlist action's text clickable. 2013-11-10 12:07:43 +01: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.