James
557ffbc36d
should support < python 3.6 now..
7 years ago
James
e1a2d6e9ed
Merge branch 'develop' into feat/genre-tag-changes
...
# Conflicts:
# README.md
# helpers/misc.py
# media/trakt.py
# traktarr.py
7 years ago
James
b6ce715a5f
added allowed_countries to config
7 years ago
James
20e4443306
improved genre unblacklist & check when -g is supplied.
7 years ago
Filipe Santos
b38bd86530
Gracefully shutdown
7 years ago
Mitchell Klijs
d1a4017a10
Updated wrong config keys
7 years ago
Mitchell Klijs
17554737e3
Refactor main file a bit
7 years ago
Mitchell Klijs
75c51e83d1
Refactor helpers to seperate files
7 years ago
Mitchell Klijs
3d9239c205
Refactor Sonarr and Radarr classes to share common functionality
7 years ago
Filipe Santos
95366d27ff
Flag to do a first run
7 years ago
l3uddz
e39daaaad8
send genre tag in trakt list request
7 years ago
Mitchell Klijs
d9bd91cf39
Updated wrong config keys
7 years ago
Mitchell Klijs
4b36ed2f98
Refactor main file a bit
7 years ago
Mitchell Klijs
ae4d00298b
Refactor helpers to seperate files
7 years ago
Mitchell Klijs
4b169f58a5
Refactor Sonarr and Radarr classes to share common functionality
7 years ago
James
249ad441e8
Merge pull request #26 from horjulf/develop
...
Flag to do a first run
7 years ago
Filipe Santos
994dee7a26
Flag to do a first run
7 years ago
l3uddz
15bd9ab788
increase version
7 years ago
Filipe Santos
ddbf1903c2
Negative int is True, avoid negative sleeps
7 years ago
l3uddz
54a41903d7
help text changes
7 years ago
l3uddz
6644a40234
add show and movie command to add single show/movie to sonarr or radarr.
7 years ago
l3uddz
b65cfe1379
header change
7 years ago
l3uddz
80ffc659b5
add header
7 years ago
desimaniac
9cf81ef0f3
Wording fixes.
7 years ago
l3uddz
17087a02f0
authenticate traktarr help text change
7 years ago
l3uddz
5532daa195
fix typo
7 years ago
Mitchell Klijs
c5cf972f2c
Update trakt api_key and api_secret to client_id and client_secret
7 years ago
Mitchell Klijs
5d3f34f5d9
Fix bug where list url's weren't working in console command
7 years ago
Mitchell Klijs
8e641d6690
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
6e1934ae9a
Add ability to fetch from watchlists and other private lists
7 years ago
Filipe Santos
657fb9613b
Prevent negative sleeps in auto run
7 years ago
Filipe Santos
32b3fa5e79
Automatic run execute on startup
7 years ago
Filipe Santos
66ea6917d9
Add docker build by branch
7 years ago
l3uddz
b0540cdf97
increase version
7 years ago
l3uddz
8dce96842d
use realpath from argv[0] (otherwise symlinked default config locations = /usr/bin/local/config.json)
7 years ago
Filipe Santos
57717589ef
Add config and file location support
7 years ago
l3uddz
2ff4b36623
increase version
7 years ago
l3uddz
a8a8258399
-g will now remove that genre from blacklisted_genres if it is blacklisted.
...
added -f to override config root_folder.
7 years ago
l3uddz
45c8f2cdb8
dont schedule automatic movies/shows if corresponding interval is <= 0
7 years ago
l3uddz
d055872f1a
make traktarr.py executable
7 years ago
l3uddz
c65d374452
show supplied genre as lowercase
7 years ago
l3uddz
eae1e4b110
add --genre / -g parameter to shows + movies cli command to limit this sessions additions to only being from this genre.
7 years ago
l3uddz
3c48c53006
support multiple tags per show.
...
show tag names in log messages instead of tag id's.
7 years ago
l3uddz
cfd051c184
version change
7 years ago
l3uddz
4a461530ad
notification changes: verbose flag now only affects the sending of shows/movies added, others are not considered verbose.
7 years ago
l3uddz
72fa87b2dd
slight log/notification message change.
7 years ago
l3uddz
4b94dd5cbf
changed schedule from minutes to hours for specified automatical interval.
7 years ago
l3uddz
934c2f2374
added notifications class and more work on notifications.
7 years ago
l3uddz
68c960e579
reduced sleep between runs for each trakt list.
7 years ago
l3uddz
865134c26e
more work on run mode and moved notifications into its own config section.
7 years ago