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
2006-12-28 02:01:46 +00:00
admin added ability to mass tag songs using the play selected code 2006-12-27 15:54:36 +00:00
bin new httpq localplay method, fixes for preferences and mpd controller 2006-12-22 19:27:33 +00:00
config Changed default site_charset to UTF-8 in config/ampache.cfg.php.dist 2006-11-30 22:49:24 +00:00
contrib updated patch that retries twice to connect, seems to work about 90% of the time now 2006-12-08 20:52:20 +00:00
docs fixed WMP11 Now Playing, broke Album Art gathering, re-writing to fix some serious logic flaws 2006-12-28 02:01:46 +00:00
download track ip history, fix pagination on admin/user and fix some acl stuff that I forgot about 2006-09-25 02:51:03 +00:00
images switched the enable/disable icons and filled out the show_edit_album page, still doesnt work 2006-12-21 08:22:31 +00:00
lib fixed WMP11 Now Playing, broke Album Art gathering, re-writing to fix some serious logic flaws 2006-12-28 02:01:46 +00:00
locale /me forgot to update vrsion of Language files 2006-11-18 01:36:58 +00:00
modules few more fixes to the httpq player... has some strange semi-random issue with some urls.. investigating 2006-12-22 23:15:23 +00:00
play * Added new icons, and speed up icon display 2006-12-20 02:59:31 +00:00
server fixed charset of returned xml 2006-12-21 06:16:17 +00:00
sql default acl to interface 2006-09-30 21:24:10 +00:00
templates fixed WMP11 Now Playing, broke Album Art gathering, re-writing to fix some serious logic flaws 2006-12-28 02:01:46 +00:00
themes * Added new icons, and speed up icon display 2006-12-20 02:59:31 +00:00
activate.php fixed style.inc references 2006-09-29 23:02:54 +00:00
albumart.php Added new flash player and fixed a lot of other problems. Implemented Export to ItunesDB 2006-11-13 17:48:51 +00:00
albums.php tweaked icons to use built in functions and removed them from where there were not icons for every optin, added recently played 2006-11-26 04:04:24 +00:00
artists.php Fixed some stuff on album art added ability to sort albums on name/year in artist.php 2006-11-25 22:58:24 +00:00
batch.php fixed playlist download selected so it actually gives you what you ask for 2006-09-11 06:45:43 +00:00
browse.php fixed show all browse issue with song titles and a silent error on a show_songs call 2006-11-06 23:13:36 +00:00
favicon.ico New Import 2005-06-09 16:34:40 +00:00
flag.php moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
genre.php moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
index.php tweaked icons to use built in functions and removed them from where there were not icons for every optin, added recently played 2006-11-26 04:04:24 +00:00
install.php removed scrub on password case we need to allow crazy crap in it :( 2006-12-06 08:55:20 +00:00
localplay.php Rewrote the Dutch Translation Files and some otherminor typos 2006-11-18 01:35:06 +00:00
login.php a ton of css fixes 2006-12-06 07:31:33 +00:00
logout.php moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
playlist.php Rewrote the Dutch Translation Files and some otherminor typos 2006-11-18 01:35:06 +00:00
preferences.php new theme, temp breaking of all other themes... will be fixed I swear also re-indexing of mysql tables 2006-09-23 21:12:08 +00:00
randomplay.php moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
ratings.php moved init.php improved vainfo a bit, removed checkboxes from search page 2006-06-17 16:32:04 +00:00
register.php fixed the title on registration, and a bunch of random other things 2006-11-10 03:50:35 +00:00
rss.php Strange error occured while commiting 2006-10-27 21:14:40 +00:00
search.php fixed keyword searches 2006-06-22 16:27:35 +00:00
song.php few tweaks for flash player and a fixed for downsampleing 2006-10-30 07:18:46 +00:00
stats.php * Added Recommendations based on matching ratings between users 2006-12-17 08:41:21 +00:00
test.php updated translations, new russian translation, generate config tool to update config and new putenv test on /test.php 2006-10-22 09:24:39 +00:00
tv.php * Added delete admin function on democratic play 2006-12-14 05:13:09 +00:00
update.php * Last DB Update for 3.3.3 Stable Branche 2006-12-18 00:10:07 +00:00

-------------------------------------------------------------------------------
---------                    README - Ampache v.3.3                 -----------
-------------------------------------------------------------------------------

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
     a) Donations (Beer!)
 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
	- FLAC
	- RM
	- AAC/M4A
	- MPC
	- WV

  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
	- On the Fly Transcoding
	- Localplay
		- Music Player Daemon (MPD)
		- Xbox Media Center (XMBC)
		- Icecast2
	- Democratic Vote based play
	
  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 - Graphics Boy
	 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
	 Enrico Lai http://www.enricolai.com for the XSPF Flash Player
	 And many many more...

2. Getting all the components

  Apache >= 1.3.19 http://www.apache.org OR other webserver
  PHP >= 4.3.x http://www.php.net
  	PHP4-Mysql
	PHP4-Session
	PHP4-gd (recommended)
	PHP4 ICONV 
	PHP4  ZLIB support (recommended)
  MySQL >= 4.x http://www.mysql.com
  16MB 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 re-creating the 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

4a. Donations

  We don't want your money but we will take your beer. If you 
  love ampache and want to encourage us to write more please
  visit ampache.org for information on how to donate some beer
  to our cause. If you can't send beer a postcard would also 
  be great. E-mail beer@ampache.org for shipping address 

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: https://ampache.bountysource.com/development/
  Wiki: https://ampache.bountysource.com/wiki/
  Demo: http://ampache.org/demo

  Ampache Development Team
  dev@ampache.org