summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix some short tags causeing some weirdness in the menu, fixed a typo here ↵xgizzmo2007-08-061-1/+1
| | | | and there.
* fixed find missing tracks, tweaked openstrands class again to account for ↵Karl 'vollmerk' Vollmer2007-08-062-2/+81
| | | | lack of [[CCDATA tag on some xml responses
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-062-2/+14
| | | | in show_artist, props to the first person who finds the bug with this re-use of code
* Added checking for local similarsKarl 'vollmerk' Vollmer2007-08-063-5/+24
|
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-065-36/+73
|
* Fix link given out by song class so that they can pass validationxgizzmo2007-08-061-3/+3
|
* proof of concept, nothing one should actually useKarl 'vollmerk' Vollmer2007-08-066-41/+113
|
* - Added modules section to sidebar, conforming to new layout from r1127Karl 'vollmerk' Vollmer2007-08-064-78/+75
| | | | - Re-enabled plugins, added openstrands plugin
* fixed some typos, minor bugs, updated the sql, added playlist as a browse typeKarl 'vollmerk' Vollmer2007-08-055-63/+107
|
* year another bump on openstrands, removed redundent files, fixed bug with ↵Karl 'vollmerk' Vollmer2007-08-052-3/+22
| | | | config gen and started work on playlists
* fixed the catalog updating, so it doesnt throw w3c warningsKarl 'vollmerk' Vollmer2007-08-051-14/+14
|
* fixed add to catalog counting, tweaked sidebar added advanced search buttonKarl 'vollmerk' Vollmer2007-08-051-8/+9
|
* kill some debug warningsxgizzmo2007-08-043-16/+16
|
* fixed potential issue with kajax, and added advanced search button to top, ↵Karl 'vollmerk' Vollmer2007-08-041-18/+24
| | | | right bar
* fixed paging on search, and fixed get_locationKarl 'vollmerk' Vollmer2007-08-021-1/+1
|
* moved search to upper right, removed the playlists from the left menubar, ↵Karl 'vollmerk' Vollmer2007-08-022-2/+5
| | | | fixed a potential uncaught exception on id3 tags
* Replace references to old code with new codexgizzmo2007-08-011-2/+2
|
* slight tweak to do gcing a little more often, might scale this back laterKarl 'vollmerk' Vollmer2007-07-312-2/+23
|
* added check in clean for catalog path readability, if unreadable stop clean ↵Karl 'vollmerk' Vollmer2007-07-311-0/+12
| | | | and do not remove files
* bump config version so people are foced to re-genKarl 'vollmerk' Vollmer2007-07-311-2/+2
|
* fixed now playing, hopefully once and for all, added title text to the now ↵Karl 'vollmerk' Vollmer2007-07-315-115/+171
| | | | playing username that displays the agent they are using to play said song, added distinct sessions and session lengths for each stream instance
* added a browse by all, noticed a bug with browsing _very_ large lists causes ↵Karl 'vollmerk' Vollmer2007-07-312-1/+2
| | | | it to pop know how to fix it, but I will do that tomorrow
* added paging on all song displaysKarl 'vollmerk' Vollmer2007-07-311-5/+54
|
* fixed searching via quicksearch barKarl 'vollmerk' Vollmer2007-07-312-8/+7
|
* added your playlists with play link to the leftbar, no way to edit them yetKarl 'vollmerk' Vollmer2007-07-303-77/+56
|
* fixed now playing with audacious, and fixed clear now playing.. vollmer is firedKarl 'vollmerk' Vollmer2007-07-302-4/+28
|
* prep commit for the 3.4-alpha1 releaseKarl 'vollmerk' Vollmer2007-07-291-3/+0
|
* more tweaks, hopefully fixing the flash player mostly needs to be embeded to ↵Karl 'vollmerk' Vollmer2007-07-292-5/+5
| | | | fix some remaining bugs
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-293-215/+51
| | | | little (so it cleans up after its self)
* Replace references to old code with new codexgizzmo2007-07-293-5/+5
|
* fixed album per row update and some warnings on song updatesKarl 'vollmerk' Vollmer2007-07-292-40/+80
|
* fixed song retaging, fixed the song view page tweaked sidebar browse and ↵Karl 'vollmerk' Vollmer2007-07-293-42/+115
| | | | fixed a bug where sorting then viewing a object that could not be sorted by said type caused nothing to display
* fixed the album art gathering, enabled art resizing and saving of said ↵Karl 'vollmerk' Vollmer2007-07-294-14/+41
| | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording
* new update to correct normal sized blob for those already on 3.4, also added ↵Karl 'vollmerk' Vollmer2007-07-291-1/+34
| | | | stream_* and downsample_cmd migration support, and but support I mean I tell them its not going to work
* tweaked earlier update to use medium blobKarl 'vollmerk' Vollmer2007-07-291-1/+13
|
* slightly improved the logic on pulling albums, fixed a typo causing find ↵Karl 'vollmerk' Vollmer2007-07-292-3/+8
| | | | album art not to work as advertised
* fixed downsampling, renamed to transcoding default or always are now the optionsKarl 'vollmerk' Vollmer2007-07-294-38/+27
|
* fixed play all artist, play all artist random, and account updating from ↵Karl 'vollmerk' Vollmer2007-07-292-11/+70
| | | | user preferences
* patch to improve performance of albums of the moment, thx vletKarl 'vollmerk' Vollmer2007-07-291-30/+36
|
* stupid vollmer no biscutKarl 'vollmerk' Vollmer2007-07-271-32/+26
|
* fixed typoKarl 'vollmerk' Vollmer2007-07-272-27/+33
|
* synced over Vlets prevent_multiple_login patch and improved error reporting ↵Karl 'vollmerk' Vollmer2007-07-261-4/+6
| | | | a bit moving to use of the Error class
* added config migrator and the code to detect a bad configKarl 'vollmerk' Vollmer2007-07-261-1/+1
|
* first step to the migration hotness, detect failed config files and show ↵Karl 'vollmerk' Vollmer2007-07-251-1/+1
| | | | migration docs
* fixed some tarded typos, obviously time for me to get some sleepKarl 'vollmerk' Vollmer2007-07-241-3/+3
|
* added album and artist dynamic options, tweaked display and how you add ↵Karl 'vollmerk' Vollmer2007-07-242-7/+80
| | | | em... still not happy with it, but good enough for now
* added dynamic playlist item support, default and genre currently workKarl 'vollmerk' Vollmer2007-07-244-5/+213
|
* editing a live stream works now, added confirmation to live stream creation ↵Karl 'vollmerk' Vollmer2007-07-231-0/+47
| | | | and also tweaked the create page to be slightly less wordy
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-2310-33/+279
| | | | | | | - New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type
* sync french translation, fixed ratingsKarl 'vollmerk' Vollmer2007-07-232-8/+39
|