summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing for release point, exciting stuffKarl 'vollmerk' Vollmer2007-11-2617-22154/+26965
|
* fixed a missing ob_end_flush() on the catalog createKarl 'vollmerk' Vollmer2007-11-261-2/+4
|
* new version of the database, all fields were changed to utf-8_ciKarl 'vollmerk' Vollmer2007-11-251-122/+164
|
* fixed some missing gettext, tweaked error reporting level on test.php and ↵Karl 'vollmerk' Vollmer2007-11-254-5/+13
| | | | fixed timeout issues with API (Thx Beef Doughnut)
* slight tweak to prevent the user from trying to loop their democratic playKarl 'vollmerk' Vollmer2007-11-251-0/+6
|
* fixed the page reloads once and for all, had to revert to iframe for ↵Karl 'vollmerk' Vollmer2007-11-257-18/+16
| | | | democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
* yea I am firedKarl 'vollmerk' Vollmer2007-11-251-1/+1
|
* fixed stupid bug in xml server, forgot to change functionKarl 'vollmerk' Vollmer2007-11-251-1/+1
|
* really fixed the non-removal of played songs this timeKarl 'vollmerk' Vollmer2007-11-242-2/+4
|
* fixed voting up/down and removal of songs from democratic playlist after ↵Karl 'vollmerk' Vollmer2007-11-248-44/+63
| | | | playback
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-2410-77/+184
|
* democratic play on its way to being fixed, can add songs to a playlist, and ↵Karl 'vollmerk' Vollmer2007-11-245-98/+124
| | | | view them ca not play it or delete/vote yet...
* added most popular back to the statistics page, formating needs to be ↵Karl 'vollmerk' Vollmer2007-11-242-3/+26
| | | | tweaked, will do later
* fixed some browsing stuff that I broke a while backKarl 'vollmerk' Vollmer2007-11-247-15/+19
|
* tweaked the file based zip downloads per CoFs recommendations, now uses temp ↵Karl 'vollmerk' Vollmer2007-11-243-19/+34
| | | | name and includes ability to add commenting
* slight performance tweakKarl 'vollmerk' Vollmer2007-11-221-0/+3
|
* Well, we might not even need util_iframe...spocky2007-11-221-1/+2
|
* Changed how playlists are sent to browsers so that it works on IE. Hopefully ↵spocky2007-11-224-3/+8
| | | | there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)
* renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵Karl 'vollmerk' Vollmer2007-11-2210-34/+177
| | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet.
* another speed improvement to the cataloging from HungusKarl 'vollmerk' Vollmer2007-11-221-3/+35
|
* added genre_artists, genre_albums and genre_songsKarl 'vollmerk' Vollmer2007-11-211-0/+18
|
* some temporary tweaks to make the whole amarok thing work, will be tweaking ↵Karl 'vollmerk' Vollmer2007-11-214-10/+21
| | | | this as it is currently slightly insecure
* really fixed image, and put in a quick hack on play for api accessKarl 'vollmerk' Vollmer2007-11-213-3/+3
|
* two fixes for invalid artist ids in album xml and parse error on image.phpKarl 'vollmerk' Vollmer2007-11-212-8/+8
|
* tweak to make the image.php file work with API auth, and corrected URLsKarl 'vollmerk' Vollmer2007-11-212-2/+11
|
* additional xml methods songs & album_songs, also implemented catalog add ↵Karl 'vollmerk' Vollmer2007-11-215-6/+69
| | | | speed improvement from Karl Hungus
* Almost finished css cleanupspocky2007-11-2047-646/+388
|
* added artist_albumsKarl 'vollmerk' Vollmer2007-11-202-0/+25
|
* added genres as a new xml method, and improved loggingKarl 'vollmerk' Vollmer2007-11-203-0/+51
|
* little more work on the xml api, artists and albums now worksKarl 'vollmerk' Vollmer2007-11-207-14/+89
|
* more changes for the amarok hotnessKarl 'vollmerk' Vollmer2007-11-206-6/+93
|
* tweak javascript so Flashplayer works on the Wii browserKarl 'vollmerk' Vollmer2007-11-202-3/+12
|
* sight tweak to id3v2 tag reading to correctly catch disk on albums (Thx hugoh)Karl 'vollmerk' Vollmer2007-11-192-1/+2
|
* fixed an album art config parsing problem, Thanks Karl Hungus more work on ↵Karl 'vollmerk' Vollmer2007-11-1910-33/+104
| | | | xml class and api mojo, handshake logic in place
* some inital work on an api for amarok, tweaked stream class a bit, think ↵Karl 'vollmerk' Vollmer2007-11-196-94/+179
| | | | theres still a bug with some playlist methods, also need to confirm problem with IE
* wups typoKarl 'vollmerk' Vollmer2007-11-141-1/+1
|
* one last little change to auto-enable localplay when enabling a localplay moduleKarl 'vollmerk' Vollmer2007-11-142-0/+6
|
* fixed the playlist methods, they all work now... semi-bug where the rightbar ↵Karl 'vollmerk' Vollmer2007-11-144-6/+42
| | | | does not refresh when the playlist is cleared so its not obvious it worked until a manual reload, will fix later
* forgot the screencapnf2007-11-141-0/+0
|
* - Updated Now Playing html/cssspocky2007-11-1313-224/+212
| | | | | | | - Fixed Star-rating css - Updated Pager (5 elements around selected page# should be enough) - Updated Album class so that disk# is part of the link - Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
* added single song viewKarl 'vollmerk' Vollmer2007-11-134-10/+107
|
* fixed some formating on the playlist single view, but really just testing ↵Karl 'vollmerk' Vollmer2007-11-121-1/+3
| | | | the ciabot
* more democratic play work, still not working going to need db change to make ↵Karl 'vollmerk' Vollmer2007-11-1213-173/+185
| | | | it work how I want, will do later
* If we go through the trouble of asking are you sure lets at least give the ↵xgizzmo2007-11-111-1/+1
| | | | option to bail. :)
* wrong path ;-)nf2007-11-1120-923/+0
|
* One more theme, but not compatible with 3.4. I was wrong when committing to ↵nf2007-11-1119-0/+923
| | | | /trunk/themes ;-)
* One more theme, but not compatible with ampache 3.4 yetnf2007-11-1120-0/+923
|
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-1014-97/+158
| | | | 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-093-1/+5
| | | | ordering of catalogs
* fixed invalid reference to start point for browsing (Thx yoog)Karl 'vollmerk' Vollmer2007-11-081-1/+1
|