Commit graph

275 commits

Author SHA1 Message Date
samwiseg0
62749f20f9 Fixed: Multipage queue fetching 2022-01-20 23:04:19 -05:00
samwiseg0
06c4777a34 Change sonarr queue structures to str 2022-01-19 17:01:12 -05:00
Robin Dadswell
707c4a28fe
Fixed: Sonarr/Lidarr Queues (#227) 2022-01-19 16:53:28 -05:00
samwiseg0
885359986c Cleanup overseerr data collection 2022-01-19 15:17:19 -05:00
samwiseg0
e2920029ed Update intparser to accommodate changes to config structure 2022-01-19 14:20:43 -05:00
samwiseg0
442b518ced Fix overseerr structures 2022-01-19 14:05:24 -05:00
samwiseg0
e4b9926f68 Fix requested_date for Overseerr tv and movie 2022-01-19 13:36:07 -05:00
samwiseg0
908cfb15a0 Fix requested_date syntax. 2022-01-19 13:31:22 -05:00
samwiseg0
756b89bc03 Cleanup blank space 2022-01-19 13:29:12 -05:00
samwiseg0
08c49698a7 Clean up request totals. Upstream change sct/overseerr#2426 2022-01-19 13:28:12 -05:00
Stewart Thomson
5e8c8eb5ce
Update lidarr structure (#225)
Added missing arguments to Lidarr structure

Fixes #223
2022-01-17 22:10:54 -05:00
samwiseg0
7a4cf59e7c Fix Sonarrr calendar 2022-01-17 11:22:55 -05:00
Robin Dadswell
463f37e286
Fixed: Sonarr Data pull issues (#222) 2022-01-17 11:10:18 -05:00
Robin Dadswell
870c6cdee2
Fixed: Streamlined API calls to Radarr and Sonarr (#221) 2022-01-16 20:40:12 -05:00
samwiseg0
9508c3c3f7 add missing ip address in tautulli 2022-01-15 12:43:32 -05:00
samwiseg0
436a682360 Add IP data to tautulli #202 2022-01-15 12:23:29 -05:00
samwiseg0
d4c8037f56 Remove duplicate structures 2022-01-14 23:20:33 -05:00
samwiseg0
73b2686ba0 Add Overseerr Support (#210) 2022-01-14 23:16:44 -05:00
samwiseg0
9498a83bc8 Update Sonarr structures 2022-01-14 22:05:40 -05:00
samwiseg0
63746dd7be More lint fixes 2022-01-14 21:51:43 -05:00
samwiseg0
533ec1058f Fix lint issues 2022-01-14 21:49:17 -05:00
tigattack
2607584eba
Fix Sonarr & Radarr V3 API /queue endpoint (#220) 2022-01-14 21:21:54 -05:00
Robin
57028cd26c updated to support Radarr and Sonarr V3 Api 2021-09-17 22:55:02 +00:00
mal5305
2b1f6e0699 #203 2021-05-21 17:29:00 -04:00
Nicholas St. Germain
307eb62adf
remove f from strings with no formatting 2020-12-21 11:16:00 -06:00
Nicholas St. Germain
0906480270
make version/branch dynamic to build and add build-date 2020-12-21 11:00:45 -06:00
samwiseg0
e54029fca3 Update for ombi v4. Fixes #186 2020-12-15 00:13:27 -05:00
samwiseg0
82f8e4a698 Change exit code. Fixes #174 2020-12-15 00:12:38 -05:00
Derek Miller
2c27811879 Fix type error due to missing namedtuple field when fetching lidarr queue 2020-05-11 16:15:01 -07:00
samwiseg0
55fd938f96 Add artists count to Tautulli payload. Fixes #163 2020-01-02 11:44:23 -05:00
samwiseg0
3be05acec8 Bump version for develop 2020-01-01 19:31:36 -05:00
samwiseg0
c882bf4789 Prepare for release 2020-01-01 19:26:25 -05:00
samwiseg0
1820941a6d Change MAXMIND_LICENSE_KEY env for docker compose 2020-01-01 18:08:00 -05:00
samwiseg0
d5f7cae46e Add URLError error catching. Fixes #164 2019-12-31 17:25:10 -05:00
samwiseg0
3adc6b684e Change maxmind url to new format 2019-12-31 16:41:46 -05:00
samwiseg0
88f0f18d87 More format changes 2019-12-31 15:55:58 -05:00
samwiseg0
3c9cd199de Update formatting. 2019-12-31 15:54:33 -05:00
Phillip Hernandez
b81f746c43 Fix some spacing 2019-12-31 15:43:55 -05:00
Phillip Hernandez
855201160a Improve MaxMind DB logging and error catching 2019-12-31 15:43:08 -05:00
Phillip Hernandez
075780ea76 Change MaxMind download URL 2019-12-31 15:42:07 -05:00
Phillip Hernandez
19eb5ae72c Add MaxMind to ini parser 2019-12-31 15:41:14 -05:00
Phillip Hernandez
f526a765bc Change update to 30 days as per MaxMind license agreement 2019-12-31 15:40:30 -05:00
Phillip Hernandez
942a5a4735 Add maxmind_license_key to structures 2019-12-31 15:38:51 -05:00
Nicholas St. Germain
e932cd3a16 increment version 2019-12-11 11:14:03 -06:00
Nicholas St. Germain
7ebf3bb1e8 develop -> master + CHANGELOG 2019-12-11 11:01:24 -06:00
samwiseg00
6e1069d6d1 Fix formatting issues 2019-10-08 11:15:25 -04:00
JonnyWong16
4f5750ab16 Don't need to remove key from Tautulli sessions dict anymore 2019-10-07 13:51:39 -07:00
JonnyWong16
93f7628874 Make helper.itemgetter_with_default function return a tuple to act more like operator.itemgetter 2019-10-07 13:46:38 -07:00
JonnyWong16
fa4b5eec63 Use itemgetter_with_default helper function for Tautulli sessions 2019-10-07 13:10:29 -07:00
JonnyWong16
16e716e270 Add helper function itemgetter_with_default 2019-10-07 13:01:45 -07:00