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
2007-12-29 21:11:58 +00:00
admin Added ability to export catalog to iTunes database 2007-12-29 20:54:20 +00:00
bin last commit for the day... 2007-12-26 04:42:12 +00:00
config few more tweaks preping for beta1 release, fixed typo in config file 2007-12-25 08:18:04 +00:00
contrib forgot the screencap 2007-11-14 00:44:19 +00:00
docs fixed session start failure if no cookie + use_auth off 2007-12-26 05:40:41 +00:00
images added shoutbox functionality, only linked from song and album right now also interface for adding could use some improvement and also needs some management stuff to remove stickies etc 2007-12-17 05:26:11 +00:00
lib Fixed error when checking user permissions for preferences 2007-12-29 21:11:58 +00:00
locale changed alpha4 to beta1, updated translation base files, corrected mysql_auth logic 2007-12-24 06:32:17 +00:00
modules removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit 2007-12-25 17:32:50 +00:00
play Fix for proper byte range handling (necessary for iPhone support). Fixed streaming problem with Windows Media Player. 2007-12-26 18:00:22 +00:00
server last commit for the day... 2007-12-26 04:42:12 +00:00
sql slight correction to installer 2007-12-24 02:19:35 +00:00
templates Added ability to export catalog to iTunes database 2007-12-29 20:54:20 +00:00
themes removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit 2007-12-25 17:32:50 +00:00
albums.php fixed filters being applied incorrectly, and removed un-needed query on show album 2007-12-24 00:57:36 +00:00
artists.php added paging to the playlist view, corrected a few stupid parse errors / mistakes 2007-12-03 09:14:38 +00:00
batch.php fixed issue with lack of timeout reset on some add to catalog functions and fixed batch downloads from active playlist 2007-09-09 03:51:43 +00:00
browse.php massive speed boost on the standard browse functions 2007-11-30 08:15:01 +00:00
democratic.php democratic play working, if still slightly sketchy 2007-11-24 21:16:13 +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 licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
genre.php fixed filters being applied incorrectly, and removed un-needed query on show album 2007-12-24 00:57:36 +00:00
image.php reimplemented the session function check 2007-12-25 02:47:56 +00:00
index.php fixed nowplaying refresh 2007-07-24 02:09:07 +00:00
install.php slight correction to installer 2007-12-24 02:19:35 +00:00
localplay.php added the controls to the mpd playlist does not refresh correctly, but does work 2007-12-09 20:58:04 +00:00
login.php fixed old password problem 2007-12-25 04:42:24 +00:00
logout.php fixed a missing update to the new auth mojo 2007-12-21 02:37:03 +00:00
playlist.php fixed normalize playlist 2007-09-03 19:41:27 +00:00
preferences.php fixed some playlist issues, (mime type and selection) cleaned up the preferences lib a little more moved a lot into the class, updated references to old functions 2007-12-16 21:37:23 +00:00
radio.php few minor bug fixes, and some more tweaks for localplay 2007-09-09 21:07:45 +00:00
random.php initial work on democratic play, not finished, added drop down select for playtype switching back in, thinking about changing it and making it a row of icons... not sure 2007-11-10 19:05:42 +00:00
ratings.php licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
register.php fixed registration page, and simplifed its logic 2007-12-02 16:40:03 +00:00
rss.php tweaked the mpd class a bit changing timeouts, fixed the gather album art so it only gathers for the specified catalog 2007-10-01 15:25:25 +00:00
search.php licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
shout.php removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit 2007-12-25 17:32:50 +00:00
song.php added single song view 2007-11-13 04:31:50 +00:00
stats.php database update, cleaned up some stuff 2007-12-10 06:03:47 +00:00
stream.php reimplemented the session function check 2007-12-25 02:47:56 +00:00
test.php fixed some missing gettext, tweaked error reporting level on test.php and fixed timeout issues with API (Thx Beef Doughnut) 2007-11-25 21:36:57 +00:00
update.php fixed typo on update.php, fixed filtering on genre view and added match to display of items 2007-09-03 19:51:01 +00:00
util.php fixed opera playback, added playlist mojo to the xml api doodly, konqueror is still broken as is the API and XML-RPC stuff, also updated prototype.js 2007-12-22 05:14:14 +00:00

-------------------------------------------------------------------------------
---------                    README - Ampache v.3.4                 -----------
-------------------------------------------------------------------------------

Contents:
 
 1. Intro
     a) Supported File-Types
     b) Supported Stream Methods
     c) Current Translations
     d) Thanx
 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

  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 Downsampled
	- XSPF Based 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)
	- Democratic Vote based play
	- 3rd Party clients using API (Amarok)
	
  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)
	- Turkish	(tr_TR)
	- Spanish	(es_ES)
	- Dutch		(nl_NL)
	- Chinese	(zh_CN)
	- UK English	(en_GB)
	- Italian	(it_IT)
	- French	(fr_FR) 

  D) A Special Thanks:
     Thanx to those who've helped us make Ampache so useable:
	 Scott Kveton - Head Nacho, inventer of all that is Ampache
	 Robert Hopson - Libglue, Playlists, Ogg support.. and much more
	 Andy Morgan - Protagonist
	 RosenSama - Previous Developer
	 Ben Shields - Ampache Logo
	 Randall Ehren (Initial XML-RPC)
	 s1amson (lots of beta testing)
	 Caleb Crome (bug fixes and enhancements)
         Mike Payson 
         Jon Disnard 
         Adriaan Peters (numerous patches and bug fixes)
         Rob Kaandorp (time calculation fix)
         Ian Cote (MP3.php tweaks)
         Kurt Lieber (random fixes)
         Maan Bsat (random fixes)
         latka (from media.tangent.org site) for orphaned song ideas
	 Lamar Hansford (README/INSTALL improvements) & Upload
	 Lacy Morrow (Flash Player)
	 And many many more...

2. Getting all the components

  Apache >= 1.3.x http://www.apache.org OR other webserver
  PHP >= 5.0.x http://www.php.net
  	PHP5-Mysql
	PHP5-Session
	PHP5-gd (recommended)
	PHP5 ICONV 
	PHP5 ZLIB support (recommended)
  MySQL >= 4.x http://www.mysql.com
  32MB of Ram

3. Setting Up

  Ampache:
    If you're upgrading from 3.0 to 3.1 you will not be able to re-use
    your database or config.php files.  You will need to follow the entire 
    Ampache install guidelines oultined in the INSTALL file.  

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.

4. License

  This Application falls under the Standard GPL v2. See Licence 
  included with this tar file

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://bugs.ampache.org/open
  Wiki: http://wiki.ampache.org
  Demo: http://ampache.org/demo

  Ampache Development Team
  vollmer@ampache.org