summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-101-0/+69
| | | | playtype switching back in, thinking about changing it and making it a row of icons... not sure
* added windows transcode line to config (commented out by default) and fixed ↵Karl 'vollmerk' Vollmer2007-11-091-1/+1
| | | | ordering of catalogs
* fixed invalid reference to start point for browsing (Thx yoog)Karl 'vollmerk' Vollmer2007-11-081-1/+1
|
* fixed multi-genre random playKarl 'vollmerk' Vollmer2007-11-051-4/+1
|
* some slight tweaks to display on openstrands stuff, and fixed some potential ↵Karl 'vollmerk' Vollmer2007-11-041-1/+5
| | | | errors due to bad returned data
* fixed few dead links, and cli update_catalog and dump_album_artKarl 'vollmerk' Vollmer2007-11-041-33/+33
|
* Corriger une faute de frappe (Merci Limed)Karl 'vollmerk' Vollmer2007-10-181-1/+1
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-185-45/+32
|
* - hardcoded disk# sort order when sort is set to album namespocky2007-10-161-9/+10
| | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css
* slight tweak to the stylesheet, fixed typo in changelogKarl 'vollmerk' Vollmer2007-10-161-1/+1
|
* Updated ajax loaderspocky2007-10-151-1/+7
| | | | | | Updated pager html/css Fixed some Greysme's bugs Didn't fix ajax links w3c conformance :)
* added abilty to display and delete localplay instancesKarl 'vollmerk' Vollmer2007-10-122-0/+38
|
* really fixed downsampling.... :SKarl 'vollmerk' Vollmer2007-10-101-5/+3
|
* fixed acls, fixed transcoding issuesKarl 'vollmerk' Vollmer2007-10-107-244/+226
|
* fixed two MPD issues, can now disable localplay modules, added check for PHP5Karl 'vollmerk' Vollmer2007-10-102-0/+25
|
* make the append to playlist actually do somethingKarl 'vollmerk' Vollmer2007-10-021-2/+2
|
* fixed the localplay controls, per limeds recommendation currently under ↵Karl 'vollmerk' Vollmer2007-10-021-13/+4
| | | | rightbar actions, not happy with location
* fixed album art gathering so it only does it when the album changes, also ↵Karl 'vollmerk' Vollmer2007-10-021-8/+25
| | | | fixed display so it correctly updates
* fixed rss feeds (Thx Purdyk) and tweaked the truncate_with_ellipseKarl 'vollmerk' Vollmer2007-09-282-3/+5
|
* stupid mistake that broke all streamingKarl 'vollmerk' Vollmer2007-09-281-1/+1
|
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-284-17/+31
| | | | least for the MPD module
* ajax loading thingy added to css, fixed random methods on rightbar and added ↵Karl 'vollmerk' Vollmer2007-09-284-13/+38
| | | | a default sort to the browse methods
* - Corrected one more sidebar missing tagspocky2007-09-271-4/+4
| | | | | | | - Cleaned up some more css - Corrected a bug preventing us from using themers defined icons (also changed searched path to theme_path/images/icons) - Added ability to further customize album info box - Updated themes
* play method now uses hidden iframe, setup second hover menu to rightbarKarl 'vollmerk' Vollmer2007-09-271-6/+3
|
* fixed album random and by min randomKarl 'vollmerk' Vollmer2007-09-251-9/+13
|
* - Added ability to delete radio and playlistKarl 'vollmerk' Vollmer2007-09-253-9/+27
| | | | | | | - 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
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* - modified sidebar cssspocky2007-09-232-9/+19
| | | | | | | - modified rightbar html/css - added patch to enabled ie6 :hover pseudo classes - modified boxes html/css to remove table tags and enable box floating - added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-205-48/+52
|
* more sorting fixes, and move catalog stats to statisticsKarl 'vollmerk' Vollmer2007-09-203-47/+34
|
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-28/+119
| | | | where sorting fails
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-143-57/+47
| | | | 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-125-38/+91
| | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
* Really fixed a rating issue this timexgizzmo2007-09-111-2/+2
|
* fixed a rating issuexgizzmo2007-09-101-4/+4
|
* few more tweaks to localplay, added in the mpd table creation mojo, just ↵Karl 'vollmerk' Vollmer2007-09-091-0/+16
| | | | need to finish install and then build the interface
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-092-14/+5
|
* new db update, moved prefs around removed useless one and fixed some ↵Karl 'vollmerk' Vollmer2007-09-094-19/+56
| | | | defaults, also fixed some potential issues with lastfm
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-096-105/+196
| | | | | - New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo
* fixed some +x stuff that shouldnt have been +x and moved the catalog ↵Karl 'vollmerk' Vollmer2007-09-093-3/+27
| | | | functions back into the content area
* fixed issue with lack of timeout reset on some add to catalog functions and ↵Karl 'vollmerk' Vollmer2007-09-093-9/+18
| | | | fixed batch downloads from active playlist
* fixed album/artist/whateva editing, fixing stats, fixed search...Karl 'vollmerk' Vollmer2007-09-051-3/+3
|
* tweaked the debug a tad for failed song insertsKarl 'vollmerk' Vollmer2007-09-042-1/+11
|
* fixed an install bug, and bumped version for releaseKarl 'vollmerk' Vollmer2007-09-042-4/+4
|
* fixed playlist name editing, cant change the type or the genre yet, tweaked ↵Karl 'vollmerk' Vollmer2007-09-032-8/+26
| | | | lastfm so it recovers from errors a little better, fixed a stupid typo....
* fixed typo on update.php, fixed filtering on genre view and added match to ↵Karl 'vollmerk' Vollmer2007-09-031-7/+20
| | | | display of items
* fixed normalize playlistKarl 'vollmerk' Vollmer2007-09-031-6/+6
|
* tweaked the stats information, removed folders, was just to slow.. :( ↵Karl 'vollmerk' Vollmer2007-09-033-192/+22
| | | | removed playlist.lib.php as its not longer needed
* added ability to save playlists based on the active playlist, fixed the send ↵Karl 'vollmerk' Vollmer2007-09-032-22/+23
| | | | 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-031-14/+30
| | | | them