Commit graph

20 commits

Author SHA1 Message Date
Nicole Hubbard
0a7d18bb81 Update Missing column ordering
Fix missing data in Sonarr. Currently episode name is stored in air time and vice versa.
2019-05-09 13:39:35 -06:00
Nicholas St. Germain
73ea3d5176 sonarr refactor 2019-04-24 18:51:32 -05:00
Nicholas St. Germain
5b7fddddaf add a bit more logging 2019-04-19 12:54:16 -05:00
Nicholas St. Germain
23fa435590 update sonarr error logging 2019-04-19 12:48:04 -05:00
Nicholas St. Germain
bcc8b05517 change iteration to only drop the bad shows. Will get more specific after we get a data dump of a bad example 2019-04-18 21:28:23 -05:00
Nicholas St. Germain
68b7542bcb change iteration to only drop the bad shows. Will get more specific after we get a data dump of a bad example 2019-04-18 21:25:23 -05:00
samwiseg0
02c1e7acd8 Skip over invalid sonarr queue entries. Fixes #117 2019-03-13 14:35:49 -04:00
Nicholas St. Germain
255a2cc199 cleanup 2019-01-09 15:57:03 -06:00
Nicholas St. Germain
1aaf1fc6bf initial in-thread kill 2019-01-09 02:00:50 -06:00
Nicholas St. Germain
1c0ea465e8 specified classes 2018-12-30 00:43:10 -06:00
Nicholas St. Germain
0b4e753752 add quality as tag to sonarr queue to match radarr 2018-12-19 01:52:13 -06:00
Nicholas St. Germain
61fcf3b80c major pep8 cleanup.
funneled scope of imports where possible
fixed #59
Added fstrings where possible
added logging both temporarily and in secondary places
2018-12-17 19:12:37 -06:00
samwiseg0
4392a2f3de Convert Air date to UTC 2018-12-14 22:47:27 -05:00
Nicholas St. Germain
2ec2eda971 made time local to the function. Fixes #56 2018-12-11 00:01:24 -06:00
Nicholas St. Germain
743f35842e made more verbose errors for TypeError 2018-12-06 12:04:02 -06:00
Nicholas St. Germain
59bfb4a567 added logger to all subclasses, and added exception handling for structure creation 2018-12-06 11:39:51 -06:00
Nicholas St. Germain
b27066a213 enhancement: moved logger to class as it should be.
also fixed a typo
2018-12-06 11:17:57 -06:00
Nicholas St. Germain
18a5fdacba fixed clean_check of server_ids, fixed under-indented radarr get_movie,
and added __repr__ for cleaner logging
2018-12-04 21:17:33 -06:00
samwiseg0
aa04ea84b7 Removing old logging 2018-12-04 19:16:00 -05:00
Nicholas St. Germain
8b2056ad66 swapped capitalization 2018-12-04 10:45:18 -06:00