Commit graph

408 commits

Author SHA1 Message Date
echel0n
0acf78f196
Added dedicated SiCKRAGE section with API version and SSO login support (#1805)
Added migration code to migrate SickBeard section with fork sickrage-api to new SiCKRAGE section
2021-01-13 13:16:41 +13:00
Clinton Hall
bf05f1b4e7
Bypass for manual execution (#1788)
* no_status_check prevents additional checks.
#1192
#1778
2020-10-16 22:55:41 +13:00
Clinton Hall
beecb1b1a0
Fix DB import (#1779)
* Sqlite3.row handling fix
* Fix import error in Python3
2020-09-19 21:53:01 +12:00
Sergio Cambra
1814bd5ae1 add watcher3 integration (#1665) 2019-11-04 12:05:00 +13:00
Clinton Hall
bde5a15f66
Fixes for user_script categories (#1645)
Fixes for user_script categories. #1643
2019-08-06 09:04:45 +12:00
Clinton Hall
8ba8caf021
Fix3 (#1637)
* add singular fork detection for multiple runs. Fixes #1637
* Add newly identified fork variants #1630 #1637
* remove encoding of paths. #1637 #1582
2019-07-22 12:35:01 +12:00
Labrys of Knossos
424879e4b6 Add future imports 2019-04-07 17:44:25 -04:00
Labrys of Knossos
99159acd80 Fix flake8-bugbear B007 Loop control variable not used within the loop body. 2019-04-07 13:39:48 -04:00
Labrys of Knossos
9527a2bd67 Fix flake8 E402 module level import not at top of file 2019-04-07 13:16:35 -04:00
Labrys of Knossos
98e8fd581a Fix flake8 E303 too many blank lines 2019-04-07 13:08:31 -04:00
Labrys of Knossos
077f04bc53 Fix flake8 E265 block comment should start with '# '
Ignore for NZBGET scripts
2019-04-07 12:56:50 -04:00
Clinton Hall
aee3b151c0
Lazylib 1 (#1587)
* add support for LazyLibrarian. Fixes #1223
2019-03-29 09:50:43 +13:00
clinton-hall
19c3e1fd85 remove .encode which creates byte vs string comparison issues. Fixes #1582 2019-03-15 20:42:21 +13:00
Labrys of Knossos
9f7f28d54e Fix missed commits during refactor 2019-03-10 20:35:05 -04:00
Labrys of Knossos
f6e620a3fd Add Python End-of-Life detection 2019-02-03 11:30:55 -05:00
Labrys of Knossos
0c98912b76 Refactor PASSWORDSFILE -> PASSWORDS_FILE
Refactor DOWNLOADINFO -> DOWNLOAD_INFO
2019-01-19 14:34:02 -05:00
Labrys of Knossos
d973f4955f Refactor TORRENT_CLIENTAGENT -> TORRENT_CLIENT_AGENT 2019-01-19 14:34:02 -05:00
Labrys of Knossos
4bf842b4f4 Refactor TORRENT_DEFAULTDIR -> TORRENT_DEFAULT_DIRECTORY 2019-01-19 14:34:02 -05:00
Labrys of Knossos
a24367113b Refactor OUTPUTDIRECTORY -> OUTPUT_DIRECTORY 2019-01-19 14:34:02 -05:00
Labrys of Knossos
28f1bc35c5 Refactor USELINK -> USE_LINK 2019-01-19 14:34:01 -05:00
clinton-hall
3a2ed4bc57 fixed manual Torrent run result parsing. Fixes #1520 2019-01-13 19:41:04 +13:00
Labrys of Knossos
ada78a14f8 hotfix 2019-01-06 00:47:40 -05:00
Labrys of Knossos
325a6a03d5 Fix hash-bang 2019-01-01 00:07:21 -05:00
Labrys of Knossos
c5343889fb Fix quotes - standardize to single-quoted strings 2018-12-29 14:19:20 -05:00
Labrys of Knossos
8c4353bc90 Add ProcessResult to auto_process.common 2018-12-27 11:32:52 -05:00
Labrys of Knossos
d95fc59b45 Remove superfluous classes 2018-12-27 11:32:51 -05:00
Labrys of Knossos
018ded07d6 Fix PEP8 for bare exceptions 2018-12-26 11:29:38 -05:00
Labrys
52c6096b6a Fix PEP8 whitespace violations 2018-12-26 11:22:11 -05:00
Lizband
d1edf9f2a2 Merge branch 'release-11.7' into nightly
# Conflicts:
#	changelog.txt
#	core/versionCheck.py
#	nzbToMedia.py
2018-12-25 14:39:31 -05:00
Lizband
273f455602 Force cleanup during transitional period 2018-12-25 12:08:45 -05:00
Labrys of Knossos
6b52bb68d0 Refactor process_episode -> process 2018-12-19 17:26:49 -05:00
Labrys of Knossos
f61a17b8a0 Refactor nzbToMediaUtil -> utils 2018-12-19 17:20:56 -05:00
Labrys of Knossos
8176c2f007 Refactor nzbToMediaUserScripts -> user_scripts 2018-12-19 17:20:55 -05:00
Labrys of Knossos
9d9abffdb6 Refactor nzbToMediaDB -> main_db 2018-12-19 17:20:54 -05:00
clinton-hall
0700aa0400 fix six import in TorrentToMedia. #1433 2018-12-18 19:38:18 +13:00
Labrys of Knossos
41fa636fc2 PEP8 Argument should be lowercase 2018-12-16 23:33:31 -05:00
Labrys of Knossos
7f2a4d2605 PEP8 Class name should be CamelCase 2018-12-16 22:05:08 -05:00
Labrys of Knossos
d8cbf422dd PEP8 Function name should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
97e1ed71b3 PEP8 Variable in function should be lowercase 2018-12-16 21:59:24 -05:00
Labrys of Knossos
5bc789bca3 Optimize imports 2018-12-15 15:01:06 -05:00
clinton-hall
9baef39f99 dded flow and config for Lidarr handling. #1350 2018-05-20 09:33:56 +12:00
clinton-hall
b5ee0c241c added check for single file Torrent. Fixes #924 2018-04-12 21:31:59 +12:00
hjbotha
bb6eff806e improve user script media extension handling 2017-12-05 14:51:57 +00:00
clinton-hall
dc21f125b4 try to avoid spaces in outputdir. Fixes #1294 2017-09-12 21:46:16 +09:30
clinton-hall
f8e525abe7 add Radarr handling. #1170 2017-02-22 21:53:58 +10:30
labrys
e3fb399fad Apply fix #1071 to TorrentToMedia as well 2016-06-22 01:47:34 -04:00
labrys
d2767292fc Fix #1064: TypeError when key not found in config 2016-06-22 01:27:50 -04:00
Labrys
390b401ee2 Apply dict type-casting to section[usercat] in TorrentToMedia.py
* Fixes #1064
2016-06-18 21:12:26 -04:00
Labrys
8861e3afa5 PEP 8: Fix long line length 2016-06-18 20:57:34 -04:00
clinton-hall
9beeeaa752 not all categories support uniquePath. Fixes #1064 2016-06-18 10:27:23 +09:30