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

69 commits

Author SHA1 Message Date
Karl 'vollmerk' Vollmer
ef21e122d1 Finish moving stuff out of doc into class, still needs more work to deal with Version as well as variable response (JSON) 2009-11-23 14:54:19 +00:00
Karl 'vollmerk' Vollmer
e4ca74f2b0 start of move of functions for api from doc to class where they belong 2009-11-19 06:10:36 +00:00
Karl 'vollmerk' Vollmer
3da4eb1621 Sync of fix for #551 2009-11-18 23:11:00 +00:00
Karl 'vollmerk' Vollmer
5d80f343a4 Really really fix democratic localplay methods, now that i can test them 2009-11-14 06:27:09 +00:00
Karl 'vollmerk' Vollmer
890c189dc6 sync from branches fix for #548 2009-11-14 04:56:20 +00:00
Karl 'vollmerk' Vollmer
e6bf50079a Attempt to fix #548 reference function that exists... 2009-11-13 22:32:11 +00:00
Karl 'vollmerk' Vollmer
c4acbd9e64 Correctly reference instanced democratic play object rather then using a static call 2009-10-29 15:20:11 +00:00
Karl 'vollmerk' Vollmer
262beba4f5 Sync from 3.5.x set compatible to 350001, will update API to 360000 soon due to localplay changes 2009-09-15 14:19:35 +00:00
Karl 'vollmerk' Vollmer
d1e6460132 Sync addition of server version to API ping response 2009-09-14 14:00:07 +00:00
Karl 'vollmerk' Vollmer
32e011a25f whups 2009-09-02 14:06:53 +00:00
Karl 'vollmerk' Vollmer
a94d513410 Sync from branch 2009-09-02 14:06:08 +00:00
Karl 'vollmerk' Vollmer
02f8bb52fd fix url to song, and throw some non-working tag cloud crap in 2009-05-19 22:47:49 +00:00
Karl 'vollmerk' Vollmer
d84e62dba7 api fixes, added librefm scrobbler (untested) and fixed minor error in header file with rtl vs ltr languages also removed dead RioPlayer plugin 2009-05-18 17:34:22 +00:00
Karl 'vollmerk' Vollmer
5bd82180f5 some incomplete work cleaning up the api a bit 2009-05-17 15:51:29 +00:00
Karl 'vollmerk' Vollmer
cc36557ebd add in the democratic methods (untested) 2009-03-15 23:40:34 +00:00
Karl 'vollmerk' Vollmer
86ff429b36 template for democratic api stuff, no code 2009-03-15 11:31:38 +00:00
Karl 'vollmerk' Vollmer
eda8070b7f fix tags in the api 2009-03-10 21:45:15 +00:00
Karl 'vollmerk' Vollmer
a3e1bf7850 add video data to the API and add missing count="X" value to tag information 2009-03-10 00:03:16 +00:00
Karl 'vollmerk' Vollmer
242401a915 fix the update/add filters in the api and add them into artist and album 2009-03-09 00:59:44 +00:00
Karl 'vollmerk' Vollmer
ace25154eb do not overlap filters 2009-03-01 23:59:07 +00:00
Karl 'vollmerk' Vollmer
abc6eac0e3 maybe fix #404, unconfirmed implemented #405 other misc cleanup 2009-03-01 23:47:36 +00:00
Karl 'vollmerk' Vollmer
4bfe0a62f0 Correct Typo in Error # 2009-02-25 01:53:13 +00:00
Karl 'vollmerk' Vollmer
211a0c47a6 added localplay controls to api in addition to added/updated filters 2009-02-25 01:52:27 +00:00
Karl 'vollmerk' Vollmer
847ec135fd failed experiement, decent performance boost on verify by removing a bunch of queries, still some to moreve, should be able to make it faster 2009-02-19 05:02:37 +00:00
Karl 'vollmerk' Vollmer
5113c861d7 corrected update_media_from_tags() reference and added debug to api for ping() 2009-02-18 04:01:42 +00:00
Karl 'vollmerk' Vollmer
73809f0c1d improved error messages for api, includes additional information on handshake failure, also translate the errors 2008-11-29 16:48:12 +00:00
Karl 'vollmerk' Vollmer
0be17796f1 added in ping for the xmlapi returns the version, if a authID is passed it extends the session and then returns the version + new expire time 2008-11-19 18:44:46 +00:00
Karl 'vollmerk' Vollmer
0bd925f488 add the ratings to the album and artist xml results, fixed a logic error on the api session extending 2008-11-19 17:02:37 +00:00
Karl 'vollmerk' Vollmer
0d0f8c23f4 more cleanup, added numeric values of ratings to the song xml return 2008-11-15 20:49:08 +00:00
Karl 'vollmerk' Vollmer
9a251be9a6 switched to sha1() api authentication method 2008-10-30 15:12:55 +00:00
Karl 'vollmerk' Vollmer
96d7639ca1 adjust the logic on the api so that username does not have to be passed after the initial handshake 2008-08-30 05:09:40 +00:00
Karl 'vollmerk' Vollmer
97bcd21404 added direct links back in, added batch download to single artist view, removed useless cruft 2008-05-26 08:28:09 +00:00
Karl 'vollmerk' Vollmer
310adfa359 last commit before beta3 release 2008-04-21 03:21:20 +00:00
Karl 'vollmerk' Vollmer
13b5ecb076 yea I fail 2008-04-16 14:02:23 +00:00
Karl 'vollmerk' Vollmer
e6c1d2b699 failure 2008-04-15 06:21:54 +00:00
Karl 'vollmerk' Vollmer
ac832cdab9 add url_to_song function to api for amarok2 2008-04-15 06:20:47 +00:00
Karl 'vollmerk' Vollmer
260b62361e fixed recently played, removed a bunch of useless files, added new methods to api as requested by dev, fixed some minor issues with enabling of localplay methods 2008-03-21 04:43:48 +00:00
Karl 'vollmerk' Vollmer
06652fe040 implement xml error codes rather then relying on string parsing 2008-03-20 07:52:51 +00:00
Karl 'vollmerk' Vollmer
ea0eeca2d3 split out the api errors so that it is easier to tell when you should do a new handshake 2008-03-18 02:25:38 +00:00
Karl 'vollmerk' Vollmer
7372bddcd0 added album and artist functions require a single artist/album xml document 2008-03-13 22:32:21 +00:00
Karl 'vollmerk' Vollmer
13bc70042d I fail 2008-03-10 19:31:02 +00:00
Karl 'vollmerk' Vollmer
e3c284b7da added song action for the api, fiddled with the democratic play stuff again 2008-03-10 06:35:19 +00:00
Kevin James 'purdyk' Purdy
2e55ddf498 User authentication fix for xml.server, when logged in as a user, it will now display that user as listening instead of the 'System User' 2008-02-15 22:30:17 +00:00
Karl 'vollmerk' Vollmer
5296a8d351 fixed issue with xmlapi when no limit provided, fixed now playing refresh, fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi 2008-01-19 23:11:57 +00:00
Karl 'vollmerk' Vollmer
d709751a3f fixed registration, show edit song title issue and added limit to xml api 2008-01-10 09:14:18 +00:00
Karl 'vollmerk' Vollmer
34b92d2dd5 fixed now playing for the API and lack of session extend when using the API 2007-12-24 01:28:07 +00:00
Karl 'vollmerk' Vollmer
ea8f3e685b fixed API calls, cleaned up old functions that are no longer needed 2007-12-23 09:01:09 +00:00
Karl 'vollmerk' Vollmer
be699cab75 fixed opera playback, added playlist mojo to the xml api doodly, konqueror is still broken as is the API and XML-RPC stuff, also updated prototype.js 2007-12-22 05:14:14 +00:00
Karl 'vollmerk' Vollmer
9661434379 fixed three bugs found by purdyk with the api 2007-12-19 01:36:16 +00:00
Karl 'vollmerk' Vollmer
77bc16f525 fixed dbl negative on xml api and enabled the timestamp check as well as fixed a typo in the config file 2007-12-18 15:16:02 +00:00