Commit Graph

  • c145d3abde fix issues with import of cfg. clinton-hall 2016-08-06 08:16:22 +09:30
  • 7ea8f3b848 Merge pull request #1074 from clinton-hall/issue-1071 Labrys of Knossos 2016-06-22 01:48:23 -04:00
  • e3fb399fad Apply fix #1071 to TorrentToMedia as well labrys 2016-06-22 01:43:27 -04:00
  • f8b0fca2ec Merge pull request #1073 from clinton-hall/isssue-1064 Labrys of Knossos 2016-06-22 01:31:18 -04:00
  • d2767292fc Fix #1064: TypeError when key not found in config labrys 2016-06-22 01:27:50 -04:00
  • 6ec8025e67 Merge pull request #1072 from clinton-hall/issue-1071 Labrys of Knossos 2016-06-21 23:52:59 -04:00
  • a2247345d4 Fix #1071: IndexError when unable to get download info labrys 2016-06-21 23:47:49 -04:00
  • f3552edbba Merge pull request #1068 from clinton-hall/issue-1064 Clinton Hall 2016-06-19 17:46:48 +09:30
  • 390b401ee2 Apply dict type-casting to section[usercat] in TorrentToMedia.py * Fixes #1064 Labrys 2016-06-18 20:59:18 -04:00
  • e05f429641 Merge pull request #1067 from clinton-hall/pep Labrys of Knossos 2016-06-18 21:11:41 -04:00
  • 8861e3afa5 PEP 8: Fix long line length Labrys 2016-06-18 20:57:34 -04:00
  • 5a7d525f6c fix NZBGet script headers. clinton-hall 2016-06-18 12:38:48 +09:30
  • 9beeeaa752 not all categories support uniquePath. Fixes #1064 clinton-hall 2016-06-18 10:27:23 +09:30
  • 0ce7582da5 Merge pull request #1050 from clinton-hall/code-cleanup-3 Labrys of Knossos 2016-06-12 03:42:18 -04:00
  • ea1f086d56 Merge branch 'dev' into nightly clinton-hall 2016-06-12 08:26:51 +09:30
  • c05589a2c4 Merge pull request #1062 from andrzejc/dev Clinton Hall 2016-06-12 08:25:36 +09:30
  • d500c61b95 TorrentToMedia: fix invalid indexing scope, select first elem of pair not char andrzejc 2016-06-11 14:22:20 +02:00
  • e6900ee16b Merge branch 'dev' into nightly clinton-hall 2016-06-08 22:23:35 +09:30
  • ef8701ed59 fix autofork detection. Fixes #1056 clinton-hall 2016-06-08 22:22:07 +09:30
  • 94e1ee9ad7 Merge pull request #1058 from clinton-hall/issue-1056 Labrys of Knossos 2016-06-07 23:51:29 -04:00
  • 546a134299 Merge pull request #1057 from clinton-hall/issue-1056 Labrys of Knossos 2016-06-07 08:57:02 -04:00
  • 1085c5851c Apply dict type-casting in autoFork too. * Fixes #1056 Labrys 2016-06-07 08:51:56 -04:00
  • 6bb4ae56bd Update jaraco.windows to v3.6: Labrys 2016-06-06 12:38:26 -04:00
  • 0abc7e17cd Update configobj to v5.0.6: Labrys 2016-06-06 12:16:22 -04:00
  • 1111074dc3 Update beets to 1.3.18: Labrys 2016-06-06 12:08:03 -04:00
  • 5e2c8293c6 Update subliminal to v1.1.1: Labrys 2016-06-06 11:42:31 -04:00
  • c5b60adb33 Fix spelling labrys 2016-06-06 04:22:38 -04:00
  • 2ad9f2e35f Standardize string formatting to use .format instead of concat labrys 2016-06-06 05:45:42 -04:00
  • a3a59af3f8 Too broad exceptions: * Use .get() with default value instead. * Use UnicodeError to catch .encode exceptions labrys 2016-06-06 04:03:14 -04:00
  • ccdad818fd Use print_function to standardize printing labrys 2016-06-06 03:47:27 -04:00
  • 9f6ca4eaad Fix unresolved reference to replace_links labrys 2016-06-06 04:20:58 -04:00
  • 2671becdde Use six.text_type to standardize unicode function labrys 2016-06-06 03:44:32 -04:00
  • 84a89c62d5 PEP8: Tests for membership should use in/not in PEP8: .has_key() is deprecated, use in labrys 2016-06-06 03:25:34 -04:00
  • c2bf14f775 PEP8: Fix formatting * Remove redundant backslash between brackets * Fix multiple statements on one line * Fix missing/excess whitespace * Fix comments not starting with a single # and a space labrys 2016-06-06 03:25:06 -04:00
  • 58d439f3eb Remove unused imports, variables, and redundant parentheses labrys 2016-06-06 03:11:38 -04:00
  • 1a3b1ce4b6 Add encoding declaration labrys 2016-06-06 03:12:02 -04:00
  • f093fafd8d move import of six after addition of path. clinton-hall 2016-06-06 21:29:50 +09:30
  • e10ca1a1c3 Merge pull request #1049 from labrys/code-cleanup-core Clinton Hall 2016-06-06 20:48:03 +09:30
  • aeaf7fdeda Merge pull request #1048 from labrys/bug-fix Clinton Hall 2016-06-06 20:26:49 +09:30
  • df8c6bc20f Too broad exceptions. * Use .get() with default value instead. Labrys 2016-06-05 13:35:46 -04:00
  • 1cd073cd52 Use format() instead of % for string formatting Labrys 2016-05-31 08:20:06 -04:00
  • 94e8a45c62 Code cleanup * Streamline variable assignment * Replace assignment with augmented assignment * Remove unused variables and redundant parentheses Labrys 2016-06-05 02:31:04 -04:00
  • 47c585d81c Rewrite dictionary creation as a dictionary literal Labrys 2016-06-05 09:55:56 -04:00
  • a983c6c7be Streamline conditional statements * Non-zero ints evaluate True. Labrys 2016-06-05 09:49:59 -04:00
  • eb1ee8b5f5 Set expected, but passing list Labrys 2016-06-05 09:28:47 -04:00
  • 22daf02167 Python 3: Raise with no arguments can only be used in an except block Labrys 2016-06-04 23:35:11 -04:00
  • 76a00b2493 Convert to new-style class by inheriting from object Labrys 2016-06-04 23:01:15 -04:00
  • 8434fd5419 Python 3: Fix relative imports Labrys 2016-06-05 09:35:33 -04:00
  • ec71e7806d Python 3: Convert except ExceptClass, Target: to except ExceptClass as Target: Labrys 2016-06-04 23:17:50 -04:00
  • 5903538ae5 Python 3: Make long = int Labrys 2016-06-04 23:34:56 -04:00
  • ec2fc8d538 Use six.text_type * Standarizes unicode function between Python 2 and Python 3 Labrys 2016-06-04 23:32:32 -04:00
  • abf63d6bbe Use six.iteritems helper * Standardizes dict.iteritems between Python 2 and Python 3 Labrys 2016-06-05 08:58:17 -04:00
  • d4e5809a29 Use print_function to standardize printing between Python 2 and Python 3 Labrys 2016-06-04 23:24:54 -04:00
  • cf1ae938fc Use six to standardize imports between Python 2 and Python 3 Labrys 2016-06-04 23:53:26 -04:00
  • 382d108db2 Optimize imports * PEP8: Fix module level import not at top of file * Remove unused imports * Remove simplejson * Replace mimetools with email Labrys 2016-06-04 22:10:26 -04:00
  • 3acaf29f1e Update six to 1.10.0 Labrys 2016-06-05 00:36:12 -04:00
  • 1fd904eb5b PEP8: Tests for membership should use in/not in * .has_key() is deprecated, use in Labrys 2016-06-04 22:20:45 -04:00
  • 92ae852513 PEP8: comparison to None, True, or False should use is/is not Labrys 2016-06-04 22:16:52 -04:00
  • 8cd0e76ef8 PEP8: Fix formatting * Remove redundant backslash between brackets * Fix multiple statements on one line * Fix missing/excess whitespace * Fix comments not starting with a single # and a space * Convert tabs to spaces * Use triple-quoted docstring Labrys 2016-06-04 22:07:03 -04:00
  • 81ffe0456d Add encoding declaration Labrys 2016-06-04 21:36:03 -04:00
  • 8a7883b9af Merge pull request #2 from labrys/bug-fix Labrys of Knossos 2016-06-05 01:59:58 -04:00
  • a4fd80e695 Fix TypeError for missing keys by type-casting config to dict Labrys 2016-06-05 01:34:24 -04:00
  • b4541d3236 Fix config option extract never being used Labrys 2016-06-05 01:40:13 -04:00
  • 044d0d9736 Merge pull request #1043 from labrys/code-cleanup-autoprocess Clinton Hall 2016-06-05 09:17:38 +09:30
  • 63314a1f73 Merge pull request #1 from labrys/code-cleanup-autoprocess Labrys of Knossos 2016-05-31 19:19:48 -04:00
  • 51d2c73054 Use format() instead of % for string formatting Labrys 2016-05-31 12:02:40 -04:00
  • 0c45961382 Streamline variable assignment labrys 2016-05-31 04:42:49 -04:00
  • 88c9d74206 Fix log message: * Renamed url1 to url * Added section argument to CDH * Removed undefined variable good_files labrys 2016-05-31 04:09:14 -04:00
  • 8880d11e8a Too broad exceptions. * Use .get() with default value instead. * Use ValueError to catch JSONDecodeError from simplejson and ValueError from json standard lib * Use request.RequestException instead. labrys 2016-05-31 03:49:34 -04:00
  • 8235134fad Rewrite dictionary creation as a dictionary literal labrys 2016-05-31 03:44:33 -04:00
  • 4a4087180b Python 3: Convert 'except exceptClass, Target' to 'except exceptClass as Target' labrys 2016-05-31 03:40:30 -04:00
  • 03fa8bc973 Replace assignment with augmented assignment labrys 2016-05-31 03:35:25 -04:00
  • c5c5279a8b PEP8: .has_key() is deprecated, use 'in' labrys 2016-05-31 03:33:50 -04:00
  • 948ead5408 PEP8: comparison to None should be 'if cond is not None:' labrys 2016-05-31 03:26:59 -04:00
  • 061a167b56 PEP8: Test for membership should be 'not in' labrys 2016-05-31 03:25:16 -04:00
  • 38ed3350ac PEP8: Fix formatting Labrys 2016-05-31 11:59:25 -04:00
  • 0a1fe84306 Convert to new-style class by inheriting from object labrys 2016-05-31 03:38:54 -04:00
  • c7defa37da Fix faulty logic in conditional Labrys 2016-05-31 11:15:14 -04:00
  • 230cc794d0 Fix spelling labrys 2016-05-31 03:44:44 -04:00
  • d15fa76fc9 Remove unused imports, unused variables, and redundant parentheses labrys 2016-05-31 04:26:09 -04:00
  • b7c7ec000b Add missing os import Labrys 2016-05-31 11:55:36 -04:00
  • 0e1437eb7e Add encoding declaaration Labrys 2016-05-31 11:52:43 -04:00
  • 2d770510a2 V10.15 ready for merge. clinton-hall 2016-05-29 18:41:44 +09:30
  • c1b73be96a fix string and integer concat error. Fixes #1036 clinton-hall 2016-05-19 13:27:39 +09:30
  • 417b79db12 don't add imdb id when torrent move-sym in use. Fixes #1030 clinton-hall 2016-05-19 12:45:40 +09:30
  • c1de432a3f Merge pull request #1037 from ratoaq2/patch-3 Clinton Hall 2016-05-19 10:55:30 +09:30
  • 9225aa26ae Do not remove release group information from base folder Rato 2016-05-17 21:23:56 +02:00
  • 24a47cae71 Merge pull request #1004 from miigotu/patch-2 Clinton Hall 2016-04-11 18:57:20 +09:30
  • 1af2178f08 Adjust params for SickRage miigotu 2016-04-11 00:50:13 -07:00
  • ada354886e Sort listMediaFiles results by path length #998 Thanks @RyanMelena clinton-hall 2016-04-06 19:29:09 +09:30
  • 5b86ee30f4 Merge 9e788a0f428f8462dfb3f57b0e7a0a307d1cb2d0 into c50957d0b4683a125df039329d8f90df630d4e28 RyanMelena 2016-04-04 18:44:43 +00:00
  • 9e788a0f42 Sort listMediaFiles results by path length RyanMelena 2016-04-04 13:44:29 -05:00
  • 3f0bf71d71 remove sickrage failed and torrent. Just check for params. Fixes #971 clinton-hall 2016-03-22 07:18:07 +10:30
  • 9e741b9b48 Merge pull request #990 from Amelandbor/patch-1 Clinton Hall 2016-03-22 07:05:16 +10:30
  • a2fc2f95c9 Check failed download handling in fork parameters Amelandbor 2016-03-21 13:40:38 +01:00
  • d334b33a39 don't copy archives when set to extract. Fixes #980 clinton-hall 2016-03-15 20:35:11 +10:30
  • c50957d0b4 V10.14 ready for merge clinton-hall 2016-03-13 08:08:49 +10:30
  • fbb8b18c4c allow escape if generic parameters not set. clinton-hall 2016-03-12 21:40:53 +10:30
  • 5c37f4a79e Merge pull request #985 from neox387/master Clinton Hall 2016-03-12 08:08:04 +10:30
  • 389e6c5e8d Add generic run mode neox387 2016-03-11 15:18:38 +01:00