1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00
Commit graph

806 commits

Author SHA1 Message Date
Karl 'vollmerk' Vollmer
81a854f7ea fixed the find duplicates stuff, its actually still broken somewhat but it mostly works so why not commit eah? 2007-12-16 23:52:06 +00:00
Karl 'vollmerk' Vollmer
3887ab1f65 fixed some playlist issues, (mime type and selection) cleaned up the preferences lib a little more moved a lot into the class, updated references to old functions 2007-12-16 21:37:23 +00:00
Karl 'vollmerk' Vollmer
02a401563b seperated out the time into its own section on advanced random play, started working on the unplayed, still not finished, started work on highest rated as well, not working yet 2007-12-15 09:50:33 +00:00
Karl 'vollmerk' Vollmer
d3176c22e9 added little note on access add as to the defaults, fixed api to use session_length added check for session functions with redirect to /test.php on failure 2007-12-15 08:54:54 +00:00
Karl 'vollmerk' Vollmer
1cf1072165 fixed two transcode bugs 2007-12-15 08:35:00 +00:00
Karl 'vollmerk' Vollmer
5d98a104bc made downloads counted in stats fixes ticket #12 tweaked filename to be reformated to match the catalog rename pattern 2007-12-15 07:28:51 +00:00
Karl 'vollmerk' Vollmer
7a6b5b4a61 fixed display on catalog if no add/update has been performed, fixed the user functions I broke earlier 2007-12-11 03:08:57 +00:00
Karl 'vollmerk' Vollmer
c0f55e26b2 fixed ajax requests with invalid session not causing logout 2007-12-10 20:28:47 +00:00
Karl 'vollmerk' Vollmer
c13392b861 tiny little tweak, came to me right before I headed off to bed, makes the sql query a tiny bit shorter when not doing basic sorts 2007-12-10 09:12:59 +00:00
Karl 'vollmerk' Vollmer
86148a4278 re-added the edit users prefs mojo 2007-12-10 08:51:33 +00:00
Karl 'vollmerk' Vollmer
6cde9118b1 added basic MPD user permissions in, I didnt force a level for everyone so any existing setups will be defaulted to DENIED until they update their Localplay Level 2007-12-10 07:58:34 +00:00
Karl 'vollmerk' Vollmer
46ffeca144 database update, cleaned up some stuff 2007-12-10 06:03:47 +00:00
Karl 'vollmerk' Vollmer
0d2c89e90d fixed the last of the missing MPD features, added new ajax config hotness (not that special) 2007-12-10 04:35:26 +00:00
Karl 'vollmerk' Vollmer
17a4516e29 added the controls to the mpd playlist does not refresh correctly, but does work 2007-12-09 20:58:04 +00:00
Karl 'vollmerk' Vollmer
883adcd52b untested HTTPQ code, improved MPD parsing of URLS so it reconizes democratic play stuff now 2007-12-08 10:02:26 +00:00
Karl 'vollmerk' Vollmer
22beb1a65d added paging to genre sub views, and added missing fields to the song single view 2007-12-06 20:17:21 +00:00
Karl 'vollmerk' Vollmer
1d12186dba fixed display issue when deleting track from a playlist, and fixed ordering of add to playlist stuff on the rightbar 2007-12-06 06:22:01 +00:00
Karl 'vollmerk' Vollmer
b3dcd437cb fixed lack of prefix on albums improves album art search results, thx darkside 2007-12-06 06:05:32 +00:00
Karl 'vollmerk' Vollmer
f7cfd87117 fixed problem with invalid urls being sent to mpd in some cases 2007-12-05 20:53:41 +00:00
Karl 'vollmerk' Vollmer
52d3da75d2 fixed album art dump bin script... cant sleep damnit 2007-12-03 10:27:09 +00:00
Karl 'vollmerk' Vollmer
99baf7582d added paging to the playlist view, corrected a few stupid parse errors / mistakes 2007-12-03 09:14:38 +00:00
Karl 'vollmerk' Vollmer
28f7ad7026 broke some stuff, fixed some stuff... commiting before I turn of this box 2007-12-03 05:53:50 +00:00
Karl 'vollmerk' Vollmer
552c3cedd7 fixed registration page, and simplifed its logic 2007-12-02 16:40:03 +00:00
Karl 'vollmerk' Vollmer
66e0b8ea9d fixed public registration, added ADD button to the recently played stuff 2007-12-02 01:48:15 +00:00
Karl 'vollmerk' Vollmer
6a335845cc fixed democratic play ordering along with some misc play isues with it, limited object on rightbar to 100 also started fixing the user registration, which I had forgotten about 2007-12-02 00:25:07 +00:00
Karl 'vollmerk' Vollmer
362610c132 fixed access denied display, fixed typo in error log and fixed missing artist_songs 2007-12-01 21:36:24 +00:00
Karl 'vollmerk' Vollmer
06bba3740b fixed url add to localplay, also changed some play links to add 2007-12-01 19:53:34 +00:00
Karl 'vollmerk' Vollmer
08e2bafc35 fixed problem with automatic downsampling, referencing old function 2007-11-30 08:26:25 +00:00
Karl 'vollmerk' Vollmer
8f866451bc massive speed boost on the standard browse functions 2007-11-30 08:15:01 +00:00
Karl 'vollmerk' Vollmer
a08a42eec0 bump to alpha4, db update adds democratic table and add_path to catalog 2007-11-26 03:49:40 +00:00
Karl 'vollmerk' Vollmer
4040d0623d fixed the page reloads once and for all, had to revert to iframe for democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist 2007-11-25 07:21:45 +00:00
Karl 'vollmerk' Vollmer
cafe91fd5d really fixed the non-removal of played songs this time 2007-11-24 21:57:08 +00:00
Karl 'vollmerk' Vollmer
6e299a7f63 fixed voting up/down and removal of songs from democratic playlist after playback 2007-11-24 21:48:22 +00:00
Karl 'vollmerk' Vollmer
27ba8110ca democratic play working, if still slightly sketchy 2007-11-24 21:16:13 +00:00
Karl 'vollmerk' Vollmer
3508380e99 democratic play on its way to being fixed, can add songs to a playlist, and view them ca not play it or delete/vote yet... 2007-11-24 19:51:11 +00:00
Karl 'vollmerk' Vollmer
9344fd377d added most popular back to the statistics page, formating needs to be tweaked, will do later 2007-11-24 11:06:38 +00:00
Karl 'vollmerk' Vollmer
8f78e6885b fixed some browsing stuff that I broke a while back 2007-11-24 10:19:06 +00:00
Karl 'vollmerk' Vollmer
3de0a91af3 slight performance tweak 2007-11-22 21:40:57 +00:00
spocky
467fd32a4e Changed how playlists are sent to browsers so that it works on IE. Hopefully there won't be side effects. Karl, if feedback is good, I let you cleanup the code :) 2007-11-22 18:58:00 +00:00
Karl 'vollmerk' Vollmer
67cbb218cd renamed xml-rpc acl to rpc, added default mime type of image/jpg and added config options for batch download to the fs, no garbage collection for non-completed downloads yet. 2007-11-22 17:44:10 +00:00
Karl 'vollmerk' Vollmer
d5ae71f551 another speed improvement to the cataloging from Hungus 2007-11-22 16:30:37 +00:00
Karl 'vollmerk' Vollmer
090d4f6899 some temporary tweaks to make the whole amarok thing work, will be tweaking this as it is currently slightly insecure 2007-11-21 18:26:00 +00:00
Karl 'vollmerk' Vollmer
9ded189f8c really fixed image, and put in a quick hack on play for api access 2007-11-21 08:44:21 +00:00
Karl 'vollmerk' Vollmer
8f883bfa45 two fixes for invalid artist ids in album xml and parse error on image.php 2007-11-21 08:35:31 +00:00
Karl 'vollmerk' Vollmer
068b2cbbb3 tweak to make the image.php file work with API auth, and corrected URLs 2007-11-21 07:07:34 +00:00
Karl 'vollmerk' Vollmer
8d914e47c9 additional xml methods songs & album_songs, also implemented catalog add speed improvement from Karl Hungus 2007-11-21 06:53:20 +00:00
Karl 'vollmerk' Vollmer
28b86ee456 added artist_albums 2007-11-20 15:36:49 +00:00
Karl 'vollmerk' Vollmer
8c99cc8770 added genres as a new xml method, and improved logging 2007-11-20 08:32:15 +00:00
Karl 'vollmerk' Vollmer
5869da3fe5 little more work on the xml api, artists and albums now works 2007-11-20 06:23:05 +00:00
Karl 'vollmerk' Vollmer
c1829308f4 more changes for the amarok hotness 2007-11-20 05:32:08 +00:00