Commit Graph

295 Commits

Author SHA1 Message Date
Remy 2352224af1 Merge branch 'shutdown' into develop 2011-08-12 17:20:36 -07:00
Remy d330accbfc Shutdown/restart signals now handled by the main thread 2011-08-12 17:19:53 -07:00
Remy 337a952a2b Updated history template to show most recent first 2011-08-12 16:10:43 -07:00
Remy 2833e85d94 Merge branch 'develop' 2011-08-11 19:57:04 -07:00
Remy 6467eaa7cd Bug fixes: Hang on disambiguation, various artists defaulting to artist field, sbusers beets changes 2011-08-11 19:53:30 -07:00
Remy ec11cf865d Better fix for hang on mb artist/album lookup. Took out string filter from searcher 2011-08-11 19:41:35 -07:00
Remy 38884b9256 Fixed NoneType error when searching for a disambiguation with no album title 2011-08-11 19:00:06 -07:00
Remy 643d02c2cd Fixed debug message error in postprocessor 2011-08-11 18:23:27 -07:00
Remy 424801b5e8 Added debugging messages to the postprocessor verify function 2011-08-11 13:09:29 -07:00
Remy ddcdf9d7bb Merged sbusers beets changes 2011-08-11 11:49:20 -07:00
Remy 9a81a8e0d1 Changed logging level from WARN to WARNING 2011-08-11 11:29:23 -07:00
Remy 6cc2a9c5ab Fixed excluding Various Artists as a valid album artist 2011-08-11 10:22:30 -07:00
Remy 5d2ce60d4c Fixed marking album as skipped, added force check option to album page 2011-08-11 10:01:28 -07:00
Remy d464afde90 Merge branch 'develop' 2011-08-11 01:36:10 -07:00
Remy 3d56daf73e Merge branch 'master' of github.com:rembo10/headphones into develop 2011-08-11 01:35:09 -07:00
Remy 6f06a740c3 Merged sbusers searcher & post processor changes, unicode error fix, added manage artists page, bug fixes 2011-08-11 00:56:36 -07:00
Remy 4a233f0126 Updated remix template to reflect changes in default template 2011-08-11 00:44:29 -07:00
Remy 4e8c837f73 Added Manage Artist section under Manage 2011-08-11 00:42:27 -07:00
Remy eae79a3572 Possible fix for unicodedecodeerrors in post processor 2011-08-10 22:20:59 -07:00
Remy 8dddc92e9d Took out the str(download_dir)/unicode escape clause in postprocessor, changed fallback retention to 2000 days, changed if term <> various artists to if term != various artists 2011-08-10 20:22:09 -07:00
Remy 5782b5bed5 Merge branch 'sbuser' into develop 2011-08-10 20:03:41 -07:00
Remy 6ac4412fed Merge remote-tracking branch 'sbuser/develop' into sbuser 2011-08-10 19:57:38 -07:00
sbuser 05ee998de7 Error message for people who don't set their download directory and then
wonder why there's no post-processing.
2011-08-10 20:48:09 -05:00
sbuser c2768ae1f0 Added special character '*' to list of exceptions in mb.findArtist
query. Why are you only quoting the queries with special characters?
Better results are had with quoting every time because of how lucene
works imo
2011-08-10 20:37:30 -05:00
sbuser 976311613b Added '*' to the list of characters removed from search terms. This is a
wildcard at NZBMatrix that was returning 100 hits.
2011-08-10 20:11:14 -05:00
sbuser 74b8a88f29 More substring result prevention. This time on the full term to prevent
snatches on "Vol III" when we want "Vol II."
2011-08-10 20:06:09 -05:00
Remy 7600016fe3 Changed disambiguation message to debug 2011-08-10 17:18:15 -07:00
Remy b9d1412bb1 Config option for folder permissions 2011-08-10 17:16:54 -07:00
Remy 2183ce49b8 Fixed UnboundLocalError/nzb referenced before assignment 2011-08-10 16:20:51 -07:00
Remy 45e38bc74f Reverted to style.css from master 2011-08-10 16:16:15 -07:00
Remy 7a8cefee39 Merge branch 'sbuser' into develop 2011-08-10 16:15:18 -07:00
Remy d184998fb3 Merge remote-tracking branch 'sbuser/develop' into sbuser 2011-08-10 16:13:21 -07:00
sbuser 5eac6d466e More Newzbin throttling fixes. 2011-08-10 10:25:31 -05:00
sbuser fd5d937cc4 Fix for TypeError: object of type 'NoneType' has no len() in Newzbin
results.
2011-08-10 10:16:38 -05:00
sbuser 957a7522df Added exceptions.py to throw our own exceptions. Attempted to mimic
sickbeard exception handling of newzbin throttling.
2011-08-10 10:12:11 -05:00
sbuser cc626ea7fa Merge branch 'develop' of https://github.com/sbuser/headphones.git into develop
Conflicts:
	data/css/style.css
2011-08-10 09:35:00 -05:00
Remy 24c6ea9e5b Added download directory scan interval as a config option in config.ini 2011-08-10 22:30:51 +08:00
Remy 2dd5ab94ee Fixed bug with log page not displaying if non-utf8 characters 2011-08-10 22:30:51 +08:00
Remy e70f893ff3 Fixed album title exception in post processor 2011-08-10 22:30:50 +08:00
Remy fd74af60ee Fixed default logging to show results by most recent 2011-08-10 22:30:49 +08:00
Remy bdd576f8b2 Changed artist already in db message to debug 2011-08-10 22:30:49 +08:00
Remy a66aa5f418 Fixed wanted albums showing Retry Download subhead 2011-08-10 22:30:49 +08:00
Remy c2e3b5e460 Added ability to remove extras, Various Artists excluded from pre-processing, updated templates 2011-08-09 21:37:43 -07:00
Remy 44fd6bb146 Merge branch 'develop' 2011-08-09 21:04:07 -07:00
Remy 4b701f5a27 Added a sample template 2011-08-09 21:03:23 -07:00
Remy 07ffe8691c Added interfaces to staticdir in webstart, searcher excludes Various Artists from search (also cleaned up term encoding), default usenet retention in postprocessor/preprocess 2011-08-09 21:02:47 -07:00
Remy d44f2f1fc2 Merge branch 'sbusermerge' into develop 2011-08-09 18:24:35 -07:00
Remy 4d9f950394 Merging sbusers changes 2011-08-09 18:22:09 -07:00
Remy 8b9ce3bf61 Merge branches 'select-interface' and 'develop' into develop 2011-08-09 17:44:06 -07:00
Remy ff5776659f Added customizable interfaces option to config 2011-08-09 17:43:36 -07:00