@ -36,7 +36,7 @@ The most secure method, but also the most inconvenient, is to set up a VPN tunne
### Some media is missing from Overseerr that I know is in Plex!
**A:** Overseerr supports the new Plex Movie, Legacy Plex Movie, TheTVDB agent, and the TMDb agent. Please verify that your library is using one of the agents previously listed. If you are changing agents, a full metadata refresh will need to be performed. Caution, this can take a long time depending on how many items you have in your movie library.
**A:** Overseerr supports the new Plex Movie, legacy Plex Movie, TheTVDB, and TMDb agents. Please verify that your library is using one of the agents previously listed. If you are changing agents, a full metadata refresh will need to be performed. Caution, this can take a long time depending on how many items you have in your movie library.
**Troubleshooting Steps:**
@ -55,8 +55,8 @@ Perform these steps to verify the media item has a guid Overseerr can match.
4. Legacy Plex Movie agent `guid="com.plexapp.agents.imdb://tt0765446"`
@ -68,7 +68,7 @@ Perform these steps to verify the media item has a guid Overseerr can match.
### Why can't I see all my Plex users?
**A:** Navigate to your **User List** in Overseerr and click **Import Users From Plex** button. Don't forget to check the default user permissions in the **Settings -> General Settings** page beforehand.
**A:** Navigate to your **User List** in Overseerr and click **Import Users from Plex** button. Don't forget to check the default user permissions in the **Settings -> General Settings** page beforehand.
@ -11,7 +11,7 @@ Overseerr already supports a good number of notification agents, such as **Disco
- Pushover
- [Webhooks](./webhooks.md)
## Setting up Notifications
## Setting Up Notifications
Configuring your notifications is _very simple_. First, you will need to visit the **Settings** page and click **Notifications** in the menu. This will present you with all of the currently available notification agents. Click on each one individually to configure them.
description:Sends a test notification to the email agent
summary:Test email settings
description:Sends a test notification to the email agent.
tags:
- settings
requestBody:
@ -2003,20 +2003,20 @@ paths:
description:Test notification attempted
/settings/notifications/discord:
get:
summary:Return current discord notification settings
description:Returns current discord notification settings in JSON format
summary:Get Discord notification settings
description:Returns current Discord notification settings in a JSON object.
tags:
- settings
responses:
'200':
description:Returned discord settings
description:Returned Discord settings
content:
application/json:
schema:
$ref:'#/components/schemas/DiscordSettings'
post:
summary:Update discord notification settings
description:Update current discord notification settings with provided values
summary:Update Discord notification settings
description:Updates Discord notification settings with the provided values.
tags:
- settings
requestBody:
@ -2034,8 +2034,8 @@ paths:
$ref:'#/components/schemas/DiscordSettings'
/settings/notifications/discord/test:
post:
summary:Test the provided discord settings
description:Sends a test notification to the discord agent
summary:Test Discord settings
description:Sends a test notification to the Discord agent.
tags:
- settings
requestBody:
@ -2049,20 +2049,20 @@ paths:
description:Test notification attempted
/settings/notifications/telegram:
get:
summary:Return current telegram notification settings
description:Returns current telegram notification settings in JSON format
summary:Get Telegram notification settings
description:Returns current Telegram notification settings in a JSON object.
tags:
- settings
responses:
'200':
description:Returned telegram settings
description:Returned Telegram settings
content:
application/json:
schema:
$ref:'#/components/schemas/TelegramSettings'
post:
summary:Update telegram notification settings
description:Update current telegram notification settings with provided values
summary:Update Telegram notification settings
description:Update Telegram notification settings with the provided values.
tags:
- settings
requestBody:
@ -2080,8 +2080,8 @@ paths:
$ref:'#/components/schemas/TelegramSettings'
/settings/notifications/telegram/test:
post:
summary:Test the provided telegram settings
description:Sends a test notification to the telegram agent
summary:Test Telegram settings
description:Sends a test notification to the Telegram agent.
tags:
- settings
requestBody:
@ -2095,20 +2095,20 @@ paths:
description:Test notification attempted
/settings/notifications/pushover:
get:
summary:Return current pushover notification settings
description:Returns current pushover notification settings in JSON format
summary:Get Pushover notification settings
description:Returns current Pushover notification settings in a JSON object.
tags:
- settings
responses:
'200':
description:Returned pushover settings
description:Returned Pushover settings
content:
application/json:
schema:
$ref:'#/components/schemas/PushoverSettings'
post:
summary:Update pushover notification settings
description:Update current pushover notification settings with provided values
description:Update Pushover notification settings with the provided values.
tags:
- settings
requestBody:
@ -2126,8 +2126,8 @@ paths:
$ref:'#/components/schemas/PushoverSettings'
/settings/notifications/pushover/test:
post:
summary:Test the provided pushover settings
description:Sends a test notification to the pushover agent
summary:Test Pushover settings
description:Sends a test notification to the Pushover agent.
tags:
- settings
requestBody:
@ -2141,8 +2141,8 @@ paths:
description:Test notification attempted
/settings/notifications/slack:
get:
summary:Return current slack notification settings
description:Returns current slack notification settings in JSON format
summary:Get Slack notification settings
description:Returns current Slack notification settings in a JSON object.
tags:
- settings
responses:
@ -2153,8 +2153,8 @@ paths:
schema:
$ref:'#/components/schemas/SlackSettings'
post:
summary:Update slack notification settings
description:Update current slack notification settings with provided values
summary:Update Slack notification settings
description:Updates Slack notification settings with the provided values.
tags:
- settings
requestBody:
@ -2172,8 +2172,8 @@ paths:
$ref:'#/components/schemas/SlackSettings'
/settings/notifications/slack/test:
post:
summary:Test the provided slack settings
description:Sends a test notification to the slack agent
summary:Test Slack settings
description:Sends a test notification to the Slack agent.
tags:
- settings
requestBody:
@ -2187,8 +2187,8 @@ paths:
description:Test notification attempted
/settings/notifications/webhook:
get:
summary:Return current webhook notification settings
description:Returns current webhook notification settings in JSON format
summary:Get webhook notification settings
description:Returns current webhook notification settings in a JSON object.
tags:
- settings
responses:
@ -2200,7 +2200,7 @@ paths:
$ref:'#/components/schemas/WebhookSettings'
post:
summary:Update webhook notification settings
description:Update current webhook notification settings with provided values
description:Updates webhook notification settings with the provided values.
tags:
- settings
requestBody:
@ -2218,8 +2218,8 @@ paths:
$ref:'#/components/schemas/WebhookSettings'
/settings/notifications/webhook/test:
post:
summary:Test the provided slack settings
description:Sends a test notification to the slack agent
summary:Test webhook settings
description:Sends a test notification to the webhook agent.
tags:
- settings
requestBody:
@ -2233,8 +2233,8 @@ paths:
description:Test notification attempted
/settings/about:
get:
summary:Return current about stats
description:Returns current server stats in JSON format
summary:Get server stats
description:Returns current server stats in a JSON object.
tags:
- settings
responses:
@ -2260,22 +2260,22 @@ paths:
example:Asia/Tokyo
/auth/me:
get:
summary:Returns the currently logged in user
description:Returns the currently logged in user
summary:Get logged-in user
description:Returns the currently logged-in user.
tags:
- auth
- users
responses:
'200':
description:Object containing the loggedin user in JSON
description:Object containing the logged-in user in JSON
content:
application/json:
schema:
$ref:'#/components/schemas/User'
/auth/login:
post:
summary:Login using a plex auth token
description:Takes an `authToken` (plex token) to log the user in. Generates a session cookie for use in further requests. If the user does not exist, and there are no other users, then a user will be created with full admin privileges. If a user logs in with access to the main plex server, they will also have an account created, but without any permissions.
summary:Sign in using a Plex token
description:Takes an `authToken` (Plex token) to log the user in. Generates a session cookie for use in further requests. If the user does not exist, and there are no other users, then a user will be created with full admin privileges. If a user logs in with access to the main Plex server, they will also have an account created, but without any permissions.
security:[]
tags:
- auth
@ -2299,7 +2299,7 @@ paths:
- authToken
/auth/local:
post:
summary:Login using a local account
summary:Sign in using a local account
description:Takes an `email` and a `password` to log the user in. Generates a session cookie for use in further requests.
security:[]
tags:
@ -2327,8 +2327,8 @@ paths:
- password
/auth/logout:
get:
summary:Logout and clear session cookie
description:This endpoint will completely clear the session cookie and associated values, logging out the user
summary:Sign out and clear session cookie
description:Completely clear the session cookie and associated values, effectively signing the user out.
tags:
- auth
responses:
@ -2344,8 +2344,8 @@ paths:
example:'ok'
/user:
get:
summary:Returns a list of all users
description:Requests all users and returns them in a large array
summary:Get all users
description:Returns all users in a JSON array.
tags:
- users
responses:
@ -2358,13 +2358,9 @@ paths:
items:
$ref:'#/components/schemas/User'
post:
summary:Create a new user
summary:Create new user
description:|
Creates a new user. Should under normal circumstances never be called as you will not have a valid authToken to provide for the user.
In the future when Plex auth is not required, this will be used to create accounts.
Requires the `MANAGE_USERS` permission.
Creates a new user. Requires the `MANAGE_USERS` permission.
tags:
- users
requestBody:
@ -2375,7 +2371,7 @@ paths:
$ref:'#/components/schemas/User'
responses:
'201':
description:The created user in JSON
description:The created user
content:
application/json:
schema:
@ -2412,7 +2408,7 @@ paths:
/user/import-from-plex:
post:
summary:Imports all users from Plex
summary:Import all users from Plex
description:|
Requests users from the Plex Server and creates a new user for each of them
@ -2431,9 +2427,9 @@ paths:
/user/{userId}:
get:
summary:Retrieve a user by ID
summary:Get user by ID
description:|
Retrieve user details in JSON format. Requires the `MANAGE_USERS` permission.
Retrieves user details in a JSON object.. Requires the `MANAGE_USERS` permission.
tags:
- users
parameters:
@ -2452,7 +2448,7 @@ paths:
put:
summary:Update a user by user ID
description:|
Update a user with provided values in request body. You cannot update a user's plex token through this request.
Update a user with the provided values. You cannot update a user's Plex token through this request.
Requires the `MANAGE_USERS` permission.
tags:
@ -2477,8 +2473,8 @@ paths:
schema:
$ref:'#/components/schemas/User'
delete:
summary:Delete a user by user ID
description:Deletes a user by provided user ID. Requires the `MANAGE_USERS` permission.
summary:Delete user by ID
description:Deletes the user with the provided userId. Requires the `MANAGE_USERS` permission.
tags:
- users
parameters:
@ -2496,8 +2492,8 @@ paths:
$ref:'#/components/schemas/User'
/search:
get:
summary:Search for movies/tv shows/people
description:Returns a list of movies/tv shows/people in JSON format
summary:Search for movies, TV shows, or people
description:Returns a list of movies, TV shows, or people a JSON object.
tags:
- search
parameters:
@ -2545,7 +2541,7 @@ paths:
/discover/movies:
get:
summary:Discover movies
description:Returns a list of movies in JSON format
description:Returns a list of movies in a JSON object.
tags:
- search
parameters:
@ -2583,8 +2579,8 @@ paths:
$ref:'#/components/schemas/MovieResult'
/discover/movies/upcoming:
get:
summary:Upcoming Movies
description:Returns a list of movies in JSON format
summary:Upcoming movies
description:Returns a list of movies in a JSON object.
tags:
- search
parameters:
@ -2623,7 +2619,7 @@ paths:
/discover/tv:
get:
summary:Discover TV shows
description:Returns a list of tv shows in JSON format
description:Returns a list of TV shows in a JSON object.
tags:
- search
parameters:
@ -2661,8 +2657,8 @@ paths:
$ref:'#/components/schemas/TvResult'
/discover/trending:
get:
summary:Trending TV and Movies
description:Returns a list of movie/tv shows in JSON format
summary:Trending movies and TV
description:Returns a list of movies and TV shows in a JSON object.
tags:
- search
parameters:
@ -2703,8 +2699,8 @@ paths:
- $ref:'#/components/schemas/PersonResult'
/discover/keyword/{keywordId}/movies:
get:
summary:Request list of movies from keyword
description:Returns list of movies based on provided keyword ID in JSON format
summary:Get movies from keyword
description:Returns list of movies based on the provided keyword ID a JSON object.
tags:
- search
parameters:
@ -2750,7 +2746,7 @@ paths:
get:
summary:Get all requests
description:|
Returns all requests if the user has the `ADMIN` or `MANAGE_REQUESTS` permissions. Otherwise, only the logged in users requests are returned.
Returns all requests if the user has the `ADMIN` or `MANAGE_REQUESTS` permissions. Otherwise, only the logged-in user's requests are returned.
tags:
- request
parameters:
@ -2793,9 +2789,9 @@ paths:
items:
$ref:'#/components/schemas/MediaRequest'
post:
summary:Create a new request
summary:Create new request
description:|
Creates a new request with the provided media id and type. The `REQUEST` permission is required.
Creates a new request with the provided media ID and type. The `REQUEST` permission is required.
If the user has the `ADMIN` or `AUTO_APPROVE` permissions, their request will be auomatically approved.
tags:
@ -2842,7 +2838,7 @@ paths:
$ref:'#/components/schemas/MediaRequest'
/request/count:
get:
summary:Returns request counts
summary:Gets request counts
description:|
Returns the number of pending and approved requests.
tags:
@ -2866,8 +2862,8 @@ paths:
- approved
/request/{requestId}:
get:
summary:Requests a specific MediaRequest
description:Returns a MediaRequest in JSON format
summary:Get MediaRequest
description:Returns a specific MediaRequest in a JSON object.
tags:
- request
parameters:
@ -2886,8 +2882,8 @@ paths:
schema:
$ref:'#/components/schemas/MediaRequest'
put:
summary:Update a specific MediaRequest
description:Updats a specific media request and returns the request in JSON format. Requires the `MANAGE_REQUESTS` permission.
summary:Update MediaRequest
description:Updates a specific media request and returns the request in a JSON object.. Requires the `MANAGE_REQUESTS` permission.
tags:
- request
parameters:
@ -2906,8 +2902,8 @@ paths:
schema:
$ref:'#/components/schemas/MediaRequest'
delete:
summary:Delete a request
description:Removes a request. If the user has the `MANAGE_REQUESTS` permission, then any request can be removed. Otherwise, only pending requests can be removed.
summary:Delete request
description:Removes a request. If the user has the `MANAGE_REQUESTS` permission, any request can be removed. Otherwise, only pending requests can be removed.
tags:
- request
parameters:
@ -2923,11 +2919,11 @@ paths:
description:Succesfully removed request
/request/{requestId}/retry:
post:
summary:Retry a failed request
summary:Retry failed request
description:|
Retries a request by resending requests to Sonarr or Radarr
Retries a request by resending requests to Sonarr or Radarr.
Requires the `MANAGE_REQUESTS` permission or `ADMIN`
Requires the `MANAGE_REQUESTS` permission or `ADMIN`.
tags:
- request
parameters:
@ -2949,9 +2945,9 @@ paths:
get:
summary:Update a requests status
description:|
Updates a requests status to approved or declined. Also returns the request in JSON format
Updates a requests status to approved or declined. Also returns the request in a JSON object.
Requires the `MANAGE_REQUESTS` permission or `ADMIN`
Requires the `MANAGE_REQUESTS` permission or `ADMIN`.
tags:
- request
parameters:
@ -2978,8 +2974,8 @@ paths:
$ref:'#/components/schemas/MediaRequest'
/movie/{movieId}:
get:
summary:Request movie details
description:Returns back full movie details in JSON format
summary:Get movie details
description:Returns full movie details in a JSON object.
tags:
- movies
parameters:
@ -3003,8 +2999,8 @@ paths:
$ref:'#/components/schemas/MovieDetails'
/movie/{movieId}/recommendations:
get:
summary:Request recommended movies
description:Returns list of recommended movies based on provided movie ID in JSON format
summary:Get recommended movies
description:Returns list of recommended movies based on provided movie ID in a JSON object.
tags:
- movies
parameters:
@ -3048,8 +3044,8 @@ paths:
$ref:'#/components/schemas/MovieResult'
/movie/{movieId}/similar:
get:
summary:Request similar movies
description:Returns list of similar movies based on provided movie ID in JSON format
summary:Get similar movies
description:Returns list of similar movies based on the provided movieId in a JSON object.
tags:
- movies
parameters:
@ -3093,8 +3089,8 @@ paths:
$ref:'#/components/schemas/MovieResult'
/movie/{movieId}/ratings:
get:
summary:Get ratings for the provided movie id
description:Returns ratings based on provided movie ID in JSON format
summary:Get movie ratings
description:Returns ratings based on the provided movieId in a JSON object.
tags:
- movies
parameters:
@ -3135,8 +3131,8 @@ paths:
enum:['Spilled','Upright']
/tv/{tvId}:
get:
summary:Request tv details
description:Returns back full tv details in JSON format
summary:Get TV details
description:Returns full TV details in a JSON object.
tags:
- tv
parameters:
@ -3160,8 +3156,8 @@ paths:
$ref:'#/components/schemas/TvDetails'
/tv/{tvId}/season/{seasonId}:
get:
summary:Return season details with episode list
description:Returns back season details with a list of episodes
summary:Get season details and episode list
description:Returns season details with a list of episodes in a JSON object.
tags:
- tv
parameters:
@ -3191,8 +3187,8 @@ paths:
$ref:'#/components/schemas/Season'
/tv/{tvId}/recommendations:
get:
summary:Request recommended tv series
description:Returns list of recommended tv series based on provided tv ID in JSON format
summary:Get recommended TV series
description:Returns list of recommended TV series based on the provided tvId in a JSON object.
tags:
- tv
parameters:
@ -3215,7 +3211,7 @@ paths:
example:en
responses:
'200':
description:List of tv series
description:List of TV series
content:
application/json:
schema:
@ -3236,8 +3232,8 @@ paths:
$ref:'#/components/schemas/TvResult'
/tv/{tvId}/similar:
get:
summary:Request similar tv series
description:Returns list of similar tv series based on provided movie ID in JSON format
summary:Get similar TV series
description:Returns list of similar TV series based on the provided tvId in a JSON object.
tags:
- tv
parameters:
@ -3260,7 +3256,7 @@ paths:
example:en
responses:
'200':
description:List of tv series
description:List of TV series
content:
application/json:
schema:
@ -3281,8 +3277,8 @@ paths:
$ref:'#/components/schemas/TvResult'
/tv/{tvId}/ratings:
get:
summary:Get ratings for the provided tv id
description:Returns ratings based on provided tv ID in JSON format
summary:Get TV ratings
description:Returns ratings based on provided tvId in a JSON object.
tags:
- tv
parameters:
@ -3317,8 +3313,8 @@ paths:
enum:['Rotten','Fresh']
/person/{personId}:
get:
summary:Request person details
description:Returns details of the person based on provided person ID in JSON format
summary:Get person details
description:Returns person details based on provided personId in a JSON object.
tags:
- person
parameters:
@ -3343,8 +3339,8 @@ paths:
/person/{personId}/combined_credits:
get:
summary:Request combined credits of person
description:Returns the combined credits of the person based on the provided person ID in JSON format
summary:Get combined credits
description:Returns the person's combined credits based on the provided personId in a JSON object.
tags:
- person
parameters:
@ -3361,7 +3357,7 @@ paths:
example:en
responses:
'200':
description:Returned combined credts
description:Returned combined credits
content:
application/json:
schema:
@ -3379,8 +3375,8 @@ paths:
type:number
/media:
get:
summary:Return all media
description:Returns all media (can be filtered and limited) in JSON format
summary:Return media
description:Returns all media (can be filtered and limited) in a JSON object.
tags:
- media
parameters:
@ -3424,7 +3420,7 @@ paths:
$ref:'#/components/schemas/MediaInfo'
/media/{mediaId}:
delete:
summary:Delete a media item
summary:Delete media item
description:Removes a media item. The `MANAGE_REQUESTS` permission is required to perform this action.
tags:
- media
@ -3441,8 +3437,8 @@ paths:
description:Succesfully removed media item
/collection/{collectionId}:
get:
summary:Request collection details
description:Returns back full collection details in JSON format
summary:Get collection details
description:Returns full collection details in a JSON object.
tags:
- collection
parameters:
@ -3466,8 +3462,8 @@ paths:
$ref:'#/components/schemas/Collection'
/service/radarr:
get:
summary:Returns non-sensitive radarr server list
description:Returns a list of radarr servers, both ID and name in JSON format
summary:Get non-sensitive Radarr server list
description:Returns a list of Radarr server IDs and names in a JSON object.
tags:
- service
responses:
@ -3481,8 +3477,8 @@ paths:
$ref:'#/components/schemas/RadarrSettings'
/service/radarr/{radarrId}:
get:
summary:Returns radarr server quality profiles and root folders
description:Returns a radarr server quality profile and root folder details in JSON format
summary:Get Radarr server quality profiles and root folders
description:Returns a Radarr server's quality profile and root folder details in a JSON object.
tags:
- service
parameters:
@ -3506,8 +3502,8 @@ paths:
$ref:'#/components/schemas/ServiceProfile'
/service/sonarr:
get:
summary:Returns non-sensitive sonarr server list
description:Returns a list of sonarr servers, both ID and name in JSON format
summary:Get non-sensitive Sonarr server list
description:Returns a list of Sonarr server IDs and names in a JSON object.
tags:
- service
responses:
@ -3521,8 +3517,8 @@ paths:
$ref:'#/components/schemas/SonarrSettings'
/service/sonarr/{sonarrId}:
get:
summary:Returns sonarr server quality profiles and root folders
description:Returns a sonarr server quality profile and root folder details in JSON format
summary:Get Sonarr server quality profiles and root folders
description:Returns a Sonarr server's quality profile and root folder details in a JSON object.
tags:
- service
parameters:
@ -3546,8 +3542,8 @@ paths:
$ref:'#/components/schemas/ServiceProfile'
/service/sonarr/lookup/{tmdbId}:
get:
summary:Returns a list of series from sonarr
description:Returns a list of series returned by searching for the name in sonarr
summary:Get series from Sonarr
description:Returns a list of series returned by searching for the name in Sonarr.
'This will remove all media data including all requests for this item. This action is irreversible. If this item exists in your Plex library, the media information will be recreated next sync.',
'This will irreversibly remove all data for this movie, including any requests. If this item exists in your Plex library, the media information will be recreated during the next sync.',
slacksettingsfailed:'Slack notification settings failed to save.',
testsent:'Test notification sent!',
test:'Test',
settingupslack:'Setting up Slack Notifications',
settingupslack:'Setting Up Slack Notifications',
settingupslackDescription:
'To use Slack notifications, you will need to create an <WebhookLink>Incoming Webhook</WebhookLink> integration and use the provided webhook URL below.',
'These are the libraries Overseerr will scan for titles. If you see no libraries listed, you will need to run at least one sync by clicking the button below. You must first configure and save your plex connection settings before you will be able to retrieve your libraries.',
'The libraries Overseerr scans for titles. Set up and save your Plex connection settings, then click the button below if no libraries are listed.',
syncing:'Syncing',
sync:'Sync Plex Libraries',
manualscan:'Manual Library Scan',
manualscanDescription:
"Normally, this will only be run once every 24 hours. Overseerr will check your Plex server's recently added more aggressively. If this is your first time configuring Plex, a onetime full manual library scan is recommended!",
"Normally, this will only be run once every 24 hours. Overseerr will check your Plex server's recently added more aggressively. If this is your first time configuring Plex, a one-time full manual library scan is recommended!",
@ -18,10 +18,10 @@ import Alert from '../Common/Alert';
constmessages=defineMessages({
radarrsettings:'Radarr Settings',
radarrSettingsDescription:
'Configure your Radarr connection below. You can have multiple Radarr configurations but only two can be active as defaults at any time (one for standard HD and one for 4K). Administrators can override which server will be used when a new request is made.',
'Configure your Radarr connection below. You can have multiple Radarr configurations but only two can be active as defaults at any time (one for standard HD and one for 4K). Administrators can override the server will be used when a new request is made.',
sonarrsettings:'Sonarr Settings',
sonarrSettingsDescription:
'Configure your Sonarr connection below. You can have multiple Sonarr configurations but only two can be active as defaults at any time (one for standard HD and one for 4K). Administrators can override which server will be used when a new request is made.',
'Configure your Sonarr connection below. You can have multiple Sonarr configurations but only two can be active as defaults at any time (one for standard HD and one for 4K). Administrators can override the server will be used when a new request is made.',
deleteserverconfirm:'Are you sure you want to delete this server?',
'This will remove all media data including all requests for this item. This action is irreversible. If this item exists in your Plex library, the media information will be recreated next sync.',
'This will irreversibly remove all data for this TV series, including any requests. If this item exists in your Plex library, the media information will be recreated during the next sync.',
"components.Layout.alphawarning":"This is ALPHA software. Almost everything is bound to be nearly broken and/or unstable. Please report issues to the Overseerr GitHub!",
"components.Layout.alphawarning":"This is ALPHA software. Features may be broken and/or unstable. Please report issues on GitHub!",
"components.Login.email":"Email Address",
"components.Login.loginerror":"Something went wrong when trying to sign in",
"components.Login.loginerror":"Something went wrong while trying to sign in.",
"components.Login.password":"Password",
"components.Login.signin":"Sign in",
"components.Login.signin":"Sign In",
"components.Login.signingin":"Signing in…",
"components.Login.signinheader":"Sign in to continue",
"components.Login.signinwithoverseerr":"Sign in with Overseerr",
"components.Login.signinwithplex":"Sign in with Plex",
"components.Login.signinwithoverseerr":"Use your Overseerr account",
"components.Login.signinwithplex":"Use your Plex account",
"components.Login.validationemailrequired":"Not a valid email address",
"components.MovieDetails.manageModalClearMedia":"Clear All Media Data",
"components.MovieDetails.manageModalClearMediaWarning":"This will remove all media data including all requests for this item irreversibly. If this item exists in your Plex library, the media info will be recreated next sync.",
"components.MovieDetails.manageModalClearMediaWarning":"This will irreversibly remove all data for this movie, including any requests. If this item exists in your Plex library, the media information will be recreated during the next sync.",
"components.PermissionEdit.autoapproveSeriesDescription":"Grants auto approve for series requests made by this user.",
"components.PermissionEdit.advancedrequestDescription":"Grants permission to use advanced request options; e.g. changing servers, profiles, or paths.",
"components.RequestModal.SearchByNameModal.nosummary":"No summary for this title was found.",
"components.RequestModal.SearchByNameModal.notvdbid":"Manual match required",
"components.RequestModal.SearchByNameModal.notvdbiddescription":"We couldn't automatically match your request. Please select the correct match from the list below.",
"components.RequestModal.SearchByNameModal.notvdbid":"Manual Match Required",
"components.RequestModal.SearchByNameModal.notvdbiddescription":"We couldn't automatically match your request. Please select the correct match from the list below:",
"components.Settings.Notifications.NotificationsPushover.settinguppushover":"Setting up Pushover Notifications",
"components.Settings.Notifications.NotificationsPushover.settinguppushover":"Setting Up Pushover Notifications",
"components.Settings.Notifications.NotificationsPushover.settinguppushoverDescription":"To setup Pushover, you need to <RegisterApplicationLink>register an application</RegisterApplicationLink> and get the access token. When setting up the application, you can use one of the icons in the <IconLink>public folder</IconLink> on GitHub. You also need the Pushover user token, which can be found on the start page when you log in.",
"components.Settings.Notifications.NotificationsSlack.settingupslack":"Setting up Slack Notifications",
"components.Settings.Notifications.NotificationsSlack.settingupslack":"Setting Up Slack Notifications",
"components.Settings.Notifications.NotificationsSlack.settingupslackDescription":"To use Slack notifications, you will need to create an <WebhookLink>Incoming Webhook</WebhookLink> integration and use the provided webhook URL below.",
"components.Settings.Notifications.NotificationsSlack.slacksettingsfailed":"Slack notification settings failed to save.",
"components.Settings.Notifications.settinguptelegram":"Setting up Telegram Notifications",
"components.Settings.Notifications.settinguptelegram":"Setting Up Telegram Notifications",
"components.Settings.Notifications.settinguptelegramDescription":"To setup Telegram, you need to <CreateBotLink>create a bot</CreateBotLink> and get the bot API key. Additionally, you need the chat ID for the chat you want the bot to send notifications to. You can do this by adding <GetIdBotLink>@get_id_bot</GetIdBotLink> to the chat or group chat.",
"components.Settings.SettingsAbout.Releases.runningDevelop":"You are running a develop version of Overseerr!",
"components.Settings.SettingsAbout.Releases.runningDevelopMessage":"The changes in your version will not be available below. Please look at the <GithubLink>GitHub repository</GithubLink> for latest updates.",
"components.Settings.SettingsAbout.Releases.runningDevelopMessage":"The changes in your version will not be available below. Please see the <GithubLink>GitHub repository</GithubLink> for latest updates.",
"components.Settings.manualscanDescription":"Normally, this will only be run once every 24 hours. Overseerr will check your Plex server's recently added more aggressively. If this is your first time configuring Plex, a onetime full manual library scan is recommended!",
"components.Settings.manualscanDescription":"Normally, this will only be run once every 24 hours. Overseerr will check your Plex server's recently added more aggressively. If this is your first time configuring Plex, a one-time full manual library scan is recommended!",
"components.Settings.nodefault":"No default server selected!",
"components.Settings.nodefaultdescription":"At least one server must be marked as default before any requests will make it to your services.",
"components.Settings.notificationAgentSettingsDescription":"Here you can pick and choose what types of notifications to send and through what types of services.",
"components.Settings.notificationAgentSettingsDescription":"Choose the types of notifications to send, and which notification agents to use.",
"components.Settings.notificationsettingsDescription":"Global notification configuration. The settings below affect all notification agents.",
"components.Settings.notificationsettingsDescription":"Configure global notification settings. The options below will apply to all notification agents.",
"components.Settings.notificationsettingsfailed":"Notification settings failed to save.",
"components.Settings.plexlibrariesDescription":"The libraries Overseerr scans for titles. Set up and save your Plex connection settings and click the button below if none are listed.",
"components.Settings.plexlibrariesDescription":"The libraries Overseerr scans for titles. Set up and save your Plex connection settings, then click the button below if no libraries are listed.",
"components.Settings.plexsettingsDescription":"Configure the settings for your Plex server. Overseerr uses your Plex server to scan your library at an interval and see what content is available.",
"components.Settings.plexsettingsDescription":"Configure the settings for your Plex server. Overseerr scans your Plex libraries to see what content is available.",
"components.Settings.port":"Port",
"components.Settings.radarrSettingsDescription":"Set up your Radarr connection below. You can have multiple, but only two active as defaults at any time (one for standard HD, and one for 4K). Administrators can override which server is used for new requests.",
"components.Settings.radarrSettingsDescription":"Set up your Radarr connection below. You can have multiple, but only two active as defaults at any time (one for standard HD, and one for 4K). Administrators can override the server is used for new requests.",
"components.Settings.settingUpPlex":"Setting up Plex",
"components.Settings.settingUpPlexDescription":"To setup Plex you can enter your details manually, or choose from one of your available servers retrieved from <RegisterPlexTVLink>plex.tv</RegisterPlexTVLink>. Press the button next to the dropdown to refresh the list and recheck server connectivity.",
"components.Settings.sonarrSettingsDescription":"Set up your Sonarr connection below. You can have multiple, but only two active as defaults at any time (one for standard HD and one for 4K). Administrators can override which server is used for new requests.",
"components.Settings.settingUpPlex":"Setting Up Plex",
"components.Settings.settingUpPlexDescription":"To set up Plex, you can either enter your details manually or select a server retrieved from <RegisterPlexTVLink>plex.tv</RegisterPlexTVLink>. Press the button to the right of the dropdown to check connectivity and retrieve available servers.",
"components.Settings.sonarrSettingsDescription":"Set up your Sonarr connection below. You can have multiple, but only two active as defaults at any time (one for standard HD and one for 4K). Administrators can override the server is used for new requests.",
"components.Setup.syncingbackground":"Syncing will run in the background. You can continue the setup process in the meantime.",
"components.Setup.tip":"Tip",
"components.Setup.welcome":"Welcome to Overseerr",
"components.Slider.noresults":"No Results",
"components.Slider.noresults":"No results.",
"components.StatusBadge.status4k":"4K {status}",
"components.StatusChacker.newversionDescription":"An update is now available. Click the button below to reload the application.",
"components.StatusChacker.newversionavailable":"New Version Available",
@ -482,14 +484,14 @@
"components.TvDetails.decline":"Decline",
"components.TvDetails.firstAirDate":"First Air Date",
"components.TvDetails.manageModalClearMedia":"Clear All Media Data",
"components.TvDetails.manageModalClearMediaWarning":"This will remove all media data including all requests for this item, irreversibly. If this item exists in your Plex library, the media info will be recreated next sync.",
"components.TvDetails.manageModalClearMediaWarning":"This will irreversibly remove all data for this TV series, including any requests. If this item exists in your Plex library, the media information will be recreated during the next sync.",