Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial work on democratic play, not finished, added drop down select for ↵ | Karl 'vollmerk' Vollmer | 2007-11-10 | 1 | -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' Vollmer | 2007-11-09 | 1 | -1/+1 |
| | | | | ordering of catalogs | ||||
* | fixed invalid reference to start point for browsing (Thx yoog) | Karl 'vollmerk' Vollmer | 2007-11-08 | 1 | -1/+1 |
| | |||||
* | fixed multi-genre random play | Karl 'vollmerk' Vollmer | 2007-11-05 | 1 | -4/+1 |
| | |||||
* | some slight tweaks to display on openstrands stuff, and fixed some potential ↵ | Karl 'vollmerk' Vollmer | 2007-11-04 | 1 | -1/+5 |
| | | | | errors due to bad returned data | ||||
* | fixed few dead links, and cli update_catalog and dump_album_art | Karl 'vollmerk' Vollmer | 2007-11-04 | 1 | -33/+33 |
| | |||||
* | Corriger une faute de frappe (Merci Limed) | Karl 'vollmerk' Vollmer | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | fixed admin prefs, flushed out localplay stuff, tweaked filters on browse | Karl 'vollmerk' Vollmer | 2007-10-18 | 5 | -45/+32 |
| | |||||
* | - hardcoded disk# sort order when sort is set to album name | spocky | 2007-10-16 | 1 | -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 changelog | Karl 'vollmerk' Vollmer | 2007-10-16 | 1 | -1/+1 |
| | |||||
* | Updated ajax loader | spocky | 2007-10-15 | 1 | -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 instances | Karl 'vollmerk' Vollmer | 2007-10-12 | 2 | -0/+38 |
| | |||||
* | really fixed downsampling.... :S | Karl 'vollmerk' Vollmer | 2007-10-10 | 1 | -5/+3 |
| | |||||
* | fixed acls, fixed transcoding issues | Karl 'vollmerk' Vollmer | 2007-10-10 | 7 | -244/+226 |
| | |||||
* | fixed two MPD issues, can now disable localplay modules, added check for PHP5 | Karl 'vollmerk' Vollmer | 2007-10-10 | 2 | -0/+25 |
| | |||||
* | make the append to playlist actually do something | Karl 'vollmerk' Vollmer | 2007-10-02 | 1 | -2/+2 |
| | |||||
* | fixed the localplay controls, per limeds recommendation currently under ↵ | Karl 'vollmerk' Vollmer | 2007-10-02 | 1 | -13/+4 |
| | | | | rightbar actions, not happy with location | ||||
* | fixed album art gathering so it only does it when the album changes, also ↵ | Karl 'vollmerk' Vollmer | 2007-10-02 | 1 | -8/+25 |
| | | | | fixed display so it correctly updates | ||||
* | fixed rss feeds (Thx Purdyk) and tweaked the truncate_with_ellipse | Karl 'vollmerk' Vollmer | 2007-09-28 | 2 | -3/+5 |
| | |||||
* | stupid mistake that broke all streaming | Karl 'vollmerk' Vollmer | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | fixed some localplay issues, now correctly shows the active instance at ↵ | Karl 'vollmerk' Vollmer | 2007-09-28 | 4 | -17/+31 |
| | | | | least for the MPD module | ||||
* | ajax loading thingy added to css, fixed random methods on rightbar and added ↵ | Karl 'vollmerk' Vollmer | 2007-09-28 | 4 | -13/+38 |
| | | | | a default sort to the browse methods | ||||
* | - Corrected one more sidebar missing tag | spocky | 2007-09-27 | 1 | -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 rightbar | Karl 'vollmerk' Vollmer | 2007-09-27 | 1 | -6/+3 |
| | |||||
* | fixed album random and by min random | Karl 'vollmerk' Vollmer | 2007-09-25 | 1 | -9/+13 |
| | |||||
* | - Added ability to delete radio and playlist | Karl 'vollmerk' Vollmer | 2007-09-25 | 3 | -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 ↵ | spocky | 2007-09-24 | 1 | -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 css | spocky | 2007-09-23 | 2 | -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 do | Karl 'vollmerk' Vollmer | 2007-09-20 | 5 | -48/+52 |
| | |||||
* | more sorting fixes, and move catalog stats to statistics | Karl 'vollmerk' Vollmer | 2007-09-20 | 3 | -47/+34 |
| | |||||
* | added sorting on most objects in most views, report bugs if you find points ↵ | Karl 'vollmerk' Vollmer | 2007-09-17 | 1 | -28/+119 |
| | | | | where sorting fails | ||||
* | some fixes for the localplay, you can now install the MPD controller, and ↵ | Karl 'vollmerk' Vollmer | 2007-09-14 | 3 | -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' Vollmer | 2007-09-12 | 5 | -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 time | xgizzmo | 2007-09-11 | 1 | -2/+2 |
| | |||||
* | fixed a rating issue | xgizzmo | 2007-09-10 | 1 | -4/+4 |
| | |||||
* | few more tweaks to localplay, added in the mpd table creation mojo, just ↵ | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -0/+16 |
| | | | | need to finish install and then build the interface | ||||
* | few minor bug fixes, and some more tweaks for localplay | Karl 'vollmerk' Vollmer | 2007-09-09 | 2 | -14/+5 |
| | |||||
* | new db update, moved prefs around removed useless one and fixed some ↵ | Karl 'vollmerk' Vollmer | 2007-09-09 | 4 | -19/+56 |
| | | | | defaults, also fixed some potential issues with lastfm | ||||
* | - Fixed missing web_path on catalog functions | Karl 'vollmerk' Vollmer | 2007-09-09 | 6 | -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' Vollmer | 2007-09-09 | 3 | -3/+27 |
| | | | | functions back into the content area | ||||
* | fixed issue with lack of timeout reset on some add to catalog functions and ↵ | Karl 'vollmerk' Vollmer | 2007-09-09 | 3 | -9/+18 |
| | | | | fixed batch downloads from active playlist | ||||
* | fixed album/artist/whateva editing, fixing stats, fixed search... | Karl 'vollmerk' Vollmer | 2007-09-05 | 1 | -3/+3 |
| | |||||
* | tweaked the debug a tad for failed song inserts | Karl 'vollmerk' Vollmer | 2007-09-04 | 2 | -1/+11 |
| | |||||
* | fixed an install bug, and bumped version for release | Karl 'vollmerk' Vollmer | 2007-09-04 | 2 | -4/+4 |
| | |||||
* | fixed playlist name editing, cant change the type or the genre yet, tweaked ↵ | Karl 'vollmerk' Vollmer | 2007-09-03 | 2 | -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' Vollmer | 2007-09-03 | 1 | -7/+20 |
| | | | | display of items | ||||
* | fixed normalize playlist | Karl 'vollmerk' Vollmer | 2007-09-03 | 1 | -6/+6 |
| | |||||
* | tweaked the stats information, removed folders, was just to slow.. :( ↵ | Karl 'vollmerk' Vollmer | 2007-09-03 | 3 | -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' Vollmer | 2007-09-03 | 2 | -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' Vollmer | 2007-09-03 | 1 | -14/+30 |
| | | | | them |