Skip to content

Commit 2634bdb

Browse files
committed
docs: update to reflect new friend watchlist sync
1 parent d41230f commit 2634bdb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/docs/configuration/basic-setup.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Plex tokens are not permanent and will expire after some time. Continuously upda
3939
```yaml
4040
plex:
4141
api_token: PLEX_TOKEN
42+
sync_friends_watchlist: false
4243
```
4344
4445
To setup your Plex account in Fetcharr, you need to get your Plex token. While we could outline the steps for getting yours here, it would be better to refer til Plex' official documentation.
@@ -51,6 +52,13 @@ You can read their page on [getting your Plex token here](https://support.plex.t
5152
5253
:::
5354
55+
### `sync_friends_watchlist`
56+
**Optional.** Default: `false`
57+
58+
Defines whether Fetcharr should also sync the watchlist of friends on Plex. This is useful when you have multiple users, who all have separate accounts instead of managed users, but you still want to fetch their watchlist.
59+
60+
For this to work, your friends may need to set their watchlist visibility in Plex to be either `Friends Only` or `Friends of Friends`. [You can find the setting here](https://app.plex.tv/desktop/#!/settings/account) under `Setting > Account Visibility & Account Sharing > My Watchlist`.
61+
5462
## Service
5563

5664
"Service" is the generic term for both Radarr and Sonarr instances. Most configuration settings are the same, although they may each have extra configuration available.
@@ -116,7 +124,7 @@ Whether the instance should be enabled. This can be useful for playing around wi
116124

117125
Which filters to apply to the instance. They can help limit what content will be sent to the instance, such as limiting an instance to be anime-only, kids-only, etc.
118126

119-
For more information about filters, click here.
127+
For more information about filters, [click here](./filters.mdx).
120128

121129
### `root_folder`
122130
**Optional.** Default: `null`

0 commit comments

Comments
 (0)