1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00
No description
Find a file
Karl 'vollmerk' Vollmer ada7cc3542 sync to trunk
2008-08-30 20:09:10 +00:00
admin if can't use gettext, emulate gettext(). update some templates. 2008-08-26 22:08:13 +00:00
bin initial work on a shoutcast doodly, fix the translations while I am at it :S 2008-05-20 05:33:26 +00:00
config sync from branches 2008-07-30 05:09:26 +00:00
contrib new 3.4 themes, blueflower and vegas 2008-05-13 03:11:21 +00:00
docs sync to trunk 2008-08-30 20:09:10 +00:00
images test icon for tag add, does not work 2008-07-30 05:52:31 +00:00
lib sync from branch 2008-08-30 19:49:39 +00:00
locale update typo 2008-08-29 07:42:02 +00:00
modules typo 2008-08-27 09:47:55 +00:00
play sync to trunk 2008-08-30 20:09:10 +00:00
server sync to trunk 2008-08-30 20:09:10 +00:00
sql commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope 2008-05-12 02:52:50 +00:00
templates sync to trunk 2008-08-30 20:09:10 +00:00
themes fixed a visual issue with short album+artist names where the actions wrapped or floated into the wrong spot, not tested on ie yet 2008-08-21 05:35:09 +00:00
albums.php bunch of fixes, and some breaks for the browsing 2008-08-18 02:51:59 +00:00
artists.php fix the show artists page, broken when I removed the box 2008-05-27 13:29:33 +00:00
batch.php added ability to add search results to playlist, or download if batch downloaded is enabled, also fixed user browse sorting 2008-04-27 06:12:32 +00:00
browse.php fixed the search add result button and messed up some browse sort stuff 2008-08-22 04:28:36 +00:00
democratic.php last commit before stable release, been a long hard road 2008-05-10 11:16:37 +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 updated locales, hopefully one of the last commits before 3.4 stable release 2008-05-10 09:27:42 +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 sync from branch 2008-08-30 19:49:39 +00:00
localplay.php added paging to the localplay playlist, fixed some preferences issues I introduced with the form register and caching 2008-08-05 01:46:01 +00:00
login.php sync from branch 2008-08-21 02:45:43 +00:00
logout.php fixed a missing update to the new auth mojo 2007-12-21 02:37:03 +00:00
playlist.php fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
preferences.php fixed a preferences issue due to a typo and updated german translation 2008-08-05 00:53:01 +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 fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
register.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
rss.php fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
search.php fixed the search a bit, made some random changes to charset and fixed some echo printf() references 2008-08-19 04:31:52 +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 fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
stats.php fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
stream.php fixed flash player issues with specific playlist_methods 2008-05-05 07:23:09 +00:00
test.php parse error fixed 2008-08-26 00:50:11 +00:00
update.php fixed some copyright lines and removed unused file 2008-05-08 06:10:17 +00:00
util.php sync to trunk 2008-05-26 22:34:19 +00:00

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

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

  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)
	- Democratic Vote based playback
	- 3rd Party clients using API (Amarok,Coherence)
	
  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.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

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

  Ampache Development Team
  vollmer@ampache.org