Difference between revisions of "Sandbox"

From Servarr
(Replaced content with " == OSX== ===Big Sur=== #After downloading Sonarr V3 from [https://services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=macos&installer=true here]The <code>z...")
Tags: Replaced Visual edit
Line 1: Line 1:
== System ==
 
=== Health ===
 
==== Overview ====
 
====== Radarr ======
 
<section begin=radarr_system_status_health_overview />
 
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.
 
<section end=radarr_system_status_health_overview />
 
====== Sonarr ======
 
<section begin=sonarr_system_status_health_overview />
 
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.
 
<section end=sonarr_system_status_health_overview />
 
====== Lidarr ======
 
<section begin=lidarr_system_status_health_overview />
 
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.
 
<section end=lidarr_system_status_health_overview />
 
====== Readarr ======
 
<section begin=readarr_system_status_health_overview />
 
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.
 
<section end=readarr_system_status_health_overview />
 
==== System Warnings ====
 
===== Radarr =====
 
<section begin=radarr_system_status_health_system_warnings />
 
* <span id="update-to-net-core-version">'''[[#update-to-net-core-version|Update to .NET Core version]]'''</span>
 
** Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.
 
** Fixing Docker installs
 
*** Re-pull your container
 
** Fixing Standalone installs
 
*** This should only happen on linux hosts. To remedy, download the correct build for your architecture:
 
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64 x64]
 
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm64 arm64]
 
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm arm]
 
*** <span style="color:#ff0000">'''Back-Up your existing configuration'''</span> before the next step.
 
*** '''Delete your existing binaries''' and replace with the contents of the <code>.tar.gz</code> you just downloaded.
 
*** <span style="color:#ff0000">'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.<br> YOU MUST DELETE THE OLD ONES FIRST'''.</span>
 
**** Update your startup script to call <code>Radarr</code> instead of <code>mono --debug Radarr.exe</code>
 
*** If Radarr doesn’t start make sure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-linux here] installed.
 
* <span id="Mono_version_is_less_than_3_10_upgrade_for_improved_stability">'''[[#Mono_version_is_less_than_3_10_upgrade_for_improved_stability|Mono version is less than 3.10, upgrade for improved stability]]'''</span>
 
** Radarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.<br />
 
** Mono version 4.x and higher are also available and provides a better experience on certain platforms.
 
** See "Update to .NET Core version above"
 
* <span id="New_update_is_available">'''[[#New_update_is_available|New update is available]]'''</span>
 
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&gt; Updates page is probably a good starting point.
 
** ''(This warning will not appear if your current version is less than 14 days old)''
 
* <span id="Cannot_install_update_because_startup_folder_is_not_writable_by_the_user">'''[[#Cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''</span>
 
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.
 
* <span id="Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update">'''[[#Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update|Updating will not be possible to prevent deleting AppData on Update]]'''</span>
 
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be <code>C:\ProgramData</code> for Windows and, <code>~/.config</code> for linux.
 
** Please look at System -&gt; Info to see the current AppData &amp; Startup directories.
 
** This means Radarr will be unable to update itself without risking data-loss.
 
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the <code>~/.config/Radarr</code> directory to preserve your database.
 
* <span id="Branch_is_for_a_previous_version">'''[[#Branch_is_for_a_previous_version|Branch is for a previous version]]'''</span>
 
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.
 
** '''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within radarr’s settings), once we push a build to Github it will show up on “develop” release channel.
 
* <span id="Could_not_connect_to_signalR">'''[[#Could_not_connect_to_signalR|Could not connect to signalR]]'''</span>
 
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.
 
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:
 
*::<code>proxy_http_version 1.1;</code>
 
*::<code>proxy_set_header Upgrade $http_upgrade;</code>
 
*::<code>proxy_set_header Connection $http_connection;</code>
 
** Make sure you <span style="color:#ff0000">'''do not'''</span> include <code>proxy_set_header Connection "Upgrade";</code> as suggested by the nginx documentation. <span style="color:#ff0000">'''THIS WILL NOT WORK'''</span>
 
** See https://github.com/aspnet/AspNetCore/issues/17081
 
** For apache reverse proxy you need to add to the configuration:
 
*::<code>Include /etc/apache2/mods-available/proxy_wstunnel.load</code>
 
*::<code>ProxyPass "/socket" "ws://127.0.0.1:7878/socket"</code>
 
*::<code>ProxyPassReverse "/socket" "ws://127.0.0.1:7878/socket"</code>
 
<section end=radarr_system_status_health_system_warnings />
 
  
===== Sonarr =====
+
== OSX==
<section begin=sonarr_system_status_health_system_warnings />
+
===Big Sur===
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.
+
#After downloading Sonarr V3 from [https://services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=macos&installer=true here]The <code>zip</code> file will be located in your downloads directory.
* '''Currently installed .Net Framework is old and unsupported'''
+
#After the downlaod has finished you'll need to unzip the file from there you'll have a '''Sonarr.app''' in your downloads folder simply move the '''Sonarr.app''' to your Applications directory.
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.
+
[[File:Move-sonarr-to-applications.gif|center|frameless|750x750px]]
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.
 
* <span id="Currently_installed_Net_Framework_is_supported_but_upgrading_is_recommended">'''[[#Currently_installed_Net_Framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''</span>
 
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.
 
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.
 
* <span id="Currently_installed_mono_version_is_old_and_unsupported">'''[[#Currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''</span>
 
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.<br />
 
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.
 
** The upgrade procedure for Mono varies per platform.
 
* <span id="Currently_installed_mono_version_is_supported_but_upgrading_is_recommended">'''[[#Currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''</span>
 
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.
 
** The upgrade procedure for Mono varies per platform.
 
* <span id="New_update_is_available">'''[[#New_update_is_available|New update is available]]'''</span>
 
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.
 
** ''(This warning will not appear if your current version is less than 14 days old)''
 
* <span id="Cannot_install_update_because_startup_folder_is_not_writable_by_the_user">'''[[#Cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''</span>
 
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.
 
* <span id="Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update">'''[[#Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update|Updating will not be possible to prevent deleting AppData on Update]]'''</span>
 
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be <code>C:\ProgramData</code> for Windows and, <code>~/.config</code> for linux.<br />
 
** Please look at System -&gt; About to see the current AppData &amp; Startup directories.
 
** This means Sonarr will be unable to update itself without risking data-loss.
 
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the <code>~/.config/Sonarr</code> directory to preserve your database.
 
<section end=sonarr_system_status_health_system_warnings />
 
 
 
===== Lidarr =====
 
<section begin=lidarr_system_status_health_system_warnings />
 
Text
 
<section end=lidarr_system_status_health_system_warnings />
 
===== Readarr =====
 
<section begin=readarr_system_status_health_system_warnings />
 
Text
 
<section end=readarr_system_status_health_system_warnings />
 
 
 
 
 
==== Download Clients ====
 
===== Radarr =====
 
<section begin=radarr_system_status_health_download_clients />
 
* <span id="no_download_client_is_available>'''[[#no_download_client_is_available|No download client is available]]'''</span>
 
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&gt; Download Client.
 
** Unable to communicate with download client
 
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.
 
* <span id="Download_clients_are_unavailable_due_to_failure">'''[[#Download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''</span>
 
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.
 
** You should inspect System-&gt;Logs to see what the reason is for the failures.
 
** If you no longer use this download client, disable it in Radarr to prevent the errors.
 
*  <span id="enable_complete_download_handling">'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''</span>
 
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.
 
** ''(Completed Download Handling is enabled by default for new users.)''
 
<section end=radarr_system_status_health_download_clients />
 
===== Sonarr =====
 
<section begin=sonarr_system_status_health_download_clients />
 
* <span id="No_download_client_is_available">'''[[#No_download_client_is_available|No download client is available]]'''</span>
 
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&gt; Download Client.
 
** Unable to communicate with download client ====
 
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.
 
* <span id="Download_clients_are_unavailable_due_to_failure">'''[[#Download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''</span>
 
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.
 
** You should inspect System-&gt;Logs to see what the reason is for the failures.
 
** If you no longer use this download client, disable it in Sonarr to prevent the errors.
 
* <span id="Enable_Completed_Download_Handling_or_configure_Drone_Factory">'''[[#Enable_Completed_Download_Handling_or_configure_Drone_Factory|Enable Completed Download Handling or configure Drone Factory]]'''</span>
 
** Sonarr requires Completed Download Handling or a properly configured Drone Factory to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.
 
** ''(Completed Download Handling is enabled by default for new users.)''
 
<section end=sonarr_system_status_health_download_clients />
 
===== Lidarr =====
 
<section begin=lidarr_system_status_health_download_clients />
 
Text
 
<section end=lidarr_system_status_health_download_clients />
 
===== Readarr =====
 
<section begin=readarr_system_status_health_download_clients />
 
Text
 
<section end=readarr_system_status_health_download_clients />
 
 
 
==== Completed/Failed Download Handling ====
 
===== Radarr =====
 
<section begin=radarr_system_status_health_complete_failed_download_handling />
 
* <span id="Completed_Download_Handling_is_disabled">'''[[#Completed_Download_Handling_is_disabled|Completed Download Handling is disabled]]'''</span>
 
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''
 
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.
 
** If you don’t wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn’t recommended.
 
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Radarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)<br />
 
** You should reconfigure Radarr to use a different Drone Factory Folder or disable it altogether.<br />
 
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.
 
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occassionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.
 
<section end=radarr_system_status_health_complete_failed_download_handling />
 
 
 
===== Sonarr =====
 
<section begin=sonarr_system_status_health_complete_failed_download_handling />
 
* <span id="Completed_Download_Handling_is_disabled">'''[[#Completed_Download_Handling_is_disabled|Completed Download Handling is disabled]]'''</span>
 
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''
 
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.
 
** If you don't wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn't recommended.
 
** If you wish to enable Completed Download Handling you should verify the following:
 
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.
 
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.
 
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)<br />
 
** You should reconfigure Sonarr to use a different Drone Factory Folder or disable it altogether.<br />
 
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.
 
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occassionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.
 
<section end=sonarr_system_status_health_complete_failed_download_handling />
 
===== Lidarr =====
 
<section begin=lidarr_system_status_health_complete_failed_download_handling />
 
Text
 
<section end=lidarr_system_status_health_complete_failed_download_handling />
 
===== Readarr =====
 
<section begin=readarr_system_status_health_complete_failed_download_handling />
 
Text
 
<section end=readarr_system_status_health_complete_failed_download_handling />
 
 
 
 
 
==== Indexers ====
 
===== Radarr =====
 
<section begin=radarr_system_status_health_indexers />
 
* <span id="No_indexers_are_enabled">'''[[#No_indexers_are_enabled|No indexers are enabled]]'''</span>
 
** Radarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.
 
* <span id="Enabled_indexers_do_not_support_searching">'''[[#Enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' </span>
 
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.
 
* <span id="Indexers_are_unavailable_due_to_failures">'''[[#Indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''</span>
 
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).
 
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.
 
** You can prevent the warning by disabling the affected indexer.
 
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.
 
<section end=radarr_system_status_health_indexers />
 
 
 
===== Sonarr =====
 
<section begin=sonarr_system_status_health_indexers />
 
* <span id="No_indexers_are_enabled">'''[[#No_indexers_are_enabled|No indexers are enabled]]'''</span>
 
** Sonarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.
 
* <span id="Enabled_indexers_do_not_support_searching">'''[[#Enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''</span>
 
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.
 
* <span id="Indexers_are_unavailable_due_to_failures">'''[[#Indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''</span>
 
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).<br />
 
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.
 
** You can prevent the warning by disabling the affected indexer.
 
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.
 
<section end=sonarr_system_status_health_indexers />
 
===== Lidarr =====
 
<section begin=lidarr_system_status_health_indexers />
 
Text
 
<section end=lidarr_system_status_health_indexers />
 
===== Readarr =====
 
<section begin=readarr_system_status_health_indexers />
 
Text
 
<section end=readarr_system_status_health_indexers />
 
 
 
==== Folders ====
 
===== Radarr =====
 
<section begin=radarr_system_status_health_folders />
 
* <span id="Missing_root_folder">'''[[#Missing_root_folder|Missing root folder]]'''</span>
 
** This message may appear if a previous root folder is no longer used. To remove old root folders:
 
*** Begin adding a new Movie* by searching for a name, but do not submit
 
*** In the 'Path' dropdown, select 'Add a different path'
 
*** Click the cross at the end of a row to remove the unused path
 
** Note - if the folder has been removed from the operating system, you will need to recreate the folder in the operating system, and restart Radarr, or else you will not be able to select it from the dropdown box. After that you can remove the path from the operating system.
 
** The message will continue to appear until all movies have their root folder updated to the new root folder. To change the root folder for other movies, visit the movies editor.
 
*** NB: I thought Radarr was for Movies and not Series
 
<section end=radarr_system_status_health_folders />
 
 
 
===== Sonarr =====
 
<section begin=sonarr_system_status_health_folders />
 
* <span id="Missing root folder">'''[[#Missing root folder|Missing root folder]]'''</span>
 
** This message may appear if a previous root folder is no longer used. To remove old root folders:
 
**# Begin adding a new Series by searching for a name, but do not submit
 
**# In the 'Path' dropdown, select 'Add a different path'
 
**# Click the cross at the end of a row to remove the unused path
 
** Note - if the folder has been removed from the operating system, you will need to recreate the folder in the operating system, and restart Sonarr, or else you will not be able to select it from the dropdown box. After that you can remove the path from the operating system.
 
** The message will continue to appear until all series have their root folder updated to the new root folder. To change the root folder for other series, visit the series editor.
 
<section end=sonarr_system_status_health_folders />
 
===== Lidarr =====
 
<section begin=lidarr_system_status_health_folders />
 
Text
 
<section end=lidarr_system_status_health_folders />
 
===== Readarr =====
 
<section begin=readarr_system_status_health_folders />
 
Text
 
<section end=readarr_system_status_health_folders />
 
 
 
==== Media ====
 
===== Radarr =====
 
<section begin=radarr_system_status_health_media />
 
* <span id="Movie was removed from TMDb">'''[[#Movie was removed from TMDb|Movie was removed from TMDb]]'''</span>
 
** The specific movie is linked to a TMDbId that was deleted from TMDb. This may mean that the movie was either removed from the DB, was a duplicate, or was re-assigned a new ID for some reason. Deleted movies will not receive any info updates and should be corrected by the user to ensure continued functionality.<br />
 
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu
 
<section end=radarr_system_status_health_media />
 
===== Sonarr =====
 
<section begin=sonarr_system_status_health_media />
 
* <span id="Series_Removed_from_TheTVDB">'''[[#Series_Removed_from_TheTVDB|Series Removed from TheTVDB]]'''</span>
 
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.
 
<section end=sonarr_system_status_health_media />
 
===== Lidarr =====
 
<section begin=lidarr_system_status_health_media />
 
Text
 
<section end=lidarr_system_status_health_media />
 
===== Readarr =====
 
<section begin=readarr_system_status_health_media />
 
Text
 
<section end=readarr_system_status_health_media />
 
 
 
=== Disk Space ===
 
==== Radarr ====
 
<section begin=radarr_system_status_disk_space />
 
* This section will show you available disk space
 
** In docker this can be tricky as it will typically show you the available space w/in your Docker image
 
<section end=radarr_system_status_disk_space />
 
 
 
==== Sonarr ====
 
<section begin=sonarr_system_status_disk_space />
 
Text
 
<section end=sonarr_system_status_disk_space />
 
==== Lidarr ====
 
<section begin=lidarr_system_status_disk_space />
 
Text
 
<section end=lidarr_system_status_disk_space />
 
==== Readarr ====
 
<section begin=readarr_system_status_disk_space />
 
Text
 
<section end=readarr_system_status_disk_space />
 
 
 
=== About ===
 
==== Radarr ====
 
<section begin=radarr_system_status_about />
 
This will tell you about your current install of Radarr
 
<section end=radarr_system_status_about />
 
 
 
==== Sonarr ====
 
<section begin=sonarr_system_status_about />
 
Text
 
<section end=sonarr_system_status_about />
 
==== Lidarr ====
 
<section begin=lidarr_system_status_about />
 
Text
 
<section end=lidarr_system_status_about />
 
==== Readarr ====
 
<section begin=readarr_system_status_about />
 
Text
 
<section end=readarr_system_status_about />
 
 
 
=== More Info ===
 
==== Radarr ====
 
<section begin=radarr_system_status_more_info />
 
* Home page: [https://radarr.video Radarr's home page]
 
* Discord: [https://discord.gg/r5wJPt9 Join our discord]
 
* Wiki: [https://wiki.servarr.com You're here already]
 
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/radarr here]
 
* Source: [https://github.com/Radarr/Radarr Github]
 
* Feature Requests: Got as great idea drop it [https://github.com/Radarr/Radarr/issues here]
 
<section end=radarr_system_status_more_info />
 
 
 
==== Sonarr ====
 
<section begin=sonarr_system_status_more_info />
 
Text
 
<section end=sonarr_system_status_more_info />
 
==== Lidarr ====
 
<section begin=lidarr_system_status_more_info />
 
Text
 
<section end=lidarr_system_status_more_info />
 
==== Readarr ====
 
<section begin=readarr_system_status_more_info />
 
Text
 
<section end=readarr_system_status_more_info />
 
 
 
=== Templates ===
 

Revision as of 19:16, 1 December 2020

OSX

Big Sur

  1. After downloading Sonarr V3 from hereThe zip file will be located in your downloads directory.
  2. After the downlaod has finished you'll need to unzip the file from there you'll have a Sonarr.app in your downloads folder simply move the Sonarr.app to your Applications directory.
Move-sonarr-to-applications.gif