Commit Graph

1147 Commits

Author SHA1 Message Date
rembo10 c36491384c Merge branch 'postprocessor-hotfix' into develop 2012-11-23 13:56:26 -05:00
rembo10 b1c1f13dff Fix for post processor hanging when doing a forced post process and a match is found based on folder name 2012-11-23 13:56:07 -05:00
rembo10 b655ffbe6b Merge remote-tracking branch 'brycied00d/DownloadDirFix' into develop 2012-11-23 00:33:32 -05:00
rembo10 65cacfd546 Merge remote-tracking branch 'brycied00d/Pushover' into develop 2012-11-23 00:33:00 -05:00
rembo10 bb6691ff03 Merge remote-tracking branch 'chomp-/develop' into develop 2012-11-23 00:31:55 -05:00
rembo10 699d034250 Always upper() the variable in making folder 2012-11-13 15:28:34 -05:00
Daniel Firu eca3c3d49c change http to https for search.py as well 2012-11-13 05:43:27 -08:00
Bryce Chidester 2bcbc5816f Prevent double-processing of downloads when the SabNzbd and Torrent download directories are the same. 2012-11-11 12:22:21 -07:00
Bryce Chidester ca10feff95 Implement Pushover notification support.
As mentioned in https://github.com/rembo10/headphones/issues/888
Only added the configuration to the default user interface.
This was mostly copy/pasted from the Prowl notifications.
2012-11-11 12:15:31 -07:00
Daniel Firu 9d98759768 Change nzbmatrix from http: to https: for so nzb request packets are not in clear text. 2012-11-07 12:06:24 -08:00
rembo10 b0fa43e5b9 Check the snatched db first for the folder name when forcing post-processing 2012-11-06 18:07:46 -05:00
rembo10 e545fead2a typo 2012-11-05 18:09:09 -05:00
rembo10 182a01a31e Merge remote-tracking branch 'N3MIS15/xbmc_json' into develop 2012-11-05 18:08:14 -05:00
rembo10 7f2671e6c3 Better fix for non-unicode artist names being passed into artistlist_to_mbids 2012-11-05 13:26:27 -05:00
N3MIS15 4b741e6ffe Add json support to XBMC notifier 2012-11-05 16:05:17 +11:00
rembo10 15b9d98d7c Grabbing a bug fix from the develop branch (catches non-unicode names
being passed to the findArtistByAlbum function)
2012-11-04 21:54:29 -05:00
rembo10 e7abd49e83 Catch non-unicode artist names being passed into findArtistbyAlbum in mb.py 2012-11-04 21:54:01 -05:00
rembo10 c47ccb937a Bug fixes, xld encoder, kere.ws support, use original nzb title, support for sab spaces->underscores 2012-11-04 21:30:04 -05:00
rembo10 c696b6d534 Filter out remix albums from search results, unless we're specifically looking for a remix album (also bumped up release group limit from 100->200 in mb.py getArtist) 2012-11-04 10:59:23 -05:00
rembo10 937a4e54de Fix for postprocessor failing when trying to rename files where unicode char doesn't map to sys_encoding (basically just replace encoding errors) 2012-11-03 22:56:10 -04:00
rembo10 00ebf2ee60 Add support for kere.ws newznab provider 2012-11-03 21:52:36 -04:00
rembo10 c5ee88d82c Don't mark albums as wanted if it's already Downloaded (with AUTOWANT_ALL selected). Don't search until after track info is populated 2012-11-01 19:42:20 -04:00
rembo10 3f780c2dd1 Don't replace text for Nonetype in helpers.replace_all 2012-11-01 18:27:41 -04:00
rembo10 ffa05d4c8a Strip leading/trailing whitespace from FOLDER_FORMAT, FILE_FORMAT 2012-11-01 18:20:24 -04:00
rembo10 0a000342c1 Turn off basic_auth for /api if using username & password 2012-11-01 11:41:58 -04:00
rembo10 c35ef320fb Fix for post processor verify failing if no metadata title (or artist or album) 2012-10-31 19:45:16 -04:00
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 78202757da Keep path to encoder for xld option in config 2012-10-30 22:29:52 -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 03964ec8c7 Merge remote-tracking branch 'ekohl/keyboardinterrupt' into develop 2012-10-30 15:50:21 -04:00
rembo10 0e8757c60f Merge remote-tracking branch 'ekohl/patch-1' into develop 2012-10-30 15:50:13 -04:00
rembo10 d23b9b22e3 Merge remote-tracking branch 'AdeHub/master' into develop 2012-10-30 15:40:33 -04:00
Ewoud Kohl van Wijngaarden 34b162877e Allow shutting down using KeyboardInterrupt 2012-10-29 10:44:49 +01:00
Ewoud Kohl van Wijngaarden 6d261cd505 Typo fix 2012-10-28 23:47:12 +01: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 75ec1e75e8 Merge branch 'incompleteread' into develop 2012-10-24 13:26:40 -03: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 3e2bab2383 Merge branch 'develop' 2012-10-21 00:00:31 -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 8663746e7d Merge branch 'minor-interfacelift' 2012-10-20 23:04:52 -03:00
rembo10 90cec8dfc8 Merge branch 'minor-interfacelift' into develop 2012-10-20 23:04:35 -03:00
rembo10 d30f6b8572 Minor changes to config UI 2012-10-20 23:04:21 -03:00
rembo10 97c31f1882 Merge branch 'develop' 2012-10-20 22:25:24 -03:00
rembo10 e3987049e6 Better logging when Headphones can't parse the best nzb 2012-10-20 22:19:36 -03:00