~ubuntu-branches/debian/sid/ampache/sid

« back to all changes in this revision

Viewing changes to docs/README

  • Committer: Package Import Robot
  • Author(s): Charlie Smotherman
  • Date: 2013-08-27 13:19:48 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130827131948-1czew0zxn6u70dtv
Tags: 3.6-rzb2752+dfsg-1
* New upsteam snapshot.  Contains important bug fixes to the installer.
* Correct typo in ampache-common.postrm.
* Remove courtousy copy of php-getid3, during repack.  Closes: #701526
* Update package to use dh_linktree to make the needed sym links to the
  needed system libs that were removed during repack.
* Update debian/rules to reflect upstreams removing/moving of modules.
* Update debian/ampache-common.install to reflect upstreams removal of files.
* Updated to use new apache2.4 API. Closes: #669756
* Updated /debian/po/de.po thx David Prévot for the patch.  Closes:  #691963
* M3U import is now ordered, fixed upstream.  Closes: #684984
* Text input area has been resized so IPv6 addresses will now fit, fixed
  upstream.  Closes:  #716230
* Added ampache-common.preinst to make sure that the courtousy copies of code
  dirs are empty so dh_linktree can do it's magic on upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
-------------------------------------------------------------------------------
2
 
---------                    README - Ampache v.3.6                 -----------
3
 
-------------------------------------------------------------------------------
4
 
 
5
 
Contents:
6
 
 
7
 
 1. Intro
8
 
     a) Supported File-Types
9
 
     b) Supported Stream Methods
10
 
     c) Current Translations
11
 
     d) Special Thanks
12
 
 2. Getting all the components
13
 
 3. Setting Up
14
 
     a) Upgrading
15
 
 4. License
16
 
 5. Contact info
17
 
 
18
 
1. Intro:
19
 
 
20
 
  Ampache is a PHP-based interface to a MySQL database 
21
 
  where information about your audio files are stored.  The songs 
22
 
  are streamed using PHP; older versions required mod_mp3 but this
23
 
  version no longer does.  The songs are cataloged via PHP
24
 
  scripts.
25
 
 
26
 
  These tools are heavily dependent on quality tags in your audio
27
 
  files and or the file system organization. If you've kept them 
28
 
  up-to-date or organized this is the tool for you.  
29
 
  
30
 
  See CHANGELOG for version information.
31
 
 
32
 
  A) Supported File-Types
33
 
 
34
 
     Ampache currently supports the following audio file types. If
35
 
     you would like Ampache to support an additional file type please
36
 
     contact us on irc, or the forums and we will investigate adding 
37
 
     them. Thanks
38
 
 
39
 
        - MP3 (id3v1 && id3v2)
40
 
        - OGG
41
 
        - WMA/ASF
42
 
        - FLAC
43
 
        - RM
44
 
        - AAC/M4A/MP4
45
 
        - MPC
46
 
        - WV
47
 
        - SHN
48
 
        - APE
49
 
        - SPX
50
 
        - FLV
51
 
        - AVI
52
 
        - MPG
53
 
        - M4V
54
 
        - WMV
55
 
 
56
 
  B) Supported Stream Methods
57
 
 
58
 
     Ampache currently supports the following different methods for
59
 
     streaming your audio files. Please contact us if you would like
60
 
     to see additional methods. 
61
 
 
62
 
        - Single Stream 
63
 
                - extended m3u
64
 
                - simple m3u
65
 
                - standard pls
66
 
                - ASX
67
 
                - RAM
68
 
                - XSPF
69
 
        - Realtime Downsampling
70
 
        - Integrated Flash Player
71
 
        - Automatic Downsampling based on load
72
 
        - Local/Remote network definition based downsampling
73
 
        - On the Fly Transcoding (Requires additional applications)
74
 
        - Localplay
75
 
                - Music Player Daemon (MPD)
76
 
                - Winamp using (HTTPQ)
77
 
                - Shoutcast 
78
 
                - Icecast2
79
 
        - Democratic Vote based playback
80
 
        - 3rd Party clients using API (Amarok,Coherence,Quickplay)
81
 
        - 3rd Party Mobile clients using API (Android,Iphone,Blackberry,PalmOS)
82
 
        
83
 
  C) Current Translations
84
 
 
85
 
     Ampache is currently translated into the following languages. If
86
 
     you are interested in updating an existing translation or adding
87
 
     a new one please contact us at translation@ampache.org or see
88
 
     /locale/base/TRANSLATIONS for more instructions. 
89
 
 
90
 
        - English       (en_US)
91
 
        - German        (de_DE)
92
 
        - Spanish       (es_ES)
93
 
        - Dutch         (nl_NL)
94
 
        - Norwegian     (nb_NO)
95
 
        - UK English    (en_GB)
96
 
        - Italian       (it_IT)
97
 
        - French        (fr_FR)
98
 
        - Swedish       (sv_SE)
99
 
        - Japanese      (ja_JP) 
100
 
        - Catalan       (ca_ES)
101
 
        - Russian       (ru_RU)
102
 
        - Czech (cs_CZ)
103
 
 
104
 
  D) A Special Thanks:
105
 
     Thanks to those who've helped us make Ampache so useable:
106
 
         Scott Kveton - Original create of Ampache 2001 - 2003
107
 
         Robert Hopson - Libglue, Playlists, Ogg support.. and much more
108
 
         Andy Morgan - Sage / Voice of Reason
109
 
         RosenSama - Previous Developer
110
 
         latka (from media.tangent.org site) for orphaned song ideas
111
 
         Lamar Hansford (README/INSTALL improvements) & Upload
112
 
         Lacy Morrow (Flash Player)
113
 
 
114
 
2. Getting all the components
115
 
 
116
 
  Apache >= 1.3.x http://www.apache.org OR other web server
117
 
  PHP >= 5.3.x http://www.php.net **
118
 
        PHP5-Mysql
119
 
        PHP5-Session
120
 
        PHP5-gd (recommended)
121
 
        PHP5 ICONV 
122
 
        PHP5 ZLIB support (recommended)
123
 
  MySQL >= 5.x+ http://www.mysql.com
124
 
 
125
 
3. Setting Up
126
 
 
127
 
  Please see the included INSTALL file or if possible the wiki
128
 
  for the most update to date instructions, http://ampache.org/wiki
129
 
 
130
 
3a. Upgrading Your Ampache Install
131
 
 
132
 
  If you are upgrading from an older version of Ampache we recommend
133
 
  moving the old directory out of the way, extracting the new copy in 
134
 
  its place and then copying the old config file. All database updates
135
 
  will be handled by the /update.php script. There is no need to insert
136
 
  the /sql/ampache.sql if you have an existing installation.
137
 
 
138
 
  Please see MIGRATION for specific instructions based on the version
139
 
 
140
 
4. License
141
 
 
142
 
  This Application falls under the Standard GPL v2. See Licence 
143
 
  included with this tar file. Credit for code is listed in the 
144
 
  changelog. 
145
 
 
146
 
5. Contact Info
147
 
 
148
 
  Hate it?  Love it?  Let us know.  Let us know if you think of any
149
 
    more features, bugs, etc.
150
 
 
151
 
  Public Source Repository: http://gitorious.org/ampache
152
 
  IRC: irc.ampache.org #ampache (Freenode)
153
 
  Forums: http://ampache.org/forums
154
 
  Bugs: http://ampache.org/bugs
155
 
  Wiki: http://ampache.org/wiki
156
 
  Demo: http://ampache.org/demo
157
 
 
158
 
  -Karl Vollmer
159
 
  vollmer@ampache.org