1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00
No description
Find a file
2007-09-20 07:39:45 +00:00
admin some fixes for the localplay, you can now install the MPD controller, and add instances, just not actually play to it... realized I need to think on how to do that a little... 2007-09-14 07:04:26 +00:00
bin licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
config bump the stream length up a bit so it is a little more sane 2007-09-13 13:04:01 +00:00
contrib removed some obsolete theme patches 2007-09-20 00:11:47 +00:00
docs made localplay technically work, lots of work to still do 2007-09-20 07:39:45 +00:00
images unused files I just noticed... 2007-09-09 06:18:49 +00:00
lib made localplay technically work, lots of work to still do 2007-09-20 07:39:45 +00:00
locale had some trouble with smartsvn, but here are the updated german locales 2007-09-20 00:03:34 +00:00
modules made localplay technically work, lots of work to still do 2007-09-20 07:39:45 +00:00
play some fixes for the localplay, you can now install the MPD controller, and add instances, just not actually play to it... realized I need to think on how to do that a little... 2007-09-14 07:04:26 +00:00
server made localplay technically work, lots of work to still do 2007-09-20 07:39:45 +00:00
sql fixed advanced random, tweaked some css a tad and fixed a few other minor typos 2007-08-27 02:38:04 +00:00
templates more sorting fixes, and move catalog stats to statistics 2007-09-20 01:56:42 +00:00
themes/classic 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
activate.php licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
albums.php fixed album.disk for ogg files and added it to the display 2007-08-19 06:42:07 +00:00
artists.php licence updates, Thx porthose 2007-08-19 22:02:23 +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 added sorting on most objects in most views, report bugs if you find points where sorting fails 2007-09-17 03:11:06 +00:00
democratic.php renamed tv, fixed up the tmp playlist, added two preferences and corrected some logic in play/index.php 2007-05-08 04:11:39 +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 licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
image.php Fixed image mime type not being sent correctly 2007-09-19 18:01:18 +00:00
index.php fixed nowplaying refresh 2007-07-24 02:09:07 +00:00
install.php removed reference to file that I deleted... 2007-06-14 21:36:03 +00:00
localplay.php some fixes for the localplay, you can now install the MPD controller, and add instances, just not actually play to it... realized I need to think on how to do that a little... 2007-09-14 07:04:26 +00:00
login.php updated lastfm protocol to 1.2, improved the logic behind it does not require a logout, also fixed duplicate stats collection of greedy players 2007-08-21 04:35:01 +00:00
logout.php licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
playlist.php fixed normalize playlist 2007-09-03 19:41:27 +00:00
preferences.php licence updates, Thx porthose 2007-08-19 22:02: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 bedtime, added random box back in does not do anything thou... well besides taunt you with its not doing anythingness 2007-08-22 05:45:15 +00:00
ratings.php licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
register.php fix some short tags causeing some weirdness in the menu, fixed a typo here and there. 2007-08-06 22:10:58 +00:00
rss.php licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
search.php licence updates, Thx porthose 2007-08-19 22:02:23 +00:00
stats.php more sorting fixes, and move catalog stats to statistics 2007-09-20 01:56:42 +00:00
stream.php fixed single downloads and that annoying minor css issue with albums of the moment 2007-08-19 07:34:11 +00:00
test.php licence updates, Thx porthose 2007-08-19 22:02:23 +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 added ability to save playlists based on the active playlist, fixed the send on add playlist preference, send and clear still does not work, but its progress 2007-09-03 07:23:10 +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
     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/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)
		- Xbox Media Center (XMBC)
		- Icecast2
		- Winamp using (HTTPQ)
	- 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.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
  24MB 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

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