diff --git a/docs/docs/configuration/basic-setup.mdx b/docs/docs/configuration/basic-setup.mdx index 3d3bb41..0eada03 100644 --- a/docs/docs/configuration/basic-setup.mdx +++ b/docs/docs/configuration/basic-setup.mdx @@ -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. @@ -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. @@ -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`