1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00
No description
Find a file
2014-05-27 23:15:08 +02:00
admin Merge branch 'develop' of https://github.com/Psy-Virus/ampache into develop 2014-05-25 23:35:33 +02:00
bin Add .htaccess generation in installation process 2014-05-18 17:27:29 +02:00
channel Ignore some unused warnings 2014-05-26 00:02:11 +02:00
config Sending user registration validation email is now an option (fix #195) 2014-05-24 21:29:55 +02:00
docs Update CHANGELOG.md and set version to 3.7.0 2014-05-26 13:13:52 +02:00
images "Flag" replaced by "Favorite" Fix #155 2014-05-05 20:30:14 +02:00
lib Fix travis build on album art 2014-05-27 07:42:12 +02:00
locale corrected a grammar mistake 2014-05-26 14:45:18 +02:00
modules Remove Google Music catalog module and dependencies (waiting for Google to release an official Google Music API...) 2014-05-25 16:11:31 +02:00
play Fix http-rang streaming 2014-05-27 23:15:08 +02:00
plex Update copyright years 2014-05-18 09:53:57 +02:00
rest Add .htaccess generation in installation process 2014-05-18 17:27:29 +02:00
scripts/tests Remove php closing tag code style check 2013-11-17 19:32:43 +01:00
server Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
sql Update Scrutinizer settings and disable force http play by default 2014-05-22 07:48:59 +02:00
templates Avoid MySQL password flush when generation configuration files at installation process (fix #211). Disable cache on install pages. 2014-05-27 06:43:38 +02:00
themes Update copyright years 2014-05-18 09:53:57 +02:00
.gitattributes merged all changes from doped 2013-11-14 21:39:16 -06:00
.gitignore Add .htaccess generation in installation process 2014-05-18 17:27:29 +02:00
.php_cs Add Ampache internal modules to code style check 2013-11-17 18:48:29 +01:00
.scrutinizer.yml Ignore some unused warnings 2014-05-26 00:02:11 +02:00
.travis.yml Fix travis scripts permissions 2013-11-17 17:28:24 +01:00
albums.php Fix code style 2014-05-25 22:54:29 +02:00
artists.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
batch.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
broadcast.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
browse.php Update copyright years 2014-05-18 09:53:57 +02:00
channel.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
crossdomain.xml Fix code style 2013-11-24 02:44:22 +01:00
democratic.php Update copyright years 2014-05-18 09:53:57 +02:00
favicon.ico Update new ampache logo 2014-04-17 20:31:20 +02:00
image.php Fix travis build on album art 2014-05-27 07:42:12 +02:00
index.php Update copyright years 2014-05-18 09:53:57 +02:00
install.php Fix several php errors 2014-05-25 18:47:43 +02:00
localplay.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
login.php Update copyright years 2014-05-18 09:53:57 +02:00
logout.php Update copyright years 2014-05-18 09:53:57 +02:00
lostpassword.php Update copyright years 2014-05-18 09:53:57 +02:00
phpinfo.php Update copyright years 2014-05-18 09:53:57 +02:00
playlist.php Fix latest scrutinizer bugs 2014-05-26 01:16:57 +02:00
preferences.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
radio.php Update copyright years 2014-05-18 09:53:57 +02:00
random.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
README.md Update README.md 2014-05-26 13:13:07 +02:00
register.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
rss.php Update copyright years 2014-05-18 09:53:57 +02:00
search.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
share.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
shout.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
show_get.php Update copyright years 2014-05-18 09:53:57 +02:00
smartplaylist.php Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
song.php Update copyright years 2014-05-18 09:53:57 +02:00
stats.php Update copyright years 2014-05-18 09:53:57 +02:00
stream.php Remove old code and fix old php errors 2014-05-25 22:54:04 +02:00
test.php Update copyright years 2014-05-18 09:53:57 +02:00
update.php Update copyright years 2014-05-18 09:53:57 +02:00
util.php Update copyright years 2014-05-18 09:53:57 +02:00
waveform.php Ignore user abort on waveform generation (fix #202) 2014-05-25 10:15:42 +02:00
web_player.php Update copyright years 2014-05-18 09:53:57 +02:00
web_player_embedded.php Update copyright years 2014-05-18 09:53:57 +02:00

Ampache

www.ampache.org | ampache.github.io

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. Build Status Scrutinizer Code Quality

Latest changes but unstable is develop branch. Build Status Scrutinizer Code Quality

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: Credits

Contact Us

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