Skip to content

Commit

Permalink
cleanup, flag to turn off collections
Browse files Browse the repository at this point in the history
  • Loading branch information
manybothans committed May 25, 2023
1 parent 7246188 commit 5395a2b
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 207 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ SONARR_API_KEY=******************** # Optional
TAUTULLI_URL=http://tautulli-ip-address:8181 # Optional
TAUTULLI_API_KEY=******************** # Optional
FEATURE_RUN_ONCE=0 # Optional - 1:Run through once then stop. 0 (default): Repeat every 24h.
FEATURE_CREATE_COLLECTIONS=1 # Optional - 1 (default): Make smart collection for each requester. 0: Just do the tagging.
```

Build and run with:
Expand Down Expand Up @@ -80,6 +81,7 @@ services:
- TAUTULLI_URL=http://tautulli-ip-address:8181 # Optional
- TAUTULLI_API_KEY=******************** # Optional
- FEATURE_RUN_ONCE=0 # Optional - 1:Run through once then stop. 0 (default): Repeat every 24h.
- FEATURE_CREATE_COLLECTIONS=1 # Optional - 1 (default): Make smart collection for each requester. 0: Just do the tagging.
restart: unless-stopped
```
Expand Down
2 changes: 2 additions & 0 deletions docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ services:
- SONARR_API_KEY=******************** # Optional
- TAUTULLI_URL=http://tautulli-ip-address:8181 # Optional
- TAUTULLI_API_KEY=******************** # Optional
- FEATURE_RUN_ONCE=0 # Optional - 1:Run through once then stop. 0 (default): Repeat every 24h.
- FEATURE_CREATE_COLLECTIONS=1 # Optional - 1 (default): Make smart collection for each requester. 0: Just do the tagging.
restart: unless-stopped
Loading

0 comments on commit 5395a2b

Please sign in to comment.