summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some PHPDoc crapPaul Arthur2011-04-0417-141/+28
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* Don't unset the UFID values in id3v2 tags.Paul Arthur2011-02-241-2/+1
| | | | These are used for retrieving the MusicBrainz track IDs.
* update getid3 version 1.8.2 -> 2.0.0b6momo-i2011-02-0888-36337/+23434
| | | | modified vainfo class (not complete)
* Forgot comment end...momo-i2011-02-031-0/+1
|
* Modified header comment for phpdocmomo-i2011-02-0317-351/+695
|
* Don't unset the UFID values in id3v2 tags.Paul Arthur2011-01-041-1/+0
| | | | These are used for retrieving the MusicBrainz track IDs.
* Merge branch 'master' of gitorious.org:ampache/ampacheKarl Vollmer2011-01-049-0/+1463
|\
| * Twitter module licenseChris Slamar2010-12-308-13/+153
| |
| * Added simple README file to explain how to get the non Ampache pieces from ↵Chris Slamar2010-12-241-0/+13
| | | | | | | | twitter.
| * fixed missing debug number and added alt textChris Slamar2010-12-151-1/+1
| |
| * Switched mysql functions to DbaChris Slamar2010-12-155-45/+30
| |
| * typos #3Chris Slamar2010-12-142-9/+10
| |
| * typo #2Chris Slamar2010-12-141-1/+1
| |
| * fixed typo. One of many I imagineChris Slamar2010-12-144-3/+12
| |
| * Clean up and added Debug messagesChris Slamar2010-12-144-56/+67
| |
| * More Clean UpChris Slamar2010-12-132-22/+16
| |
| * Clean up beginsChris Slamar2010-12-131-34/+0
| |
| * Initial TwitterCharlie2010-12-1310-0/+1344
| |
* | Updated Prototype to 1.7 and Getid3 to 1.8.2Karl Vollmer2011-01-0475-24509/+39536
|/
* Killed some leftover whitespaces.Elias Probst2010-12-071-7/+7
|
* Refactor mail handling a bit and make registration use the same method as the Paul 'flowerysong' Arthur2010-10-091-15/+9
| | | | other places that send mail.
* Break everyone's config by changing metadata gathering.Paul 'flowerysong' Arthur2010-10-061-0/+98
|
* MPD class rewrite.Paul 'flowerysong' Arthur2010-08-055-1448/+1060
|
* Minor php_musicbrainz updates.Paul 'flowerysong' Arthur2010-07-026-81/+583
|
* JavaScript cleanup. Consistently use camelCase for naming JS functions. UsePaul 'flowerysong' Arthur2010-06-242-171/+0
| | | | | | | Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js.
* Plugin work. Plugins are now pluggable: no plugin-specific code in the main ↵Paul 'flowerysong' Arthur2010-06-222-96/+132
| | | | | | | Ampache code. Plugins are now updatable, if configuration changes are needed for a new version.
* php_musicbrainz: proper license headers, support for submitting tags.Paul 'flowerysong' Arthur2010-06-1627-8/+502
|
* Cosmetics: consistent line endings. No DOS for you.Paul 'flowerysong' Arthur2010-06-1143-22252/+22252
|
* Fix bitrate calculation regressions on LAME CBR files. Now doesn't return 0,Paul 'flowerysong' Arthur2010-06-111-2/+2
| | | | doesn't return a higher bitrate than it should.
* Version bump for nusoap to 0.9.5. Requested in FS#86, shouldn't break anything Paul 'flowerysong' Arthur2010-05-1813-344/+703
| | | | since it's only used for the already broken lyricswiki support.
* php_musicbrainz: Even more code cleanup, add support for rating submission.Paul 'flowerysong' Arthur2010-05-1614-1395/+1432
|
* php_musicbrainz: support for ratings, some code cleanup.Paul 'flowerysong' Arthur2010-05-0718-1750/+1858
|
* Bump Prototype to 1.6.1Paul 'flowerysong' Arthur2010-04-281-1019/+1573
|
* Updated vlc controller referencing #47Karl 'vollmerk' Vollmer2010-03-212-155/+157
|
* cleaned up tabbing a bitKarl 'vollmerk' Vollmer2010-03-191-86/+86
|
* whups missed a fileKarl 'vollmerk' Vollmer2010-03-191-0/+527
|
* Add vlc controller - untested, just want it in svnKarl 'vollmerk' Vollmer2010-03-191-0/+609
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-1479-2433/+2433
|
* Cosmetics: use tabs for indentation.Paul 'flowerysong' Arthur2010-03-1426-2667/+2667
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-14141-0/+141
|
* Horrible implementation, but at least it works, will cleanup tomorrow maybeKarl 'vollmerk' Vollmer2010-02-171-5/+13
|
* Removed dead xmlrpc files, started work migrating to LastFM v2.0 apiKarl 'vollmerk' Vollmer2010-02-051-4/+26
|
* sync from 3.5.x r2268Karl 'vollmerk' Vollmer2010-02-021-23/+27
|
* sync to trunkKarl 'vollmerk' Vollmer2010-01-111-1/+1
|
* Replaced almost every dba::query to dba::read or dba::write.dipsol2009-12-143-377/+377
|
* At least show something even if we can not figure out what "It" is for httpq ↵Karl 'vollmerk' Vollmer2009-12-121-5/+14
| | | | localplay controller
* Now amazon search really works?Karl 'vollmerk' Vollmer2009-12-111-4/+5
|
* Fix Amazon album art search, requires new config optionsKarl 'vollmerk' Vollmer2009-12-111-15/+39
|
* update phpmailermomo-i2009-11-203-41/+287
|
* Remove XML-RPC functions and start prep for use of new API for ampache ↵Karl 'vollmerk' Vollmer2009-11-193-3057/+0
| | | | catalog syncs