Skip to content

Commit

Permalink
docs: update to reflect new friend watchlist sync
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Sep 8, 2024
1 parent d41230f commit 2634bdb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/docs/configuration/basic-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Plex tokens are not permanent and will expire after some time. Continuously upda
```yaml
plex:
api_token: PLEX_TOKEN
sync_friends_watchlist: false
```
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.
Expand All @@ -51,6 +52,13 @@ You can read their page on [getting your Plex token here](https://support.plex.t
:::
### `sync_friends_watchlist`
**Optional.** Default: `false`

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.

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`.

## Service

"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.
Expand Down Expand Up @@ -116,7 +124,7 @@ Whether the instance should be enabled. This can be useful for playing around wi

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.

For more information about filters, click here.
For more information about filters, [click here](./filters.mdx).

### `root_folder`
**Optional.** Default: `null`
Expand Down

0 comments on commit 2634bdb

Please sign in to comment.