summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-101-0/+10
| | | | playtype switching back in, thinking about changing it and making it a row of icons... not sure
* fixed multi-genre random playKarl 'vollmerk' Vollmer2007-11-051-17/+7
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-0/+15
|
* added abilty to display and delete localplay instancesKarl 'vollmerk' Vollmer2007-10-121-0/+12
|
* fixed the localplay controls, per limeds recommendation currently under ↵Karl 'vollmerk' Vollmer2007-10-021-0/+23
| | | | rightbar actions, not happy with location
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-1/+10
| | | | least for the MPD module
* added ability to append to playlistsKarl 'vollmerk' Vollmer2007-09-271-0/+28
|
* play method now uses hidden iframe, setup second hover menu to rightbarKarl 'vollmerk' Vollmer2007-09-272-0/+9
|
* - Added ability to delete radio and playlistKarl 'vollmerk' Vollmer2007-09-251-0/+25
| | | | | | | - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-0/+3
|
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-0/+13
| | | | where sorting fails
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-141-0/+4
| | | | add instances, just not actually play to it... realized I need to think on how to do that a little...
* more work on the localplay stuff, most details ironed out, just needs some ↵Karl 'vollmerk' Vollmer2007-09-122-0/+42
| | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-091-1/+1
|
* fixed album/artist/whateva editing, fixing stats, fixed search...Karl 'vollmerk' Vollmer2007-09-051-1/+1
|
* fixed playlist name editing, cant change the type or the genre yet, tweaked ↵Karl 'vollmerk' Vollmer2007-09-031-4/+32
| | | | lastfm so it recovers from errors a little better, fixed a stupid typo....
* added ability to save playlists based on the active playlist, fixed the send ↵Karl 'vollmerk' Vollmer2007-09-032-0/+61
| | | | on add playlist preference, send and clear still does not work, but its progress
* added the ability to delete songs from a playlist, now if you could only add ↵Karl 'vollmerk' Vollmer2007-09-032-0/+53
| | | | them
* sync typo fixKarl 'vollmerk' Vollmer2007-08-291-1/+1
|
* fixed advanced random, tweaked some css a tad and fixed a few other minor typosKarl 'vollmerk' Vollmer2007-08-271-0/+19
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-192-6/+4
|
* added some basic random functionality, need to make the advanced pageKarl 'vollmerk' Vollmer2007-08-192-0/+65
|
* fixed find missing tracks, tweaked openstrands class again to account for ↵Karl 'vollmerk' Vollmer2007-08-061-0/+24
| | | | 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-0/+57
| | | | 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-061-1/+1
|
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-062-3/+93
|
* fixed some typos, minor bugs, updated the sql, added playlist as a browse typeKarl 'vollmerk' Vollmer2007-08-051-3/+10
|
* fixed add to catalog counting, tweaked sidebar added advanced search buttonKarl 'vollmerk' Vollmer2007-08-051-1/+1
|
* fixed a bug in the numbering, referencing a non-existant valueKarl 'vollmerk' Vollmer2007-08-021-2/+0
|
* added paging on all song displaysKarl 'vollmerk' Vollmer2007-07-311-0/+9
|
* added your playlists with play link to the leftbar, no way to edit them yetKarl 'vollmerk' Vollmer2007-07-301-0/+7
|
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-291-0/+9
| | | | little (so it cleans up after its self)
* fixed album per row update and some warnings on song updatesKarl 'vollmerk' Vollmer2007-07-291-0/+4
|
* fixed song retaging, fixed the song view page tweaked sidebar browse and ↵Karl 'vollmerk' Vollmer2007-07-291-1/+2
| | | | fixed a bug where sorting then viewing a object that could not be sorted by said type caused nothing to display
* slightly improved the logic on pulling albums, fixed a typo causing find ↵Karl 'vollmerk' Vollmer2007-07-291-3/+3
| | | | album art not to work as advertised
* added album and artist dynamic options, tweaked display and how you add ↵Karl 'vollmerk' Vollmer2007-07-241-1/+2
| | | | em... still not happy with it, but good enough for now
* added dynamic playlist item support, default and genre currently workKarl 'vollmerk' Vollmer2007-07-241-1/+8
|
* fixed nowplaying refreshKarl 'vollmerk' Vollmer2007-07-241-3/+2
|
* editing a live stream works now, added confirmation to live stream creation ↵Karl 'vollmerk' Vollmer2007-07-231-1/+11
| | | | and also tweaked the create page to be slightly less wordy
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-231-3/+7
| | | | | | | - 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-231-4/+4
|
* fixed a minor typo with the evilbitKarl 'vollmerk' Vollmer2007-07-221-3/+20
|
* removed some old/legacy functions fixed download and merged it into the /playKarl 'vollmerk' Vollmer2007-07-221-2/+13
|
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-171-0/+39
|
* added genre link to show songs stuff, made the single album view do ajaxie ↵Karl 'vollmerk' Vollmer2007-06-211-7/+3
| | | | stuff for its additions and removed some extra code from he basketcases that did not need to be there
* added rightbar and fixed genre playbackKarl 'vollmerk' Vollmer2007-06-101-93/+14
|
* - Fixed RatingsKarl 'vollmerk' Vollmer2007-06-071-2/+1
| | | | | - Tweaked RSS, still needs work - Show Single artist mostly finished
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-041-4/+16
|
* catalog build technically works now, still working out some issues with the ↵Karl 'vollmerk' Vollmer2007-05-141-0/+24
| | | | dynamic updating of the current state
* flushed out the album view and added a few more features removed unused iconsKarl 'vollmerk' Vollmer2007-05-131-0/+7
|