Commit Graph

1214 Commits

Author SHA1 Message Date
Patrick Speiser
cda2d5ddf3 Special purpose artists can have multiple ids, 0035056d-72ac-41fa-8ea6-0e27e55f42f7 and 125ec42a-7229-4250-afc5-e057484327fe, added a ban by name in addition to the existing id bans, also removes the artist if its already in the db 2012-10-07 06:22:03 +02:00
Patrick Speiser
5695c8196a Calling _findfilesstartingwith with a non-existing folder would raise an exception, will return an empty list now 2012-10-07 05:51:55 +02:00
Patrick Speiser
48ed99c380 Artwork requests would always use the working directory as the location of the image insted of using the configured CACHE_DIR 2012-10-07 05:46:41 +02:00
rembo10
3ba5e534a1 Merge remote-tracking branch 'cohena/what-search' into develop 2012-10-05 23:12:02 +01:00
rembo10
180da7f838 Merge remote-tracking branch 'doskir/logsautorefresh' into develop 2012-10-05 23:11:33 +01:00
Aaron Cohen
dd5835a310 Fixed unassigned variable 2012-10-05 09:02:44 -07:00
Patrick Speiser
316a2b592b Added option to automatically refresh the logs page 2012-10-05 04:53:10 +02:00
rembo10
fce80bdea1 Merge remote-tracking branch 'doskir/issue533' into develop 2012-10-05 03:37:56 +01:00
rembo10
9a9ed2e270 Merge remote-tracking branch 'doskir/imgcachecleanup' into develop 2012-10-05 03:36:54 +01:00
rembo10
c0fea3013c Merge remote-tracking branch 'doskir/bugfix_emptyartist' into develop 2012-10-05 03:36:21 +01:00
Patrick Speiser
27d606dbf8 Fix for Issue #533 should have been included in the big merge but i seem to have accidentally reverted it some time ago 2012-10-05 03:16:27 +02:00
rembo10
defdfa9c69 Added missing cache variables (dir,maxsize) to the saveConfig function 2012-10-04 18:47:54 +01:00
Patrick Speiser
951dfafebf Remove the remaining default interface references to the old image cache 2012-10-04 05:15:18 +02:00
Patrick Speiser
f16a6acfdb Album page now uses the new cached interface to retrieve the album image. 2012-10-04 05:15:09 +02:00
Patrick Speiser
4b836ee2c4 Fixed bug where "Delete empty artists would delete artists where we have tracks but the latest album is not set because the artist was added directly for a single album 2012-10-04 01:08:03 +02:00
rembo10
f6c6d22993 fixed some merge conflicts when adding in whatcd from cohena 2012-10-03 23:51:13 +01:00
rembo10
6bdbe98e4d Merge remote-tracking branch 'doskir/master' into develop 2012-10-03 21:58:12 +01:00
Ade
235e7ab5d6 Allow exclusive editions
example Rough Trade Exclusives
2012-10-04 07:59:12 +13:00
Aaron Cohen
e8efaec2b2 Allowing specification of desired VBR bitrates 2012-10-03 00:53:29 -07:00
rembo10
02f00b9ed6 Merge remote-tracking branch 'Brinken/master' into develop 2012-10-02 22:30:48 +01:00
rembo10
0fb4987c87 Merge remote-tracking branch 'travisghansen/fixes' into develop 2012-10-02 22:29:15 +01:00
rembo10
e555943fc7 Merge remote-tracking branch 'AdeHub/master' into develop 2012-10-02 22:19:52 +01:00
rembo10
8de0750240 Fix for automatic searches for new artist being pretty inaccurate 2012-10-02 18:04:29 +01:00
doskir
e1f37fbb83 Fix css so the main page looks like it used to again 2012-09-30 23:50:29 +02:00
Patrick Speiser
2dbfde29ce Faster checking if something is in the cache 2012-09-30 23:09:39 +02:00
Patrick Speiser
4093b6f242 Fixed the layout of the "Processing..." box that appears when a datatable is waiting for the json data 2012-09-30 22:45:23 +02:00
Patrick Speiser
a4402c2d7a Changed upcoming page artwork loading to the new interface 2012-09-30 21:36:12 +02:00
Patrick Speiser
2f488b767c Improved home page sorting for artists with an unknown number of total tracks by sorting by the number of Tracks we have after sorting by the percentage 2012-09-30 19:45:39 +02:00
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