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 |
|
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
|
7d63859ce3
|
add rating to single song view, and include caching fix
|
2009-07-09 11:57:48 +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
|
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 |
|
Karl 'vollmerk' Vollmer
|
ada7cc3542
|
sync to trunk
|
2008-08-30 20:09:10 +00:00 |
|
Karl 'vollmerk' Vollmer
|
478c6618b0
|
fixed the search add result button and messed up some browse sort stuff
|
2008-08-22 04:28:36 +00:00 |
|
Karl 'vollmerk' Vollmer
|
73e70d7d99
|
fixed a long standing browsing issue where you could not browse two different things at the same time
|
2008-08-08 05:15:34 +00:00 |
|
Karl 'vollmerk' Vollmer
|
392354df0a
|
switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs
|
2008-07-26 07:43:18 +00:00 |
|
Karl 'vollmerk' Vollmer
|
cef43c3602
|
reorganize the menu a whole bunch and add a confirmation page to the catalog deletion
|
2008-06-19 06:32:23 +00:00 |
|
Karl 'vollmerk' Vollmer
|
693e26e2ad
|
commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope
|
2008-05-12 02:52:50 +00:00 |
|
Karl 'vollmerk' Vollmer
|
ded956d517
|
added ability to add search results to playlist, or download if batch downloaded is enabled, also fixed user browse sorting
|
2008-04-27 06:12:32 +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 |
|
spocky
|
179b7dab43
|
Changed "starts with" browsing execution from OnChange to OnKeyUp (sounds more logical this way). Maybe we dont need "alphabet filter" above anymore. Or maybe we do (?).
Fixed songs starting with "All" never searched
|
2008-03-17 22:00:00 +00:00 |
|
Karl 'vollmerk' Vollmer
|
76387698e7
|
delay random albums a bit to improve inital load, also add a refresh button so you can flip them without refreshing the whole page
|
2008-02-25 06:53:47 +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
|
d7c3ede9e7
|
fixed public/private aspect of playlists, default is to filter out non-owned private playlists now
|
2008-01-14 01:38:50 +00:00 |
|
Karl 'vollmerk' Vollmer
|
76f3e77c29
|
last commit for the day...
|
2007-12-26 04:42:12 +00:00 |
|
Karl 'vollmerk' Vollmer
|
00417ad965
|
fixed preg on file pattern, some work on flagging, editing stuff actually flags thing again...
|
2007-12-26 03:32:13 +00:00 |
|
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
|
c618501c9f
|
minor text changes, nothing special... time for me to go to sleep
|
2007-12-10 09:01:13 +00:00 |
|
Karl 'vollmerk' Vollmer
|
46ffeca144
|
database update, cleaned up some stuff
|
2007-12-10 06:03:47 +00:00 |
|
Karl 'vollmerk' Vollmer
|
27ba8110ca
|
democratic play working, if still slightly sketchy
|
2007-11-24 21:16:13 +00:00 |
|
Karl 'vollmerk' Vollmer
|
ab0e89b8dd
|
fixed multi-genre random play
|
2007-11-05 02:52:57 +00:00 |
|
Karl 'vollmerk' Vollmer
|
f9a3cf50e3
|
play method now uses hidden iframe, setup second hover menu to rightbar
|
2007-09-27 04:10:25 +00:00 |
|
Karl 'vollmerk' Vollmer
|
bff9e37fa5
|
more work on the localplay stuff, most details ironed out, just needs some code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
|
2007-09-12 07:30:55 +00:00 |
|
Karl 'vollmerk' Vollmer
|
b1b7998a0f
|
few minor bug fixes, and some more tweaks for localplay
|
2007-09-09 21:07:45 +00:00 |
|
Karl 'vollmerk' Vollmer
|
7b89ee5002
|
fixed album/artist/whateva editing, fixing stats, fixed search...
|
2007-09-05 01:54:51 +00:00 |
|
Karl 'vollmerk' Vollmer
|
e0811ddab0
|
fixed playlist name editing, cant change the type or the genre yet, tweaked lastfm so it recovers from errors a little better, fixed a stupid typo....
|
2007-09-03 23:04:20 +00:00 |
|
Karl 'vollmerk' Vollmer
|
eeeece05db
|
added the ability to delete songs from a playlist, now if you could only add them
|
2007-09-03 06:26:44 +00:00 |
|
Karl 'vollmerk' Vollmer
|
85020546bd
|
sync typo fix
|
2007-08-29 17:50:50 +00:00 |
|
Karl 'vollmerk' Vollmer
|
bc36b9d282
|
added some basic random functionality, need to make the advanced page
|
2007-08-19 08:50:35 +00:00 |
|
Karl 'vollmerk' Vollmer
|
f0addeb4a1
|
added ability to view album art on browse ablums and removed redundent code in show_artist, props to the first person who finds the bug with this re-use of code
|
2007-08-06 05:53:26 +00:00 |
|
Karl 'vollmerk' Vollmer
|
fe077220bf
|
broke a ton of stuff, but added some hotness... yes that is an excuse
|
2007-08-06 04:22:19 +00:00 |
|
Karl 'vollmerk' Vollmer
|
246c321617
|
fixed some typos, minor bugs, updated the sql, added playlist as a browse type
|
2007-08-05 22:39:53 +00:00 |
|
Karl 'vollmerk' Vollmer
|
b086b1d014
|
fixed add to catalog counting, tweaked sidebar added advanced search button
|
2007-08-05 17:39:19 +00:00 |
|
Karl 'vollmerk' Vollmer
|
b909c08509
|
fixed a bug in the numbering, referencing a non-existant value
|
2007-08-02 06:52:34 +00:00 |
|
Karl 'vollmerk' Vollmer
|
652474071e
|
added paging on all song displays
|
2007-07-31 04:31:42 +00:00 |
|
Karl 'vollmerk' Vollmer
|
8e96787296
|
added your playlists with play link to the leftbar, no way to edit them yet
|
2007-07-30 06:21:50 +00:00 |
|
Karl 'vollmerk' Vollmer
|
3fa94f5644
|
fixed a few more warnings, fixed artist editing and improved album editing a little (so it cleans up after its self)
|
2007-07-29 21:42:42 +00:00 |
|
Karl 'vollmerk' Vollmer
|
f612100631
|
fixed album per row update and some warnings on song updates
|
2007-07-29 18:49:29 +00:00 |
|
Karl 'vollmerk' Vollmer
|
20b425c3ac
|
fixed song retaging, fixed the song view page tweaked sidebar browse and fixed a bug where sorting then viewing a object that could not be sorted by said type caused nothing to display
|
2007-07-29 16:49:44 +00:00 |
|
Karl 'vollmerk' Vollmer
|
ed04606a52
|
slightly improved the logic on pulling albums, fixed a typo causing find album art not to work as advertised
|
2007-07-29 05:34:21 +00:00 |
|
Karl 'vollmerk' Vollmer
|
d7f75d16b5
|
added album and artist dynamic options, tweaked display and how you add em... still not happy with it, but good enough for now
|
2007-07-24 05:02:50 +00:00 |
|
Karl 'vollmerk' Vollmer
|
a74d0b7163
|
added dynamic playlist item support, default and genre currently work
|
2007-07-24 04:10:58 +00:00 |
|
Karl 'vollmerk' Vollmer
|
0f9c1f245c
|
fixed nowplaying refresh
|
2007-07-24 02:09:07 +00:00 |
|