Skip to content

Commit 18d3a7f

Browse files
committed
update readme
1 parent 143ae8b commit 18d3a7f

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@ Or just download the binary from the release and copy it to `/usr/local/bin/` if
2020
## Config example
2121

2222
```yaml
23-
plex_url: https://plex.example.com
24-
sonarr_url: https://sonarr.example.com
25-
radarr_url: https://radarr.example.com
26-
plex_token: xxx
27-
sonarr_token: xxx
28-
radarr_token: xxx
29-
client_id: xxx
30-
delete_mode: true
31-
watched_libraries:
23+
hosts:
24+
plex: https://plex.example.com
25+
sonarr: https://sonarr.example.com
26+
radarr: https://radarr.example.com
27+
tokens:
28+
plex: ...
29+
sonarr: ...
30+
radarr: ...
31+
delete: true
32+
exclude: true
33+
client_id: ...
34+
libraries:
3235
- Movies
3336
- TV Shows
3437
```
@@ -37,6 +40,6 @@ watched_libraries:
3740
3841
First time running the app will create a config file in the directory `~/.config/clex`. Just fill in the urls of your plex, sonarr, radarr instances, the sonarr/radarr api keys and which libraries you want to watch. The plex token will be automatically added when you click the authentication link after starting the app again. The client id can be ignored.
3942

40-
You can change the default interval and time (weekly every monday at 5:00AM) to daily or monthly.
43+
You can change the default interval (once).
4144

4245
E.g. `clex -interval daily -time 5:00PM` or `clex -interval monthly -time 17:00`

0 commit comments

Comments
 (0)