1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00
No description
Find a file
Karl 'vollmerk' Vollmer 216e691dfa - Added Live Stream (Internet Radio) support
- New Database Update corrects some issues and makes internet radio possible
- Fixed ratings
- Added new Transcode preference, doesn't do anything yet
- New "Radio Stations" browse type
2007-07-23 06:08:14 +00:00
admin re-added ability to delete catalogs, fixed exception error with id3 library 2007-07-12 05:30:30 +00:00
bin removed some dead scripts, moved stuff around, fiddled with albums page... might be an issue with the catalog add... or I might have just discovered a _ton_ of crappy tags... or a bug in getid3() figuring out which it is, is something for tomorrow 2007-05-14 07:33:26 +00:00
config fixed lastfm gather album art and add 2007-06-04 01:31:58 +00:00
contrib Fixed Greysme theme (thanks the_foster) 2007-07-17 12:37:52 +00:00
docs sync lastfm fix to trunk 2007-07-06 08:40:00 +00:00
images re-added ability to delete catalogs, fixed exception error with id3 library 2007-07-12 05:30:30 +00:00
lib - Added Live Stream (Internet Radio) support 2007-07-23 06:08:14 +00:00
locale sync french translation, fixed ratings 2007-07-23 02:10:27 +00:00
modules corrected ajax but introduced with prototype, tweaked how ajax stuff is done, now uses ajax:: class also replaced player with a logout icon 2007-07-22 16:47:22 +00:00
play removed some old/legacy functions fixed download and merged it into the /play 2007-07-22 18:32:09 +00:00
server - Added Live Stream (Internet Radio) support 2007-07-23 06:08:14 +00:00
sql catalog build technically works now, still working out some issues with the dynamic updating of the current state 2007-05-14 07:12:15 +00:00
templates - Added Live Stream (Internet Radio) support 2007-07-23 06:08:14 +00:00
themes sync french translation, fixed ratings 2007-07-23 02:10:27 +00:00
activate.php Fixed the self register activation/updated mail function/updated guest level access 2007-02-12 20:27:47 +00:00
albums.php fixed update from tags for artist and album and fixed clear album art 2007-07-05 03:32:38 +00:00
artists.php fixed update from tags for artist and album and fixed clear album art 2007-07-05 03:32:38 +00:00
batch.php fixed genre and artist view... mostly also fixed batch downloads 2007-06-04 02:45:03 +00:00
browse.php - Added Live Stream (Internet Radio) support 2007-07-23 06:08:14 +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 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 fixed some catalog update issues, fixed some genre pages and made the sql sort stuff for show songs work 2007-07-02 04:57:56 +00:00
image.php fixed find album art, including a fix from Karl Hungus... seriously I am not making that name up 2007-05-25 05:49:22 +00:00
index.php corrected ajax but introduced with prototype, tweaked how ajax stuff is done, now uses ajax:: class also replaced player with a logout icon 2007-07-22 16:47:22 +00:00
install.php removed reference to file that I deleted... 2007-06-14 21:36:03 +00:00
localplay.php Rewrote the Dutch Translation Files and some otherminor typos 2006-11-18 01:35:06 +00:00
login.php catalog build technically works now, still working out some issues with the dynamic updating of the current state 2007-05-14 07:12:15 +00:00
logout.php corrected ajax but introduced with prototype, tweaked how ajax stuff is done, now uses ajax:: class also replaced player with a logout icon 2007-07-22 16:47:22 +00:00
playlist.php fixed playlist permission issue for users 2007-02-28 19:27:37 +00:00
preferences.php re-added ability to delete catalogs, fixed exception error with id3 library 2007-07-12 05:30:30 +00:00
radio.php - Added Live Stream (Internet Radio) support 2007-07-23 06:08:14 +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 few fixups to pass W3C Validation Service (wip) 2007-07-19 00:19:43 +00:00
rss.php - Fixed Ratings 2007-06-07 07:20:01 +00:00
search.php fixed update from tags for artist and album and fixed clear album art 2007-07-05 03:32:38 +00:00
stats.php added in user profile, did a little work on the preferences and session, something is fishy with session and tmp_playlist stuff will look into it tomorrow 2007-06-11 08:24:05 +00:00
stream.php - Added Live Stream (Internet Radio) support 2007-07-23 06:08:14 +00:00
test.php fixed the debug page 2007-06-21 07:33:35 +00:00
update.php new update that moves some stuff around in the database, with 414 albums (18mb table) dropped size by 7mb 2007-05-03 03:36:19 +00:00

-------------------------------------------------------------------------------
---------                   README - Ampache v.3.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/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.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
  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 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