Paul 'flowerysong' Arthur
|
7f36693353
|
Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things. Most things appear to still work, but I may have
missed some cases.
|
2010-06-10 05:33:57 +00:00 |
|
Paul 'flowerysong' Arthur
|
b95a7b1ecc
|
I should have done it this way in the first place, instead of that ugly
show_playlist_full_row hack.
|
2010-06-09 01:35:50 +00:00 |
|
Paul 'flowerysong' Arthur
|
b9937cd7ce
|
Clean up the rating code by moving uniqueness constraints into the database,
using SQL's AVG() when we want an average, updating the cache when a rating
changes, etc.
|
2010-06-07 00:49:47 +00:00 |
|
Paul 'flowerysong' Arthur
|
b290f52c8d
|
Some missed hunks for playlist editing and miscellaneous related cleanup.
|
2010-04-28 22:20:42 +00:00 |
|
Karl 'vollmerk' Vollmer
|
b2efc456d0
|
Fix typo in api Thx cosmin
|
2010-03-24 12:03:01 +00:00 |
|
Paul 'flowerysong' Arthur
|
1cb0983ed0
|
Cosmetics: remove trailing whitespace
|
2010-03-14 20:14:52 +00:00 |
|
Karl 'vollmerk' Vollmer
|
45f382b06d
|
Add vim modelines to all php files (Thx ascheel)
|
2010-03-14 04:53:15 +00:00 |
|
Karl 'vollmerk' Vollmer
|
45ea1a80fa
|
Make the tag cloud do something, only song browsing for now...
|
2010-02-23 04:12:42 +00:00 |
|
Karl 'vollmerk' Vollmer
|
24761d3863
|
Removed dead xmlrpc files, started work migrating to LastFM v2.0 api
|
2010-02-05 01:29:20 +00:00 |
|
Karl 'vollmerk' Vollmer
|
146012c4ef
|
sync from 3.5.x r2268
|
2010-02-02 21:13:34 +00:00 |
|
Karl 'vollmerk' Vollmer
|
c6566e8d1b
|
Fix refreshing of localplay playlist when an item is removed
|
2010-02-02 20:51:54 +00:00 |
|
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
|
d10f33bcd0
|
Remove XML-RPC functions and start prep for use of new API for ampache catalog syncs
|
2009-11-19 06:17:55 +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
|
7d63859ce3
|
add rating to single song view, and include caching fix
|
2009-07-09 11:57:48 +00:00 |
|
Karl 'vollmerk' Vollmer
|
80cd693722
|
Playlist adds now use the existing order rather then track order Fixed #484
|
2009-07-09 10:45:55 +00:00 |
|
Karl 'vollmerk' Vollmer
|
0fee19d010
|
fix the albums of the moment showing up even if it could not find any
|
2009-07-08 09:14:38 +00:00 |
|
Karl 'vollmerk' Vollmer
|
0e742df789
|
sync from trunk
|
2009-06-01 21:36:15 +00:00 |
|
dipsol
|
618f24a9da
|
added a missing semilicon(;)
|
2009-05-26 09:36:03 +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
|
18683f22aa
|
fix lack of ui response on deleting track right after appending to saved playlist
|
2009-04-30 15:36:34 +00:00 |
|
Karl 'vollmerk' Vollmer
|
f804835929
|
some tweaks to make the random play mojo work for streaming, does not work in localplay yet, working on that, nor in democratic play poking that also include asx playlist improvements from jon611
|
2009-04-08 02:40:07 +00:00 |
|
Karl 'vollmerk' Vollmer
|
cc36557ebd
|
add in the democratic methods (untested)
|
2009-03-15 23:40:34 +00:00 |
|
Karl 'vollmerk' Vollmer
|
1a475806e0
|
fix democratic play interface feedback issues and make the wizard actually work
|
2009-03-15 22:46:28 +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
|
04bcb58be9
|
move over to query class as backend for browse
|
2009-03-08 22:39:38 +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
|
e474991d13
|
Resolve #401 new database update, reset album thumbs and use resized art...
|
2009-03-01 02:35:42 +00:00 |
|
Karl 'vollmerk' Vollmer
|
6777ec1e2e
|
first work on next db update, correct play_url() removing redundent path, fix democratic play clear
|
2009-03-01 00:10:49 +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
|
2a0c72b30c
|
some more minor tweaks to democratic playlist, fixed now playing on localplay playlist
|
2009-02-08 15:16:02 +00:00 |
|
Karl 'vollmerk' Vollmer
|
00effbf554
|
Add very basic buggy as crap video support, fix a few other minor bugs with playlists and random elements
|
2009-02-02 04:25:25 +00:00 |
|