Commit Graph

650 Commits

Author SHA1 Message Date
rembo10 cf3c4f1ba6 Fix for helpers.get_age failing if there's no date 2012-10-31 19:22:23 -04:00
rembo10 3ac6e93eab Added option to disable automatic library scan 2012-10-31 18:08:54 -04:00
rembo10 6968551c42 Return album path as a list if creating dirs fails 2012-10-31 16:26:21 -04:00
rembo10 a5fd5c6881 Use original nzb titles for downloading, with mbid appended 2012-10-31 14:49:01 -04:00
rembo10 2e33c7a2f7 Fixed some of the xld code in the postprocessor to work with new config values 2012-10-30 18:39:34 -04:00
rembo10 705b56c696 Added xld option to config page 2012-10-30 16:38:01 -04:00
rembo10 6eab3b47e4 Added AdeHub's changes to searcher_rutracker to filter out vynyl rips 2012-10-30 15:56:25 -04:00
rembo10 d23b9b22e3 Merge remote-tracking branch 'AdeHub/master' into develop 2012-10-30 15:40:33 -04:00
rembo10 2fb45f489a Mark new albums added to musicbrainz in the last 21 days as wanted (if AUTOWANT_UPCOMING is selected) 2012-10-25 20:04:06 -03:00
Ade 608ccb2c0a XLD encoding
+ bonus post processing xld cue splitting.

Currently uses Advanced Encoding Options to determine xld and the xld
profile to use, e.g xld Apple Lossless. Would like to use congig
instead but can't figure out how to do it
2012-10-25 11:19:18 +13:00
rembo10 07ee4adc81 Patched http response read to deal with search providers hanging up and trashing our data 2012-10-24 13:26:27 -03:00
rembo10 dd76db450f Fix for post processor hanging when it fails to read one file. Logger fix in embedLyrics to use unicode instead of bytestring 2012-10-21 00:00:21 -03:00
rembo10 e3987049e6 Better logging when Headphones can't parse the best nzb 2012-10-20 22:19:36 -03:00
rembo10 4f1f05e12b Bug fixes for saving music folder/scan options without initiating a scan 2012-10-20 20:01:13 -03:00
rembo10 f09b0425c6 Change music directory without initiating a scan 2012-10-20 17:35:06 -03:00
rembo10 47291c5228 Moved empty artist database query to the main manage page, added a dialog to the ui 2012-10-20 16:13:10 -03:00
rembo10 4cc00d54b3 First changes to fix the 'delete empty artists function to delete artists with no albums in db 2012-10-20 15:34:23 -03:00
rembo10 8735ff18ee Merge remote-tracking branch 'ka2er/fix-illegal-files' into develop 2012-10-20 12:57:26 -03:00
ka2er 0d35b99a30 replace print cmd with a logger.debug 2012-10-18 16:51:40 +03:00
ka2er d57fea0040 fix various breaks if file name contains non ascii characters (>127) 2012-10-17 23:45:41 +02:00
rembo10 f18d271bca Merge remote-tracking branch 'plww/lastfmtag' into develop 2012-10-17 16:54:10 -03:00
plww 8358212df9 added interface for importLastFMTag 2012-10-14 20:28:36 +02:00
rembo10 a2e3c3f1e2 Merge remote-tracking branch 'doskir/issue835' into develop 2012-10-14 17:23:32 +01:00
rembo10 9f82e17a87 Merge remote-tracking branch 'doskir/unicodehell' into develop 2012-10-14 17:23:08 +01:00
plww 5fa6e426ba added function for getting top artists for tag 2012-10-14 10:49:33 +02:00
Patrick Speiser 8ed2534224 Fixes Issue #835 ,if the album name contains < and > characters replace them with _ before creating the folder (will fail on windows if we don't)
* / \ and | are also bad characters on windows and are not yet being handled
2012-10-13 12:41:52 +02:00
Patrick Speiser 2614d0140b Write configuration as UTF-8 ,allows unicode characters in configuration settings 2012-10-13 12:18:03 +02:00
Patrick Speiser 27c4ad6ee2 Fix post processing file renaming for some (all?) releases with unicode characters 2012-10-13 09:53:51 +02:00
Patrick Speiser 7fbd07beee Fixes issue #864 , better handling of the CACHE_SIZEMB setting 2012-10-11 15:38:42 +02:00
rembo10 93396accd2 Merge remote-tracking branch 'AdeHub/master' into develop 2012-10-09 17:50:05 +01:00
rembo10 7f56277c40 Properly pass the cache size when initializing a db connection 2012-10-08 21:34:02 +01:00
Ade c17ede266c Artwork not embedded if no ASIN
If no ASIN then last.fm not being checked and artwork not embedded
correctly
2012-10-08 21:48:40 +13:00
rembo10 49831dd467 Merge remote-tracking branch 'AdeHub/master' into develop 2012-10-07 20:01:37 +01:00
rembo10 323d6516be Revert git username from AdeHub commit 2012-10-07 19:56:46 +01:00
rembo10 daf828fe27 Merge remote-tracking branch 'doskir/bugs2012-10-07' into develop 2012-10-07 19:04:10 +01:00
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
Aaron Cohen dd5835a310 Fixed unassigned variable 2012-10-05 09:02:44 -07:00
rembo10 fce80bdea1 Merge remote-tracking branch 'doskir/issue533' into develop 2012-10-05 03:37:56 +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 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 0fb4987c87 Merge remote-tracking branch 'travisghansen/fixes' into develop 2012-10-02 22:29:15 +01:00