summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-0911-50/+94
|
* unused files I just noticed...Karl 'vollmerk' Vollmer2007-09-093-0/+0
|
* new db update, moved prefs around removed useless one and fixed some ↵Karl 'vollmerk' Vollmer2007-09-0910-26/+68
| | | | defaults, also fixed some potential issues with lastfm
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-0913-178/+339
| | | | | - 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-0916-28/+124
| | | | functions back into the content area
* fixed issue with lack of timeout reset on some add to catalog functions and ↵Karl 'vollmerk' Vollmer2007-09-098-10/+32
| | | | fixed batch downloads from active playlist
* fixed album/artist/whateva editing, fixing stats, fixed search...Karl 'vollmerk' Vollmer2007-09-053-12/+4
|
* 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-044-6/+8
|
* two themes that are not working, and will not be replacedKarl 'vollmerk' Vollmer2007-09-0317-1139/+0
|
* fixed playlist name editing, cant change the type or the genre yet, tweaked ↵Karl 'vollmerk' Vollmer2007-09-038-12/+158
| | | | 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-032-8/+21
| | | | display of items
* fixed normalize playlistKarl 'vollmerk' Vollmer2007-09-032-8/+6
|
* tweaked the stats information, removed folders, was just to slow.. :( ↵Karl 'vollmerk' Vollmer2007-09-034-194/+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-039-22/+139
| | | | 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-035-17/+87
| | | | them
* removed redundent loop in clean functionKarl 'vollmerk' Vollmer2007-09-031-17/+10
|
* fixed an old reference to confKarl 'vollmerk' Vollmer2007-08-302-18/+6
|
* sync typo fixKarl 'vollmerk' Vollmer2007-08-292-2/+2
|
* wups took out debugKarl 'vollmerk' Vollmer2007-08-271-2/+2
|
* fixed advanced random, tweaked some css a tad and fixed a few other minor typosKarl 'vollmerk' Vollmer2007-08-279-136/+182
|
* bedtime, added random box back in does not do anything thou... well besides ↵Karl 'vollmerk' Vollmer2007-08-223-11/+10
| | | | taunt you with its not doing anythingness
* added the initial playlist view page, fixed the artist name on albums of the ↵Karl 'vollmerk' Vollmer2007-08-229-7/+111
| | | | moment
* take out debug, wupsKarl 'vollmerk' Vollmer2007-08-211-3/+2
|
* updated lastfm protocol to 1.2, improved the logic behind it does not ↵Karl 'vollmerk' Vollmer2007-08-218-64/+202
| | | | require a logout, also fixed duplicate stats collection of greedy players
* Fixed star-rating cssspocky2007-08-202-15/+15
|
* moved to spockys a link for text, ratings are broken.. but I think I did ↵Karl 'vollmerk' Vollmer2007-08-203-16/+9
| | | | that will fix later
* minor tweaks to playlist stuff, not finished by a longshot, added in licence ↵Karl 'vollmerk' Vollmer2007-08-204-105/+58
| | | | to kajax js file
* Updated css class for ajax elements (please check function text in ↵spocky2007-08-202-4/+20
| | | | ajax.class.php)
* Don't know why but minus sign in "ampache-playlist.m3u" prevents my ↵spocky2007-08-191-1/+1
| | | | vista/winamp from playing any stream (although a working playlist file is downloaded successfully in temp folder). Underscore seems to be ok.
* fixed object rating css issuespocky2007-08-193-16/+16
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-1960-167/+208
|
* fixed slight glitch introduced into the paging stuffKarl 'vollmerk' Vollmer2007-08-192-6/+8
|
* added some basic random functionality, need to make the advanced pageKarl 'vollmerk' Vollmer2007-08-1910-20/+189
|
* fixed single downloads and that annoying minor css issue with albums of the ↵Karl 'vollmerk' Vollmer2007-08-196-7/+39
| | | | moment
* sync of fix to 3.4Karl 'vollmerk' Vollmer2007-08-192-0/+4
|
* fixed album.disk for ogg files and added it to the displayKarl 'vollmerk' Vollmer2007-08-197-9/+23
|
* fixed the songs view that I brokeKarl 'vollmerk' Vollmer2007-08-171-1/+1
|
* - updated star-rating to integrate original author's improvments (better ↵spocky2007-08-173-100/+70
| | | | | | compatibility, php code no more dependent on the stars image size which means themers can now use any image size they like) - updated random albums css so that it does not break lines when cover is not downloaded quickly enough
* first step towards multi-disk support, Thx Hugo HaasKarl 'vollmerk' Vollmer2007-08-166-6/+53
|
* fixed lastfm stuff typoKarl 'vollmerk' Vollmer2007-08-151-1/+1
|
* updated css (sidebar, random albums, global classes)spocky2007-08-156-31/+48
| | | | | cleaned up html corrected a typo in show_objects
* step one of toasting /lib/preference.lib.php and also added a missing GPL noteKarl 'vollmerk' Vollmer2007-08-145-42/+190
|
* fixed lastfm for reals this time, I think also fixed not being able to ↵Karl 'vollmerk' Vollmer2007-08-145-18/+17
| | | | re-enable users
* fixed some minor css issues with recently played, added newest ↵Karl 'vollmerk' Vollmer2007-08-143-5/+15
| | | | artists/genres back in to main page
* tweaked theme a tad, updated lastfm plugin, requires remove/readadd to work ↵Karl 'vollmerk' Vollmer2007-08-148-49/+50
| | | | correctly
* tweaked get_newest to operate a little different, tweaked lastfm (currently ↵Karl 'vollmerk' Vollmer2007-08-098-33/+78
| | | | broken)
* fixed some ratings stuff, fixed some searching stuff as wellKarl 'vollmerk' Vollmer2007-08-095-16/+22
|
* fixed lower paging horn, tweaked css for page-a-nation, added paging to ↵Karl 'vollmerk' Vollmer2007-08-0912-47/+92
| | | | playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums
* minor css adjustmentsspocky2007-08-081-11/+14
|