2936 Commits

Author SHA1 Message Date
Patrick Speiser
acfc470681 Changed the artists page to use the /artwork/artist|album/id path for retrieving artwork instead of doing an ajax call 2012-09-30 19:36:54 +02:00
Patrick Speiser
ab523fd009 Remove python json depedency for people using python <2.6 2012-09-30 18:35:02 +02:00
Patrick Speiser
350c99fb1b Fix small UI bug (some artists showed that you have "null" tracks instead of 0) 2012-09-30 18:31:00 +02:00
Patrick Speiser
712a23c656 Merge branch 'mainpage' 2012-09-29 15:06:23 +02:00
Patrick Speiser
6c2cb6cbe7 Merge branch 'logspage' 2012-09-29 14:57:50 +02:00
Patrick Speiser
c5cd3e99c2 Fix "undefined" popping up in the logs search box 2012-09-29 14:57:12 +02:00
Patrick Speiser
8ea5832dc5 Reverse default ReleaseDate sorting order 2012-09-29 14:56:26 +02:00
Patrick Speiser
f538445e95 Sorting now works 2012-09-29 14:50:10 +02:00
Patrick Speiser
af2187a26b Merge branch 'logspage' 2012-09-29 12:19:56 +02:00
Patrick Speiser
37641ea0ca Shouldve committed earlier, lots of changes, main page mostly works now 2012-09-29 12:01:15 +02:00
Patrick Speiser
5e0835bf62 Fix pagination button layouts 2012-09-29 10:56:02 +02:00
Patrick Speiser
0ba49dc1fc Better thumbs loading, now with browser caching 2012-09-29 10:53:38 +02:00
Patrick Speiser
b120039314 Fix pagination button layouts 2012-09-29 10:00:25 +02:00
Patrick Speiser
1681e30b62 Getting thumbs now works, its still shit slow and ends up blocking page switching because cherrypy/chrome don't want to deal with that many ajax requeuts at once 2012-09-28 22:44:04 +02:00
Patrick Speiser
203e7ca3a1 More groundwork for home page ajax 2012-09-28 21:28:35 +02:00
Patrick Speiser
e3145974f6 Added GetArtists.json as the backend for the ajax enabled main page 2012-09-28 20:05:24 +02:00
Patrick Speiser
4373a94e07 Merge branch 'logspage' 2012-09-28 18:12:57 +02:00
Patrick Speiser
18d75db423 Removed unnecessary getLog parameters 2012-09-28 18:12:01 +02:00
Patrick Speiser
a6c8a756f7 Changed Logs page to use ajax for retrieving log messages as needed instead of getting all at the start and freezing the browser 2012-09-28 18:03:58 +02:00
Patrick Speiser
1b4669bb2f Stop cherrypy from complaining about a relative favicon path 2012-09-28 18:03:52 +02:00
Patrick Speiser
c5e38939d3 Merge branch 'issue840' 2012-09-28 11:54:34 +02:00
Patrick Speiser
3cbc6d3ba6 Block special purpose artists http://musicbrainz.org/doc/Style/Unknown_and_untitled/Special_purpose_artist 2012-09-28 11:39:28 +02:00
Aaron Cohen
9b57d70893 Fixing import 2012-09-27 08:56:15 -07:00
Aaron Cohen
eb16244e69 Adding more verbose errors when login fails 2012-09-27 00:13:24 -07:00
Ade
31eaf1e416 Small tidy up 2012-09-26 19:49:49 +12:00
Ade
f2b6e3d6da Check for cuesheet
Attempt to allow single track .wav with cuesheet.
+ Small tidy up
2012-09-24 23:28:17 +12:00
Aaron Cohen
f63924472d Replace commas in album names with spaces rather than removing them. 2012-09-23 21:35:13 -07:00
Aaron Cohen
0e8de2a0c3 Fixing cases where punctuation was being needlessly dropped. 2012-09-23 19:45:37 -07:00
Aaron Cohen
c2a44e53be Removing extraneous comments 2012-09-22 21:35:07 -07:00
Aaron Cohen
76967bd16e Adding Requests library 2012-09-22 21:25:05 -07:00
Aaron Cohen
3d066d7e5b Switching to pygazelle 2012-09-22 21:08:14 -07:00
Aaron Cohen
84aec7778d Switching to pygazelle for what.cd support. 2012-09-22 21:01:03 -07:00
Patrick Speiser
e9c66b8de2 SQL Cache size is now user configurable (best performance when its at least as large as the database itself) 2012-09-16 11:27:48 +02:00
Aaron Cohen
04571e5813 Making what.cd cache threadsafe through simple locking 2012-09-15 21:13:42 -07:00
Patrick Speiser
6304d27266 Changed some sqlite settings to improve performance 2012-09-15 23:58:09 +02:00
Aaron Cohen
362b9c1cdf Disabling what.cd caching for now, it isn't threadsafe. 2012-09-14 20:15:23 -07:00
Aaron Cohen
f63d59219a Fixing sorting mistake 2012-09-14 19:37:49 -07:00
Patrick Speiser
490b4bc909 Ignore bootlegs and similar that have their release group type set to "Album". Fixes Issue #536 2012-09-14 11:40:02 +02:00
Aaron Cohen
fcba9a74d9 More tweaking to preserve preferred torrent order 2012-09-14 00:34:50 -07:00
Aaron Cohen
ec61a0ce12 Logging when we load artist info 2012-09-13 22:57:18 -07:00
Aaron Cohen
88ba433e9f Fixed brokenness, added bitrate preference, speed better but not great. 2012-09-13 22:51:44 -07:00
Patrick Speiser
b7064ab6a7 Moved the release data track extraction to a new function. 2012-09-13 12:47:48 +02:00
Patrick Speiser
8f3a20841c Removed unnecessary and ugly "ngs" linendings from variables. 2012-09-13 12:33:50 +02:00
Patrick Speiser
e337bb4d62 Fixed rate limiting, the provided sleep interval was pretty much ignored because any value > 0 was considered to be a limit of 1 request/second 2012-09-13 12:19:02 +02:00
Aaron Cohen
5291b2f326 Disabled a bunch of stuff that was being parsed and not needed by headphones, got down to 27 secs 2012-09-13 02:07:50 -07:00
Patrick Speiser
296ef01f63 startmb will now be called once at startup and every time a new configuration is submitted, removed option to forcemb because the value was ignored 2012-09-12 14:20:09 +02:00
Patrick Speiser
9a760f8f0c Removed dead musicbrainz mirror 2012-09-12 12:17:36 +02:00
Patrick Speiser
47240bd5cd Removed useless return values from startmb 2012-09-12 12:16:08 +02:00
Patrick Speiser
15cb3013a9 Merge branch 'emptyArtistDeletion' 2012-09-12 11:39:44 +02:00
Aaron Cohen
0970689df9 IT'S ALIIIIIVE!!! 2012-09-12 01:43:53 -07:00