summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* localplay controllers and some spelling fixesKarl 'vollmerk' Vollmer2007-01-172-2/+12
|
* * Added new functions to HttpQ controllerKarl 'vollmerk' Vollmer2007-01-142-42/+122
| | | | | | * Fixed Catalog cleaning issues and album art issues * Fixed a minor javascript error with the localplay stuff * Started work on write_playlists.php.inc (https://ampache.bountysource.com/task/show/542)
* fixed a vauth typoKarl 'vollmerk' Vollmer2007-01-121-1/+1
|
* fix for the httpq player so that it works with songs that have spaces in the ↵Karl 'vollmerk' Vollmer2007-01-111-2/+2
| | | | name
* tweaked album of the moment mojo and theoritical fix for flash playerKarl 'vollmerk' Vollmer2007-01-081-0/+2
|
* removed old reference to /templates/default.css and reference passing in ↵Karl 'vollmerk' Vollmer2007-01-071-1/+1
| | | | fsockopen on the httpq player
* Updated flash playerpb1dft2007-01-041-0/+0
|
* fixed a minor math issue with the mpd controllerKarl 'vollmerk' Vollmer2007-01-041-1/+1
|
* * Updated the PO files for the translations, this should be the final for ↵Karl 'vollmerk' Vollmer2007-01-021-0/+28
| | | | | | | the next stable * Added German prefixes for artists * Added RIFF tag support
* * Updated CSS to improve compatibiliy and make appearance more consistant ↵Karl 'vollmerk' Vollmer2006-12-311-2/+0
| | | | | | (Thx Spocky) * Fixed some issues with the Amazon Album art gathering created when I re-wrote it
* * Added new Snoopy, fixes some minor bugsKarl 'vollmerk' Vollmer2006-12-281-1/+1
| | | | | | | | * Rewrote Album Art collection, fixing tons of logic flaws, single album art find is currently broken might even be a little faster now when using folder and id3 methods at the same time * Fixed some issues with FastCGI installs * Removed another upload file that wasn't used anymore * Tweaked Recently Played to show 'played XXX ago'
* few more fixes to the httpq player... has some strange semi-random issue ↵Karl 'vollmerk' Vollmer2006-12-223-25/+29
| | | | with some urls.. investigating
* new httpq localplay method, fixes for preferences and mpd controllerKarl 'vollmerk' Vollmer2006-12-223-46/+675
|
* * Added new icons, and speed up icon displayKarl 'vollmerk' Vollmer2006-12-201-31/+0
| | | | | | * Fixed ORDER BY `track` on play selected * Started work on editing/flagging albums and artists
* * Added Recommendations based on matching ratings between usersKarl 'vollmerk' Vollmer2006-12-171-0/+77
| | | | | | * Integrated LastFM plugin (defaults to disabled still) * Fixed a view issue with the Admin Localplay Level preference * removed some old MPD pages that were not being usedwq
* * Added delete admin function on democratic playKarl 'vollmerk' Vollmer2006-12-141-127/+2
| | | | | * fixed some minor display issues with playlist dropdowns * added Delete Disabled bin script for removing disabled songs
* fix for some notice errorsKarl 'vollmerk' Vollmer2006-12-052-4/+6
|
* * Prevent Album art set on demo because people put porn in there :( Karl 'vollmerk' Vollmer2006-12-051-0/+17
| | | | | | | * Fix Push functionality for the Democratic view stuff * Add footer div definition per Apex's request * Fix Config display with multi-value elements * Added plugin checking to update.php wq
* prep for tags/lyrics cleanup and recently playing tweaksKarl 'vollmerk' Vollmer2006-11-304-168/+0
|
* this needs to be moved but well yea :PKarl 'vollmerk' Vollmer2006-11-291-0/+63
|
* fb on dealie and removed accidently commit to trunkKarl 'vollmerk' Vollmer2006-11-261-77/+0
|
* playlist switcher, plugin interface and the shell of a lastfm plugin (need ↵Karl 'vollmerk' Vollmer2006-11-263-349/+77
| | | | patch file)
* some bug fixes and tweaksKarl 'vollmerk' Vollmer2006-11-171-1/+1
|
* some minor MPD changes and bug fixes for localplayKarl 'vollmerk' Vollmer2006-11-142-45/+65
|
* Added new flash player and fixed a lot of other problems. Implemented Export ↵pb1dft2006-11-135-7/+232
| | | | to ItunesDB
* fixed parse error if no localplay type is selectedKarl 'vollmerk' Vollmer2006-11-131-0/+2
|
* fixed the title on registration, and a bunch of random other thingsKarl 'vollmerk' Vollmer2006-11-101-4/+3
|
* some minror tweaksKarl 'vollmerk' Vollmer2006-11-041-0/+1
|
* fixed mpd logic error and post max sizeKarl 'vollmerk' Vollmer2006-11-021-4/+3
|
* ok this is ugly but it worksKarl 'vollmerk' Vollmer2006-10-301-0/+46
|
* wups forgot the file I movedKarl 'vollmerk' Vollmer2006-10-291-0/+0
|
* moving some stuff around, fixed a few stylesheet bugs and a sorting issue on ↵Karl 'vollmerk' Vollmer2006-10-296-263/+10
| | | | albums
* some initial flash player integration from forums and some bug fixes on most ↵Karl 'vollmerk' Vollmer2006-10-291-37/+0
| | | | popular
* new http auth methodKarl 'vollmerk' Vollmer2006-10-272-3/+38
|
* updated ajax so it works with IEKarl 'vollmerk' Vollmer2006-10-241-26/+28
|
* patched flaw in getid3() fixed a problem with vainfo and songs with no tags ↵Karl 'vollmerk' Vollmer2006-10-212-8/+7
| | | | and fixed the xml_from_array() function
* in theory a patch that allows getid3() to continue working even with some ↵Karl 'vollmerk' Vollmer2006-10-192-3/+12
| | | | iconv() issues
* improved quarantine a little more and updated to new getid3 some genre ↵Karl 'vollmerk' Vollmer2006-10-1918-312/+492
| | | | issues still unresolved
* Some major perfomance issues on large LDAP serverspb1dft2006-10-161-2/+5
|
* fixed some zip file issues quarantine migration issues and added a bunch to ↵Karl 'vollmerk' Vollmer2006-10-151-23/+6
| | | | the tmp playlist class
* Modified the LDAP authentication to support Microsoft AD and fixed some ↵pb1dft2006-10-151-2/+5
| | | | minor typos
* fixed some bugs introduced by the ldap patchKarl 'vollmerk' Vollmer2006-10-141-1/+1
|
* removed extra lines from ajax, down to 86, updated ajax calls, added ldap authKarl 'vollmerk' Vollmer2006-10-143-27/+96
|
* breaking all ajax... but its for the bestKarl 'vollmerk' Vollmer2006-10-131-11/+19
|
* many hours for so little codeKarl 'vollmerk' Vollmer2006-10-121-5/+36
|
* fixed now playing, needed to be updated to take account for new hotnessKarl 'vollmerk' Vollmer2006-10-121-0/+6
|
* Added the needed flash files for a flash based playerpb1dft2006-10-095-0/+263
|
* updates, ajax kind of broken right now its lateKarl 'vollmerk' Vollmer2006-10-092-376/+7
|
* fixed a problem with preferences showing disabled localplay modules, ↵Karl 'vollmerk' Vollmer2006-10-092-145/+523
| | | | included sajax library
* fixed css issue, now playing issue and improved mpd controller a tiny bitKarl 'vollmerk' Vollmer2006-10-061-4/+18
|