summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* added execution time override test, and tweaked when it falls back to ↵Karl 'vollmerk' Vollmer2008-12-061-2/+2
| | | | recording_time in id3v2 tags
* add nusoap libraryKarl 'vollmerk' Vollmer2008-11-1413-0/+17304
|
* fixed a problem where random urls were not being used by the flash playerKarl 'vollmerk' Vollmer2008-11-141-2/+1
|
* snoopy version bumpKarl 'vollmerk' Vollmer2008-11-031-13/+6
|
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-273-5/+3
|
* remove lib/album.lib.php and move its two functions into album class, ↵Karl 'vollmerk' Vollmer2008-08-312-26/+29
| | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
* massivly simplify parse_url() and make it so random urls show up correctly ↵Karl 'vollmerk' Vollmer2008-08-311-0/+4
| | | | in the localplay playlist
* typomomo-i2008-08-271-0/+0
|
* if can't use gettext, emulate gettext(). update some templates.momo-i2008-08-261-0/+391
|
* sync from branchesKarl 'vollmerk' Vollmer2008-07-241-0/+2
|
* basic mp3tunes class, needs a lot of works stillKarl 'vollmerk' Vollmer2008-07-141-0/+475
|
* ending \n required for shoutcast playlistKarl 'vollmerk' Vollmer2008-06-121-1/+1
|
* slight tweaks to the shoutcast controller, fliter out non 44100 rate files ↵Karl 'vollmerk' Vollmer2008-06-121-2/+8
| | | | also fix a typo
* prevent non-mp3s from being passed to poor old shoutcastKarl 'vollmerk' Vollmer2008-06-031-0/+9
|
* added direct links back in, added batch download to single artist view, ↵Karl 'vollmerk' Vollmer2008-05-262-791/+0
| | | | removed useless cruft
* removed some more references to the genre stuff, added ability to customized ↵Karl 'vollmerk' Vollmer2008-05-251-14/+65
| | | | what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller
* fixed shoutcast doodly so it actually reads its own configurationKarl 'vollmerk' Vollmer2008-05-211-4/+13
|
* wupsKarl 'vollmerk' Vollmer2008-05-201-3/+3
|
* added a bit of debuggingKarl 'vollmerk' Vollmer2008-05-201-72/+10
|
* initial work on a shoutcast doodly, fix the translations while I am at it :SKarl 'vollmerk' Vollmer2008-05-201-0/+610
|
* really fix the localplay instance thingKarl 'vollmerk' Vollmer2008-05-192-2/+2
|
* fix typo also tweak the localplay controllers so they update the active ↵Karl 'vollmerk' Vollmer2008-05-182-0/+2
| | | | instance correctly
* some rather major bug fixes, corrected a preference setting issue, as well ↵Karl 'vollmerk' Vollmer2008-05-101-0/+5
| | | | as a preference update issue, fixed infinite plugin installing for fun and profit, also fixed updating the config file not regenerating the version correctly and the user creation allowing users with blank password, which does not work at the login
* updated locales, hopefully one of the last commits before 3.4 stable releaseKarl 'vollmerk' Vollmer2008-05-103-3/+3
|
* fixed some copyright lines and removed unused fileKarl 'vollmerk' Vollmer2008-05-081-1/+1
|
* remove dead icecast controllerKarl 'vollmerk' Vollmer2008-04-151-343/+0
|
* new flash player that still does not work, fixed some bad references to the ↵Karl 'vollmerk' Vollmer2008-04-111-0/+0
| | | | ellipsis thresholds
* fixed recently played, removed a bunch of useless files, added new methods ↵Karl 'vollmerk' Vollmer2008-03-212-620/+0
| | | | to api as requested by dev, fixed some minor issues with enabling of localplay methods
* slight tweak to the hotness added by spocky, added in a slight delay on the ↵Karl 'vollmerk' Vollmer2008-03-181-0/+34
| | | | onKeyUp removed the alpha list
* flush out the democratic mojo, make the cooldown workKarl 'vollmerk' Vollmer2008-03-171-0/+3
|
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-293-231/+268
| | | | have now forgotten
* New Captcha Methodpb1dft2008-02-251-204/+1063
|
* fixed sorting order on browse playlistsKarl 'vollmerk' Vollmer2008-01-141-1/+1
|
* few more copyright updatesKarl 'vollmerk' Vollmer2008-01-062-6/+39
|
* fixed updating access level for prefs, headers for po files, httpq player ↵Karl 'vollmerk' Vollmer2008-01-051-1/+1
| | | | skip command and image resize for gif and png
* fixed a few broken httpq functionsKarl 'vollmerk' Vollmer2008-01-042-11/+13
|
* fixed apply to all and updating of httpq instancesKarl 'vollmerk' Vollmer2008-01-041-0/+9
|
* slight tweak to the random album art, needs improvement will look funny on ↵Karl 'vollmerk' Vollmer2008-01-012-0/+29
| | | | catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing
* fixed localplay index problem after track delete, fixed lack of high-light ↵Karl 'vollmerk' Vollmer2007-12-301-21/+31
| | | | of current playing song, fixed problem were second localplay send would kill session of any existing items
* removed random space on lastfm prefs, started work on managing shout and ↵Karl 'vollmerk' Vollmer2007-12-251-10/+10
| | | | flagged items, cleaned up shoutbox css a bit
* dont even try to do handshake if password or username have a strlen of 0Karl 'vollmerk' Vollmer2007-12-251-2/+4
|
* fixed an issue with the flash player when the play method was not defaultKarl 'vollmerk' Vollmer2007-12-231-4/+2
|
* fixed xml-rpc now uses handshake method properlyKarl 'vollmerk' Vollmer2007-12-231-20/+15
|
* fixed opera playback, added playlist mojo to the xml api doodly, konqueror ↵Karl 'vollmerk' Vollmer2007-12-221-947/+1845
| | | | is still broken as is the API and XML-RPC stuff, also updated prototype.js
* API and XML-RPC are still broken, but moved to new session code, sleep timeKarl 'vollmerk' Vollmer2007-12-203-703/+0
|
* fixed XML-RPC mostly, uses insecure/old authentication method, needs more workKarl 'vollmerk' Vollmer2007-12-182-6/+7
|
* added little note on access add as to the defaults, fixed api to use ↵Karl 'vollmerk' Vollmer2007-12-151-0/+7
| | | | session_length added check for session functions with redirect to /test.php on failure
* fixed two transcode bugsKarl 'vollmerk' Vollmer2007-12-151-2/+2
|
* minor typo in mpd controller prevented it from being enabledKarl 'vollmerk' Vollmer2007-12-131-1/+1
|
* moved to a more GPL friendly font, hopefully considering it came from ↵Karl 'vollmerk' Vollmer2007-12-133-3/+1
| | | | debians stuff