Commit Graph

945 Commits

Author SHA1 Message Date
Aaron Cohen
e8efaec2b2 Allowing specification of desired VBR bitrates 2012-10-03 00:53:29 -07: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
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
Aaron Cohen
04571e5813 Making what.cd cache threadsafe through simple locking 2012-09-15 21:13:42 -07: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
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
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
Aaron Cohen
0970689df9 IT'S ALIIIIIVE!!! 2012-09-12 01:43:53 -07:00
Aaron Cohen
ac4f20c3d5 What.cd preference should be titled password, not passkey, also, updating whatapi and adding authentication bugfix. 2012-09-11 20:37:33 -07:00
Aaron Cohen
5ebd668466 Fixing what.cd preferences 2012-09-11 00:19:36 -07:00
Aaron Cohen
cb22e917cd What.cd WIP, now using api rather than RSS 2012-09-11 00:13:12 -07:00
Aaron Cohen
86f51dcbdb Merge remote-tracking branch 'origin/master' into what-search
Conflicts:
	headphones/webserve.py
2012-09-10 20:53:28 -07:00
rembo10
2f8abf7dca Add error checking to importer, so we don't mark an artist as being updated if not all albums were added/refreshed 2012-08-20 22:37:37 +05:30
rembo10
bbf74a544d Added NMA on snatch option 2012-08-20 20:59:13 +05:30
rembo10
8b26240e57 Fixed prowl notifications not being sent after post processing if PROWL_ONSNATCH was not enabled 2012-08-20 20:32:55 +05:30
rembo10
6b3e6afd6f Datatables sType=Date on artist page for release dates 2012-08-20 17:44:05 +05:30
rembo10
f9a048b8f8 First patch to stop albums with no release date from being marked as wanted - might need some frontend work in the UI to correct the sorting 2012-08-20 17:06:50 +05:30
rembo10
452b83e197 Fetch the artist info again during retries when loading artist page 2012-08-20 16:58:02 +05:30
rembo10
3f1ddd6489 Don't try to load the artist page until it has the bare minimum info needed to render it 2012-08-20 16:53:39 +05:30
rembo10
2a3352870c Actually fix the sqlite query :-) 2012-08-19 19:21:46 +05:30
rembo10
cb930d5e23 Fixed sqlite query when moving over Extras values from the old format to the new format 2012-08-19 18:50:18 +05:30
rembo10
6339dd8a87 Fix for post-processor not working if the album wasn't in the database 2012-08-19 18:39:17 +05:30
rembo10
b97fede4f3 Merge branch 'better-searching' into develop 2012-08-19 17:33:02 +05:30
rembo10
cecda0bab9 Added backend stuff to searcher.py to limit sizes to a specified range with preferred quality 2012-08-19 17:27:56 +05:30
rembo10
0f87a1e1ac Put buffer_size limits in the default interface config page 2012-08-19 17:10:07 +05:30
rembo10
4804ded964 Added backend stuff for target range when preferred_bitrate option is selected 2012-08-19 16:11:29 +05:30
rembo10
dae4798d48 Added TODO 2012-08-19 15:49:39 +05:30
rembo10
7b0730b8c4 Merge branch 'specify-which-extras' into develop 2012-08-19 15:38:03 +05:30
rembo10
af2b0515ee Added selective extras fetching to the artist page - had to make some backend changes to get this working: changed DB.select to DB.action in mb.py, added newstyle variable to getExtras 2012-08-19 15:37:09 +05:30
rembo10
ecb5395c22 Better logic when upgrading from the old extras format to the new 2012-08-19 13:44:16 +05:30
rembo10
d1b5d2a960 Backend stuff in mb & importer to use the new IncludeExtras & Extras format 2012-08-19 13:28:50 +05:30
rembo10
2cc9685877 Fixed deselection on config page, removed 'print repr(extra)' used for testing 2012-08-19 12:44:39 +05:30
rembo10
c19354b0f9 Couple of fixes to get the config to read the right variables, added global extras selection to config page 2012-08-19 01:45:53 +05:30
rembo10
5c35a57c33 Initial backend stuff to get splitting up extras working 2012-08-18 22:57:38 +05:30
rembo10
c7f1b73d37 Merge branch 'mb-query-hotfix' into develop 2012-08-18 01:57:16 +05:30
rembo10
7c2345ee2a Don't run mb artist lookup if artist == None 2012-08-18 01:56:32 +05:30
rembo10
0135f1165f Merge branch 'librarysync-hotfix' into develop 2012-08-18 00:43:40 +05:30
rembo10
8e3a86c5a2 Merge branch 'librarysync-hotfix' 2012-08-18 00:42:47 +05:30
rembo10
b335e52b67 Fixed libraryscan failing when making CleanName when no ArtistName in metadata 2012-08-18 00:42:04 +05:30
rembo10
094403486c Merge branch 'develop'. Feature update: allow switching between
musicbrainz releases, much improved track matching, separate
lossless destination directories. Bug fixes: quite a few (check
log for more details)
2012-08-17 19:52:44 +05:30
rembo10
dfcffe1671 Another possible fix for fetching album art from last.fm during post-processing. hit or miss. needs for testing 2012-08-17 19:51:09 +05:30