summaryrefslogtreecommitdiffstats
path: root/config/ampache.cfg.php.dist
Commit message (Collapse)AuthorAgeFilesLines
* Minor updates to the transcoding documentationPaul Arthur2013-07-241-1/+4
|
* Argh.Paul Arthur2013-05-271-1/+3
| | | | | Maybe if there are multiple examples for transcode_cmd people will stop and think about what they're doing.
* More cleanup of install, add DB port optionPaul Arthur2013-05-131-1/+1
|
* Add support for nonstandard MySQL portsPaul Arthur2013-05-131-1/+5
|
* Clean up vainfo somewhatPaul Arthur2013-02-051-13/+8
| | | | | | | | | | | | | | Handling of unknown tags was wrong (we should just pass them through and hope for the best, not do some weird-ass id3v2 thing). Add matroska to the list of known tags. Switch the video types to a generic cleanup function and move the several-times-duplicated general information gathering into the general information gathering function where it belongs. Treat the general information as another tag type instead of special-casing it as a complete override through array_merge. Drop the useless iconv stuff (getID3 already translates tags to our requested charset). Rename some functions to more closely match their purpose. Fix some private functions that were marked public. Fix encoding detection, which has been completely broken for a while.
* Add 'external' auth methodPaul Arthur2013-01-281-1/+7
| | | | Based on merge request #11
* Rename vauth to AuthPaul Arthur2013-01-281-4/+3
|
* Add missing % to sample commandPaul Arthur2013-01-251-1/+1
|
* Update some of the transcoding examples.Paul Arthur2013-01-251-3/+3
|
* Rework transcodingPaul Arthur2013-01-231-38/+53
| | | | | | | | Remove some of the roundabout complexity that had built up. Push people toward using a single, flexible tool for most of their transcoding needs. Increase backend and configuration flexibility to support user-requested format changes (e.g. for an HTML5 player); this functionality is not yet exposed.
* Clean up the bitrate calculationPaul Arthur2013-01-231-13/+11
| | | | Dynamic downsampling, I suppose.
* FS#213 - User RegistrationPaul Arthur2012-03-011-0/+6
| | | | Add an option to have newly registered accounts disabled by default.
* Document show_similarPaul Arthur2012-02-251-0/+6
|
* Add the ability to locally cache passwords validated by external meansPaul Arthur2011-11-181-0/+7
| | | | | | This can, for instance, be used to allow LDAP authenticated users to use the API without manually setting a password, as long as they've logged in using the web interface at least once.
* Add support for autodetecting encoding for broken id3v2 tagsPaul Arthur2011-02-211-10/+11
| | | | | Mostly untested. Must be enabled in config, so we won't be breaking people's perfectly valid tags by default.
* modified tag broken problemsmomo-i2011-02-171-2/+3
|
* update configmomo-i2011-02-161-3/+3
|
* try to get id3v2 tag!momo-i2011-02-161-0/+16
|
* add force_ssl (for ssl reverse proxy)momo-i2011-02-011-0/+4
|
* Catalog Filtering Added Bug#60Chris Slamar2011-01-241-5/+0
|
* Merge commit 'refs/merge-requests/4' of git://gitorious.org/ampache/ampache ↵Chris Slamar2010-12-301-0/+5
|\ | | | | | | into integration
| * Put twitter info in ampache.cfg.php.distChris Slamar2010-12-151-0/+5
| |
* | Fix #140 - Remove xml_rpc config option as it is no longer needed as of 3.6, ↵Karl Vollmer2010-12-101-6/+0
| | | | | | | | all API related functions are controlled by the ACL.
* | Clean up LDAP auth and associated configPaul Arthur2010-12-081-14/+9
|/ | | | | | Log a more useful error if a config entry is missing but LDAP auth is enabled. Mark required ldap config values clearly and clean up descriptions.
* Fix authenticated SMTP and add secure (TLS/SSL) SMTP.Paul 'flowerysong' Arthur2010-10-261-0/+5
|
* Remove duplicated config entries.Paul 'flowerysong' Arthur2010-10-091-16/+0
|
* Refactor mail handling a bit and make registration use the same method as the Paul 'flowerysong' Arthur2010-10-091-28/+48
| | | | other places that send mail.
* Need to change the config version in *two* places, not just one.Paul 'flowerysong' Arthur2010-10-081-1/+1
|
* Break everyone's config by changing metadata gathering.Paul 'flowerysong' Arthur2010-10-061-5/+11
|
* Remove misleading comment about debugging from the config file.Paul 'flowerysong' Arthur2010-10-041-4/+1
|
* Refactored Last.FM recommendations; drop new dependency on curl sincePaul 'flowerysong' Arthur2010-08-171-3/+3
| | | | Snoopy works just as well for this application.
* Search for similar artistsChris 'cslamar' Slamar2010-07-291-0/+5
|
* Make documentation match reality.Paul 'flowerysong' Arthur2010-07-061-3/+3
|
* It is evidently not recognised that the webserver cannot have write access to aPaul 'flowerysong' Arthur2010-06-281-1/+2
| | | | nonexistent directory.
* More changes to art - have not removed old functionality yetKarl 'vollmerk' Vollmer2010-03-211-4/+6
|
* Remove null auth method.Paul 'flowerysong' Arthur2010-03-141-1/+1
|
* Unbreak http auth, make it more sane. Old broken method renamed to null, in Paul 'flowerysong' Arthur2010-03-141-1/+6
| | | | | case crazy people still want it. Add support for redirecting to a SSO provider after logout.
* typoKarl 'vollmerk' Vollmer2010-03-011-1/+1
|
* Update defaults for new installs (extending default timeouts) fix ↵Karl 'vollmerk' Vollmer2010-03-011-8/+10
| | | | installation and PHP warning on no ip history
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-12/+6
|
* google image search supportmartian2010-02-121-3/+3
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-7/+5
| | | | of the UI and toggles album art.
* sync from 3.5.x and fix display issue on playlist viewKarl 'vollmerk' Vollmer2009-12-201-2/+2
|
* Fix Amazon album art search, requires new config optionsKarl 'vollmerk' Vollmer2009-12-111-2/+5
|
* Add a note that require_session and use_auth=false are mutually exclusiveKarl 'vollmerk' Vollmer2009-10-291-1/+2
|
* sync from branchKarl 'vollmerk' Vollmer2009-08-231-0/+9
|
* strip excessive \n from catalog_update Thx ascheelKarl 'vollmerk' Vollmer2009-07-091-1/+1
|
* add MBID support Thx flowerysongKarl 'vollmerk' Vollmer2009-06-021-3/+3
|
* Add phpmailer and change mail function.momo-i2009-05-061-0/+41
|
* slight tweak to /test.php and /install.php check to make the sha256() check ↵Karl 'vollmerk' Vollmer2009-03-261-4/+5
| | | | work, also make reference to auto_user config option under auto_create config option