l3uddz
44763c677a
Cache: Cache trakt responses for 1 day.
6 years ago
James
bc3b337563
log message change for malformed json response
6 years ago
James
9b59bda969
Support streaming of http request responses (does not solve the current trakt issue where incomplete JSON responses are being received).
...
Ignore pages with malformed/incomplete json responses (does solve the above issue - at the cost of pages being missed).
6 years ago
James
f7b2b22e5f
add person list type, must be used in conjunction with --actor / -a parameter
7 years ago
James
818b84bf86
added recommended list type for shows and movies, and --remove-rejected-recommended
7 years ago
James
77cf6509f4
dont allow redirects for sonarr/radarr requests.
7 years ago
James
92a1e2d649
enable auto mode with watched + played list types
7 years ago
James
d27ee19f3b
added watched + played list type (can use, watched_weekly/monthly/yearly/all)
7 years ago
James
da47720ce6
only change type_name when authenticate user is supplied
7 years ago
James
e2fc491673
added allowed_countries to config
7 years ago
James
9bed56c90d
fix popular lists.
...
issue was they are not returned in their own subdict, e.g. {'movie': { ITEM }}
7 years ago
l3uddz
fb0589b9cd
send genre tag in trakt list request
7 years ago
Mitchell Klijs
4786dba256
Refactor Trakt class
7 years ago
Mitchell Klijs
617575575e
Refactor helpers to seperate files
7 years ago
Mitchell Klijs
1aa46b6f24
Refactor Sonarr and Radarr classes to share common functionality
7 years ago
l3uddz
50bf34e7cc
add show and movie command to add single show/movie to sonarr or radarr.
7 years ago
Mitchell Klijs
0b778ca8c2
Remove old TODO
7 years ago
Mitchell Klijs
2182f4fbb9
Update trakt api_key and api_secret to client_id and client_secret
7 years ago
Mitchell Klijs
dc2f251648
Fix log messages
7 years ago
Mitchell Klijs
46bd678b8c
Add ability to fetch other users' watchlists
7 years ago
Mitchell Klijs
904cabc931
Refactor the way custom lists are fetched
...
Allow public custom lists to be fetched without an authenticated user and add the ability to fetch a list from a specific user by authenticating as another user.
7 years ago
Mitchell Klijs
7aa663fbb4
Fix log messages
7 years ago
Mitchell Klijs
060b10814b
Default to the first authenticated user if the list's user is not found
7 years ago
Mitchell Klijs
97f9ab12fb
Fix bug when no api_secret is set
7 years ago
Mitchell Klijs
ccf9fdf361
Add ability to fetch from watchlists and other private lists
7 years ago
l3uddz
482c11dbec
ensure server url ends with /
7 years ago
Filipe Santos
e5d473600e
Fix partial url paths join
7 years ago
Filipe Santos
35cd1b836f
Add config and file location support
7 years ago
l3uddz
5449a550e3
iterate response list looking for matching result dict.
7 years ago
l3uddz
c0c3c9dfaf
should solve issue where a list of dicts is returned by sonarr/radarr instead of a singular dict
7 years ago
l3uddz
c82416bfa3
check for json in response content-type and log a debug message for response text.
7 years ago
l3uddz
78431f56fc
consider 200/201 success response from sonarr/radarr
7 years ago
l3uddz
535973a170
5 sec sleep between page requests
7 years ago
l3uddz
2ae0fd19fb
should catch error reasons more regardless of status_code
7 years ago
l3uddz
1e50c0f8da
added boxoffice list to movies command
7 years ago
l3uddz
44d2082546
added ability to specify tags per network for new shows added to sonarr.
7 years ago
l3uddz
85445e6835
add extra debug log on retrieved tag/profile count
7 years ago
l3uddz
acc57b9e6b
add get_tag_id to sonarr class
7 years ago
desimaniac
41ba042a62
Log outpout tweaking
7 years ago
l3uddz
1166756825
show error message when adding movie/series fails.
7 years ago
l3uddz
08a216ef55
provide titleSlug to sonarr & radarr
7 years ago
l3uddz
e176d51f26
initial commit
7 years ago