Commit Graph

189 Commits

Author SHA1 Message Date
sbuser 86861df6f8 Searcher now downloads the nzb itself in order to pre-process the nzb
and take action. Currently it just checks the date in the nzb to make
sure it is within retention range. NZBs are sent directly to SAB or put
into the blackhole.
2011-08-07 21:16:35 -05:00
sbuser b84b9b997e Added headphones.MEDIA_FORMATS and referenced it in various places. M4A
had been left out in scanMusic. Should just have to change the literal
in the future.
2011-08-06 16:12:11 -05:00
Remy 91a75a8012 Typo in searcher 2011-08-06 11:25:56 -07:00
Remy 7084d998fe Fixed indentation in searcher 2011-08-06 11:18:31 -07:00
Remy af39e2546c Removed periods and underscores from title in filter 2011-08-06 11:14:55 -07:00
rembo10 9ce8db584a Merge pull request #199 from sbuser/develop
Some result verification from searcher - weeds out foobar when searching for foo
2011-08-06 10:49:19 -07:00
sbuser 4126555156 Merge branch 'develop' of https://github.com/sbuser/headphones.git into develop 2011-08-06 09:52:58 -05:00
sbuser 7a013e818d Attempt to weed out substring results. When searching for "Foo" we do
not want "Foobar"
2011-08-06 09:50:59 -05:00
Lyle Gordon 69c98976a9 added solaris SMF manifest 2011-08-06 21:37:01 +08:00
sbuser a2708ec964 Attempt to weed out substring results in searcher. 2011-08-05 18:59:56 -05:00
rembo10 7c4902516d Merge pull request #196 from lgordon/master
Solaris SMF Manifest
2011-08-05 16:36:05 -07:00
rembo10 4edf9f85a8 Merge pull request #197 from sbuser/develop
Bug fixes to post-processing
2011-08-05 16:13:11 -07:00
sbuser c047b90ea3 Make sure we aren't renaming unprocessed folders every time they are
re-post-processed.
2011-08-05 18:01:50 -05:00
Lyle Gordon 31dac105a7 added solaris SMF manifest 2011-08-05 18:00:26 -05:00
sbuser b7813de856 Fix post-processing of external folders adding blank artists (wrong
controlValue)
2011-08-05 17:51:56 -05:00
sbuser a4fe0efd9a Fix to make sure we don't re-add releases manually. Was comparing to
releaseid. Now properly comparing to releasegroupid
2011-08-05 17:39:50 -05:00
rembo10 75973573eb Merge pull request #195 from sbuser/develop
Added addReleaseById (musicbrainz releaseid), added post processing for Newzbin style and Headphones default folder style.
2011-08-05 14:30:04 -07:00
sbuser 78f1f1e7c0 Added addReleaseById (musicbrainz releaseid), added post processing for
Newzbin style and Headphones default folder style.
2011-08-05 11:19:09 -05:00
Remy 7ee5e78bf4 Small bug fixes: non-ascii characters in log on Windows, firstchar sorting under The 2011-08-04 00:14:05 -07:00
Remy b7396a27db Added timeouts when polling search providers 2011-08-02 14:05:41 -07:00
Remy 29dacdfb86 Bug fixes: hanging after failed nzbs.org attempt, retriving rgid from mb during force post process 2011-08-02 12:18:58 -07:00
rembo10 d2618daeb7 Merge pull request #176 from sbuser/post-processor-fixes
Postprocessing fixes: fix for files in windows with an smb name, added sanity checks for manual post-processing
2011-08-02 11:18:22 -07:00
sbuser 576d3b5aee Postprocessing fixes:
for files on network shares
  sanity check for manual post-process to prevent errors from names
headphones doesn't understand
2011-08-02 07:47:01 -05:00
Remy e817b14bd7 File metadata not being copied over on Windows, added tagged by comment to mp3s 2011-08-02 03:24:23 -07:00
Remy 5c4641c130 Newzbin url fix, post-processor bug fix for folders with an underscore 2011-08-02 00:23:58 -07:00
Remy 769579bed2 Fixed beets m4a album artist bug, redirect to artist page after adding, new folder naming option, fixed bug with folder names and forward slashes, have tracks update instantly on index page after processing, new filter for release groups 2011-08-01 22:21:46 -07:00
rembo10 cf3e60d4b4 Merge pull request #168 from sbuser/master
Newzbin support
2011-08-01 16:29:15 -07:00
sbuser b00c7535b4 Trying to get old newzbin back for rembo... 2011-08-01 16:47:54 -05:00
sbuser 8f70eb9b03 Added support for Newzbin. This required a bunch of new functions and
etc as Newzbin doesn't allow for GET authentication with a hash. They
want you to HTTP auth. I started creating some classes that I copied
from SickBeard to extract away things in the future.

Added USER_AGENT
2011-08-01 07:35:40 -05:00
Remy f7df386e8e Fixed post-processor replacing colons in destination dir on Windows 2011-07-31 16:38:29 -07:00
Remy 516f81cc59 Post-processor bug fixes: periods at the end of foldernames, colons in the file/folder, track renaming with no metadata fix 2011-07-31 01:21:21 -07:00
Remy 09201ac0ea Fixed renaming issue if no track title in metadata 2011-07-30 20:15:03 -07:00
Remy 1a2fb5c36d Bug fix: Dropping exclamation points in searches 2011-07-30 19:21:11 -07:00
Remy abaf445562 Fixed folder.jpg bug, added forced postprocessing 2011-07-30 18:31:34 -07:00
Remy 7a822dbc95 m4a support - test pls 2011-07-29 22:21:14 -07:00
Remy 4b586c0b64 Import Last.FM artists, post-processor folder bug fix 2011-07-29 22:15:28 -07:00
Remy 46624ae572 New option to add folder.jpg, post processing bug fixes: stuck renaming files, chmod fix (thx premiso - awesome), autotag check for accuracy 2011-07-29 16:12:47 -07:00
Remy 611fae1aa5 Better error handling in the post-processor 2011-07-29 11:39:16 -07:00
Remy 511b59bba8 Possible post-processor fix for albums with special characters under Windows 7 2011-07-29 02:31:09 -07:00
Remy 38a9c02988 fixed typo importing the lastfm module from the importer 2011-07-29 00:51:15 -07:00
Remy 470d07c7e3 Some initial last.fm integration 2011-07-29 00:41:01 -07:00
Remy 726e9f5e5e Post processor fixes: deleting folders with subdirectories, deleting sab music folder, processing retried downloads, updating have database after identifying album 2011-07-28 15:40:03 -07:00
Remy 6da8af133b Autotagging! 2011-07-27 23:33:00 -07:00
Remy 080871eda7 Fixed possible bug with displaying duration in album page 2011-07-27 15:08:02 -07:00
Remy 58859ae2a6 Fixed extra tracks bug, recursively reoving directories on post processing, better post processing logs 2011-07-27 15:04:23 -07:00
Remy 37e23c2a91 No longer tries to process albums that cannot be identified 2011-07-27 02:52:31 -07:00
Remy b8685ee13a Added file name test for post-processing, fixed typo in webinterface 2011-07-27 02:48:11 -07:00
Remy 738f0fd6af Post Processing! Very beta, but improvements coming soon. Also: specify log dir, automatically add extras for artists, release group selection process improvements 2011-07-27 00:38:15 -07:00
Remy 004d104efe Speed Fix -> Upcoming albums & have tracks will show None til next scan. Do a force update if you want it to show up immediately. Log Page fix 2011-07-24 18:49:02 -07:00
Remy 40d403b182 Small fix for artists with no albums 2011-07-24 00:38:36 -07:00