summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* added min album sizeKarl 'vollmerk' Vollmer2006-09-131-0/+30
|
* updated changelog made reseting album art take above user permsKarl 'vollmerk' Vollmer2006-09-131-1/+6
|
* fixed playlist download selected so it actually gives you what you ask forKarl 'vollmerk' Vollmer2006-09-111-1/+1
|
* wups didnt mean to leave that inKarl 'vollmerk' Vollmer2006-09-111-4/+0
|
* fixed up some playlist snafus now appends to playlist and remembers last usedKarl 'vollmerk' Vollmer2006-09-112-2/+16
|
* cleaned up access control interface a bitKarl 'vollmerk' Vollmer2006-09-081-0/+4
|
* fixed pause function in localplay (thanks Salguod) bug #923xgizzmo2006-08-161-0/+18
|
* a few updates/fixes for localplayKarl 'vollmerk' Vollmer2006-07-301-0/+21
|
* Fix for bug 514 thanks pb1dftxgizzmo2006-07-242-0/+40
|
* Fix for bug 397 and 498 thanks pb1dftxgizzmo2006-07-242-2/+30
|
* tweaked transcode stuff so that it acutally changes the file name and mime ↵Karl 'vollmerk' Vollmer2006-06-241-0/+13
| | | | type semi-correctly
* updated spanish translation and tweak to vainfoKarl 'vollmerk' Vollmer2006-06-231-1/+1
|
* Added new pages to ui.lib,Fixed typo in show_playlist,Some XHTML fix upsxgizzmo2006-06-232-2/+9
|
* fixed keyword searchesKarl 'vollmerk' Vollmer2006-06-222-13/+12
|
* last commit before beta3 releaseKarl 'vollmerk' Vollmer2006-06-222-1/+26
|
* default to id3v2 worst cast on tag gather, replace audioinfo class in /uploadKarl 'vollmerk' Vollmer2006-06-191-6/+6
|
* moved init.php improved vainfo a bit, removed checkboxes from search pageKarl 'vollmerk' Vollmer2006-06-172-5/+302
|
* few catalog tweaks, removed dead files, added stats link and readme for kajaxKarl 'vollmerk' Vollmer2006-06-151-4/+4
|
* new vainfo which should solve the ogg with id3 tags issue and potentially ↵Karl 'vollmerk' Vollmer2006-06-143-77/+62
| | | | break other things yeah!
* some logic fixes for auto-transcodingKarl 'vollmerk' Vollmer2006-06-091-9/+28
|
* fixed stream/localplay buttons and the mpd skip now works *gasp*Karl 'vollmerk' Vollmer2006-06-061-1/+1
|
* added volume controls, missing mute iconKarl 'vollmerk' Vollmer2006-06-061-0/+79
|
* turn the sajax stuff back into ajax and also commit some broken mpd skipping ↵Karl 'vollmerk' Vollmer2006-06-061-0/+37
| | | | code yea!
* fixed get_urlKarl 'vollmerk' Vollmer2006-05-261-2/+10
|
* updated test.phpKarl 'vollmerk' Vollmer2006-05-231-0/+18
|
* added ability to prune empty playlistsKarl 'vollmerk' Vollmer2006-05-221-0/+29
|
* fixed mpd timeout issues and a stupid little theme config load issueKarl 'vollmerk' Vollmer2006-05-163-3/+4
|
* fixed playlist cataloging stupid basename... anyway..Karl 'vollmerk' Vollmer2006-05-131-5/+11
|
* fixed playlists thing for real this timeKarl 'vollmerk' Vollmer2006-05-133-13/+32
|
* fixed localplay buttons with use_auth disabled and tweaked access control ↵Karl 'vollmerk' Vollmer2006-05-133-45/+47
| | | | mojo to prevent login in addition to the normal prevention of streaming
* fixed clean, added lang to installer (thx ros) and cleaned up catalog ↵Karl 'vollmerk' Vollmer2006-05-013-18/+69
| | | | display a bit and mojoed lang list
* reverted change, the &amp does work because this isnt displayed by a browserKarl 'vollmerk' Vollmer2006-04-222-18/+6
|
* found some unescaped &xgizzmo2006-04-221-3/+3
|
* fixed the sql file... stupid mysql_dumpKarl 'vollmerk' Vollmer2006-04-212-8/+2
|
* new get_song_id_from_file function for InfamyKarl 'vollmerk' Vollmer2006-04-201-0/+24
|
* no longer passes the sid with the urls if require_session is turned offKarl 'vollmerk' Vollmer2006-04-191-20/+23
|
* unfudged the playlists stuff I broke last nightKarl 'vollmerk' Vollmer2006-04-192-2/+3
|
* new install theme and fixed jpeg resize issuesKarl 'vollmerk' Vollmer2006-04-182-1/+3
|
* fixed asx playlists and updated others to use the $song->get_url() function ↵Karl 'vollmerk' Vollmer2006-04-161-11/+5
| | | | as they should...
* added an ugly localplay view page, and made it so you can remove songs from ↵Karl 'vollmerk' Vollmer2006-04-092-2/+43
| | | | your mpd playlist... its ugly.. I know.. ooh yea you can also deactivate modules now
* updated localplay buttons again as well as mpd controller updates from siggerKarl 'vollmerk' Vollmer2006-04-091-84/+14
|
* fixed playlist add problem and a few other minor bugsKarl 'vollmerk' Vollmer2006-04-093-3/+14
|
* This update includes a full rewrite of the Localplay code, only updateKarl 'vollmerk' Vollmer2006-04-087-109/+442
| | | | | | to this version if you don't care about losing a lot of functionality while I am still finishing it up. Also the only working localplay method is currently MPD. UPDATE AT YOUR OWN RISK!
* fixed mising web_path reference and a few more updates to the locaplay/mpd stuffKarl 'vollmerk' Vollmer2006-04-061-2/+67
|
* fix typosKarl 'vollmerk' Vollmer2006-04-061-1/+3
|
* added a new function to song and added a untested mpd controllerKarl 'vollmerk' Vollmer2006-04-062-1/+50
|
* empty localplay api class... just a concept right now...Karl 'vollmerk' Vollmer2006-04-021-0/+125
|
* fixed a problem I introduced by unfudging the song.php fileKarl 'vollmerk' Vollmer2006-04-023-3/+3
|
* added download for size, and seriously cleaned up the /song.php file it ↵Karl 'vollmerk' Vollmer2006-03-313-17/+32
| | | | actually is not ugly anymore.. yeah!
* whos the idiot now I ask youKarl 'vollmerk' Vollmer2006-03-301-1/+1
|