summaryrefslogtreecommitdiffstats
path: root/config/ampache.cfg.php.dist
Commit message (Collapse)AuthorAgeFilesLines
* fixed some typos, minor bugs, updated the sql, added playlist as a browse typeKarl 'vollmerk' Vollmer2007-08-051-0/+6
|
* bump config version so people are foced to re-genKarl 'vollmerk' Vollmer2007-07-311-1/+1
|
* fixed now playing, hopefully once and for all, added title text to the now ↵Karl 'vollmerk' Vollmer2007-07-311-0/+5
| | | | playing username that displays the agent they are using to play said song, added distinct sessions and session lengths for each stream instance
* go to bed vollmer :) xgizzmo2007-07-291-2/+2
|
* fixed downsampling, renamed to transcoding default or always are now the optionsKarl 'vollmerk' Vollmer2007-07-291-3/+3
|
* fixed two more typosKarl 'vollmerk' Vollmer2007-07-271-1/+1
|
* added config migrator and the code to detect a bad configKarl 'vollmerk' Vollmer2007-07-261-1/+8
|
* first step to the migration hotness, detect failed config files and show ↵Karl 'vollmerk' Vollmer2007-07-251-1/+1
| | | | migration docs
* fixed lastfm gather album art and addKarl 'vollmerk' Vollmer2007-06-041-1/+1
|
* catalog verify mostly works, need to clean up the album art gather before ↵Karl 'vollmerk' Vollmer2007-06-021-2/+2
| | | | its completely better
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-503/+463
| | | | everything broken
* Changed/Added rss stuffie updated main config, Rewrote some off the ↵pb1dft2007-03-031-3/+0
| | | | statistics to use an array
* removed dead file, updated bin files, removed debug and added a new config ↵Karl 'vollmerk' Vollmer2007-02-131-4/+5
| | | | option
* * Initial Database Changes for 3.4, many things are now brokenKarl 'vollmerk' Vollmer2007-02-081-3/+12
|
* stll some faulty french translations but its a little betterKarl 'vollmerk' Vollmer2007-01-241-3/+3
|
* added config version check, fixed play selected bug reported by chenb and ↵Karl 'vollmerk' Vollmer2007-01-221-1/+8
| | | | fixed wmp11 now playing issue
* localplay controllers and some spelling fixesKarl 'vollmerk' Vollmer2007-01-171-6/+6
|
* * Fixed Single Artist view if you have 50+ albumsKarl 'vollmerk' Vollmer2007-01-041-9/+0
| | | | | | * Tweaked Recently Played text to make translations a little easier * Removed unused Config options * Added array definition if only one users exists
* fixed auto-transcoding logic, requires a third variable now if not ↵Karl 'vollmerk' Vollmer2006-12-291-7/+16
| | | | transcoding to mp3
* Changed default site_charset to UTF-8 in config/ampache.cfg.php.distpb1dft2006-11-301-3/+3
|
* some bug fixes and tweaksKarl 'vollmerk' Vollmer2006-11-171-7/+7
|
* fixed the title on registration, and a bunch of random other thingsKarl 'vollmerk' Vollmer2006-11-101-1/+1
|
* updates to french translation and some other minor tweaksKarl 'vollmerk' Vollmer2006-11-081-1/+1
|
* new http auth methodKarl 'vollmerk' Vollmer2006-10-271-2/+5
|
* re-wroked stats which means major db update, some stats dealies may still ↵Karl 'vollmerk' Vollmer2006-10-231-16/+0
| | | | not work correctly
* Some major perfomance issues on large LDAP serverspb1dft2006-10-161-2/+10
|
* Modified the LDAP authentication to support Microsoft AD and fixed some ↵pb1dft2006-10-151-3/+9
| | | | minor typos
* removed extra lines from ajax, down to 86, updated ajax calls, added ldap authKarl 'vollmerk' Vollmer2006-10-141-0/+48
|
* fixed a problem with preferences showing disabled localplay modules, ↵Karl 'vollmerk' Vollmer2006-10-091-2/+2
| | | | included sajax library
* new sql file and catalog fixes and user reg clean up and acl typo fixKarl 'vollmerk' Vollmer2006-09-301-0/+1
|
* fixed up xmlrpc hopefully (needs testing) and fixed duplicates, cleaned up ↵Karl 'vollmerk' Vollmer2006-09-301-4/+0
| | | | burgundy a little more
* fixed acls and improved the classic theme a little moreKarl 'vollmerk' Vollmer2006-09-261-5/+10
|
* track ip history, fix pagination on admin/user and fix some acl stuff that I ↵Karl 'vollmerk' Vollmer2006-09-251-7/+15
| | | | forgot about
* Fix for bug 397 and 498 thanks pb1dftxgizzmo2006-07-241-2/+8
|
* fixed nowplaying refresh issues and switched it to div layoutKarl 'vollmerk' Vollmer2006-06-211-1/+8
|
* new vainfo which should solve the ogg with id3 tags issue and potentially ↵Karl 'vollmerk' Vollmer2006-06-141-14/+10
| | | | break other things yeah!
* added the default flac transcode command to the .dist fileKarl 'vollmerk' Vollmer2006-06-091-84/+2
|
* This update includes a full rewrite of the Localplay code, only updateKarl 'vollmerk' Vollmer2006-04-081-66/+17
| | | | | | to this version if you don't care about losing a lot of functionality while I am still finishing it up. Also the only working localplay method is currently MPD. UPDATE AT YOUR OWN RISK!
* added download for size, and seriously cleaned up the /song.php file it ↵Karl 'vollmerk' Vollmer2006-03-311-0/+9
| | | | actually is not ugly anymore.. yeah!
* cleaned up default values of dist config file to more accuratly rep what the ↵Karl 'vollmerk' Vollmer2006-03-201-15/+3
| | | | defaults are!
* tweaked some debug stuff and the error handlerKarl 'vollmerk' Vollmer2006-02-201-12/+7
|
* tweaked catalog drop down, added bandwidth throttling and fixed some ↵Karl 'vollmerk' Vollmer2006-02-191-19/+27
| | | | spelling errors
* tweaked some stuffKarl 'vollmerk' Vollmer2006-02-091-1/+10
|
* tweaked cataloging methods and new debug_level optionKarl 'vollmerk' Vollmer2006-02-081-0/+12
|
* hopefully fixed mysql5 problems with vauth as well as the remember me mojo ↵Karl 'vollmerk' Vollmer2006-01-251-11/+17
| | | | for rubin
* fixed amazon and fixed the test page to account for new read configKarl 'vollmerk' Vollmer2006-01-161-15/+0
|
* hopefully speed up read_config functionKarl 'vollmerk' Vollmer2006-01-151-6/+0
|
* added nhorlocs amazon mojoKarl 'vollmerk' Vollmer2006-01-091-2/+26
|
* rss fixesKarl 'vollmerk' Vollmer2006-01-081-1/+7
|
* fixed registration to use existing functions... yea I also broke it at the ↵Karl 'vollmerk' Vollmer2006-01-031-29/+42
| | | | same time.. I know