Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor updates to the transcoding documentation | Paul Arthur | 2013-07-24 | 1 | -1/+4 |
| | |||||
* | Argh. | Paul Arthur | 2013-05-27 | 1 | -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 option | Paul Arthur | 2013-05-13 | 1 | -1/+1 |
| | |||||
* | Add support for nonstandard MySQL ports | Paul Arthur | 2013-05-13 | 1 | -1/+5 |
| | |||||
* | Clean up vainfo somewhat | Paul Arthur | 2013-02-05 | 1 | -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 method | Paul Arthur | 2013-01-28 | 1 | -1/+7 |
| | | | | Based on merge request #11 | ||||
* | Rename vauth to Auth | Paul Arthur | 2013-01-28 | 1 | -4/+3 |
| | |||||
* | Add missing % to sample command | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | Update some of the transcoding examples. | Paul Arthur | 2013-01-25 | 1 | -3/+3 |
| | |||||
* | Rework transcoding | Paul Arthur | 2013-01-23 | 1 | -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 calculation | Paul Arthur | 2013-01-23 | 1 | -13/+11 |
| | | | | Dynamic downsampling, I suppose. | ||||
* | FS#213 - User Registration | Paul Arthur | 2012-03-01 | 1 | -0/+6 |
| | | | | Add an option to have newly registered accounts disabled by default. | ||||
* | Document show_similar | Paul Arthur | 2012-02-25 | 1 | -0/+6 |
| | |||||
* | Add the ability to locally cache passwords validated by external means | Paul Arthur | 2011-11-18 | 1 | -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 tags | Paul Arthur | 2011-02-21 | 1 | -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 problems | momo-i | 2011-02-17 | 1 | -2/+3 |
| | |||||
* | update config | momo-i | 2011-02-16 | 1 | -3/+3 |
| | |||||
* | try to get id3v2 tag! | momo-i | 2011-02-16 | 1 | -0/+16 |
| | |||||
* | add force_ssl (for ssl reverse proxy) | momo-i | 2011-02-01 | 1 | -0/+4 |
| | |||||
* | Catalog Filtering Added Bug#60 | Chris Slamar | 2011-01-24 | 1 | -5/+0 |
| | |||||
* | Merge commit 'refs/merge-requests/4' of git://gitorious.org/ampache/ampache ↵ | Chris Slamar | 2010-12-30 | 1 | -0/+5 |
|\ | | | | | | | into integration | ||||
| * | Put twitter info in ampache.cfg.php.dist | Chris Slamar | 2010-12-15 | 1 | -0/+5 |
| | | |||||
* | | Fix #140 - Remove xml_rpc config option as it is no longer needed as of 3.6, ↵ | Karl Vollmer | 2010-12-10 | 1 | -6/+0 |
| | | | | | | | | all API related functions are controlled by the ACL. | ||||
* | | Clean up LDAP auth and associated config | Paul Arthur | 2010-12-08 | 1 | -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' Arthur | 2010-10-26 | 1 | -0/+5 |
| | |||||
* | Remove duplicated config entries. | Paul 'flowerysong' Arthur | 2010-10-09 | 1 | -16/+0 |
| | |||||
* | Refactor mail handling a bit and make registration use the same method as the | Paul 'flowerysong' Arthur | 2010-10-09 | 1 | -28/+48 |
| | | | | other places that send mail. | ||||
* | Need to change the config version in *two* places, not just one. | Paul 'flowerysong' Arthur | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | Break everyone's config by changing metadata gathering. | Paul 'flowerysong' Arthur | 2010-10-06 | 1 | -5/+11 |
| | |||||
* | Remove misleading comment about debugging from the config file. | Paul 'flowerysong' Arthur | 2010-10-04 | 1 | -4/+1 |
| | |||||
* | Refactored Last.FM recommendations; drop new dependency on curl since | Paul 'flowerysong' Arthur | 2010-08-17 | 1 | -3/+3 |
| | | | | Snoopy works just as well for this application. | ||||
* | Search for similar artists | Chris 'cslamar' Slamar | 2010-07-29 | 1 | -0/+5 |
| | |||||
* | Make documentation match reality. | Paul 'flowerysong' Arthur | 2010-07-06 | 1 | -3/+3 |
| | |||||
* | It is evidently not recognised that the webserver cannot have write access to a | Paul 'flowerysong' Arthur | 2010-06-28 | 1 | -1/+2 |
| | | | | nonexistent directory. | ||||
* | More changes to art - have not removed old functionality yet | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -4/+6 |
| | |||||
* | Remove null auth method. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Unbreak http auth, make it more sane. Old broken method renamed to null, in | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -1/+6 |
| | | | | | case crazy people still want it. Add support for redirecting to a SSO provider after logout. | ||||
* | typo | Karl 'vollmerk' Vollmer | 2010-03-01 | 1 | -1/+1 |
| | |||||
* | Update defaults for new installs (extending default timeouts) fix ↵ | Karl 'vollmerk' Vollmer | 2010-03-01 | 1 | -8/+10 |
| | | | | installation and PHP warning on no ip history | ||||
* | Tweaked how features / bandwidth level is checked, not happy with it. | Karl 'vollmerk' Vollmer | 2010-02-14 | 1 | -12/+6 |
| | |||||
* | google image search support | martian | 2010-02-12 | 1 | -3/+3 |
| | |||||
* | Adding the bandwidth option to the preferences. This changes the complexity ↵ | martian | 2010-02-09 | 1 | -7/+5 |
| | | | | of the UI and toggles album art. | ||||
* | sync from 3.5.x and fix display issue on playlist view | Karl 'vollmerk' Vollmer | 2009-12-20 | 1 | -2/+2 |
| | |||||
* | Fix Amazon album art search, requires new config options | Karl 'vollmerk' Vollmer | 2009-12-11 | 1 | -2/+5 |
| | |||||
* | Add a note that require_session and use_auth=false are mutually exclusive | Karl 'vollmerk' Vollmer | 2009-10-29 | 1 | -1/+2 |
| | |||||
* | sync from branch | Karl 'vollmerk' Vollmer | 2009-08-23 | 1 | -0/+9 |
| | |||||
* | strip excessive \n from catalog_update Thx ascheel | Karl 'vollmerk' Vollmer | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | add MBID support Thx flowerysong | Karl 'vollmerk' Vollmer | 2009-06-02 | 1 | -3/+3 |
| | |||||
* | Add phpmailer and change mail function. | momo-i | 2009-05-06 | 1 | -0/+41 |
| | |||||
* | slight tweak to /test.php and /install.php check to make the sha256() check ↵ | Karl 'vollmerk' Vollmer | 2009-03-26 | 1 | -4/+5 |
| | | | | work, also make reference to auto_user config option under auto_create config option |