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
2009-11-23 14:54:19 +00:00
admin sync fix for doing something with collected m3u files during catalog creation 2009-11-14 08:00:43 +00:00
bin update some words localized, usage(), file check 2009-11-20 00:51:20 +00:00
config Add a note that require_session and use_auth=false are mutually exclusive 2009-10-29 15:04:53 +00:00
contrib Fix attribute reading kinda, need to fix xml parser for real laters 2009-11-14 06:26:15 +00:00
docs sync of fix for #554 2009-11-19 00:25:50 +00:00
images put supplemental object support back into the browse object for now, replace later 2009-03-13 03:15:09 +00:00
lib Finish moving stuff out of doc into class, still needs more work to deal with Version as well as variable response (JSON) 2009-11-23 14:54:19 +00:00
locale Language Update 2009-11-11 14:00:53 +00:00
modules update phpmailer 2009-11-20 02:22:01 +00:00
play sync from branch 2009-07-08 16:12:01 +00:00
server Finish moving stuff out of doc into class, still needs more work to deal with Version as well as variable response (JSON) 2009-11-23 14:54:19 +00:00
sql add MBID support Thx flowerysong 2009-06-02 01:42:55 +00:00
templates Remove XML-RPC functions and start prep for use of new API for ampache catalog syncs 2009-11-19 06:17:55 +00:00
themes Sync Addition of Penguin as new stock theme 2009-09-14 13:55:26 +00:00
albums.php fix typo 2008-11-14 20:49:49 +00:00
artists.php Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
batch.php sync to trunk from 3.5 branch 2009-06-21 21:54:54 +00:00
browse.php fix url to song, and throw some non-working tag cloud crap in 2009-05-19 22:47:49 +00:00
democratic.php fix democratic play interface feedback issues and make the wizard actually work 2009-03-15 22:46:28 +00: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 last commit before stable release, been a long hard road 2008-05-10 11:16:37 +00:00
genre.php last commit before stable release, been a long hard road 2008-05-10 11:16:37 +00:00
image.php It should not have taken me that long to find the one typo 2009-08-20 15:30:24 +00:00
index.php switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
install.php Made an redirect when it seems like the installation has already been completed. 2009-11-04 13:14:31 +00:00
localplay.php fix some browsing issues I created with the query switch, considering having browse class extend query 2009-03-09 15:32:18 +00:00
login.php Fixed #503 - forgot to check that they are already logged in (Thx Hugh) 2009-07-08 09:28:05 +00:00
logout.php remove lib/album.lib.php and move its two functions into album class, corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules) 2008-08-31 15:57:33 +00:00
lostpassword.php Issue #364, added feature for password reset. 2009-10-19 08:50:48 +00:00
playlist.php Fixed: if playlist imported successful, next page is showing playlist. if not imported, next page is import page. 2009-03-13 07:11:26 +00:00
preferences.php Add ability to have anonymouse access of a defined level with manual login of users 2009-03-08 12:29:38 +00:00
radio.php fixed rating display and rating advanced search, also allow new genre when adding radio station 2008-04-21 01:20:07 +00:00
random.php revert to old random methods for now 2009-03-15 21:37:42 +00:00
register.php alexey #426 translation patch 2009-05-06 11:13:40 +00:00
rss.php added the recently played back in 2008-12-07 15:03:33 +00:00
search.php fix typo causing height to not display on art retrival, update to db allowing gc of tmp_browse, add extension to api album art image urls 2009-03-15 16:16:04 +00:00
shout.php correct an error if you select an invalid object for the shoutbox 2008-06-03 06:48:03 +00:00
song.php added link from now playing to the lyrics 2009-05-26 13:24:58 +00:00
stats.php make the popular actually show popular 2009-03-02 03:53:46 +00:00
stream.php add download for video that does not work, and most likely break song downloads \o/ 2009-05-15 13:26:30 +00:00
test.php fix wrong prefix 2008-08-31 06:28:16 +00:00
update.php Add: song_lyrics to Ampache #327 (thx alister55) 2009-02-24 04:18:33 +00:00
util.php sync to trunk 2008-05-26 22:34:19 +00:00

-------------------------------------------------------------------------------
---------                    README - Ampache v.3.5                 -----------
-------------------------------------------------------------------------------

Contents:
 
 1. Intro
     a) Supported File-Types
     b) Supported Stream Methods
     c) Current Translations
     d) Special Thanks
 2. Getting all the components
 3. Setting Up
     a) Upgrading
 4. License
 5. Contact info

1. Intro:

  Ampache is a PHP-based interface to a MySQL database 
  where information about your audio files are stored.  The songs 
  are streamed using PHP; older versions required mod_mp3 but this
  version no longer does.  The songs are cataloged via PHP
  scripts.

  These tools are heavily dependent on quality tags in your audio
  files and or the file system organization. If you've kept them 
  up-to-date or organized this is the tool for you.  
  
  See CHANGELOG for version information.

  A) Supported File-Types

     Ampache currently supports the following audio file types. If
     you would like Ampache to support an additional file type please
     contact us on irc, or the forums and we will investigate adding 
     them. Thanks

	- MP3 (id3v1 && id3v2)
	- OGG
	- WMA/ASF
	- FLAC
	- RM
	- AAC/M4A/MP4
	- MPC
	- WV
	- SHN
	- APE
	- SPX
	- FLV
	- AVI
	- MPG
	- M4V
	- WMV

  B) Supported Stream Methods

     Ampache currently supports the following different methods for
     streaming your audio files. Please contact us if you would like
     to see additional methods. 

	- Single Stream 
		- extended m3u
		- simple m3u
		- standard pls
		- ASX
		- RAM
		- XSPF
	- Realtime Downsampling
	- Integrated Flash Player
	- Automatic Downsampling based on load
	- Local/Remote network definition based downsampling
	- On the Fly Transcoding
	- Localplay
		- Music Player Daemon (MPD)
		- Winamp using (HTTPQ)
		- Shoutcast 
		- Icecast2
	- Democratic Vote based playback
	- 3rd Party clients using API (Amarok,Coherence,Quickplay)
	- 3rd Party Mobile clients using API (Amdroid - Android,Amphone - Iphone)
	
  C) Current Translations

     Ampache is currently translated into the following languages. If
     you are interested in updating an existing translation or adding
     a new one please contact us at translation@ampache.org or 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)

  D) A Special Thanks:
     Thanks to those who've helped us make Ampache so useable:
	 Scott Kveton - Original create of Ampache 2001 - 2003
	 Robert Hopson - Libglue, Playlists, Ogg support.. and much more
	 Andy Morgan - Sage / Voice of Reason
	 RosenSama - Previous Developer
         latka (from media.tangent.org site) for orphaned song ideas
	 Lamar Hansford (README/INSTALL improvements) & Upload
	 Lacy Morrow (Flash Player)

2. Getting all the components

  Apache >= 1.3.x http://www.apache.org OR other web server
  PHP >= 5.1.x http://www.php.net **
  	PHP5-Mysql
	PHP5-Session
	PHP5-gd (recommended)
	PHP5 ICONV 
	PHP5 ZLIB support (recommended)
  MySQL >= 5.x+ http://www.mysql.com

  ** PHP 5.3.x is required for Windows systems due to use of inet_pton
     and inet_aton functions.

3. Setting Up

  Please see the included INSTALL file or if possible the wiki
  for the most update to date instructions, http://ampache.org/wiki

3a. Upgrading Your Ampache Install

  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. All database updates
  will be handled by the /update.php script. There is no need to insert
  the /sql/ampache.sql if you have an existing installation.

  Please see MIGRATION for specific instructions based on the version
 
4. License

  This Application falls under the Standard GPL v2. See Licence 
  included with this tar file. Credit for code is listed in the 
  changelog. 

5. Contact Info

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

  Public SVN: https://svn.ampache.org/
  IRC: irc.ampache.org #ampache (Freenode)
  Forums: http://ampache.org/forums
  Bugs: http://ampache.org/bugs
  Wiki: http://ampache.org/wiki
  Demo: http://ampache.org/demo

  -Karl Vollmer
  vollmer@ampache.org