Radarr is a movie management tool that helps you automate the download and organization of your movies. Here's how to install it on Clear Linux Latest.
Before we start, make sure you have the following dependencies installed:
To install these packages using Clear Linux's swupd command:
swupd bundle-add mono-basic git-utils curl openssl
Radarr is available on Github as a source code, so we'll clone the repository to get the latest version.
git clone https://github.com/Radarr/Radarr.git
Now that we have the source code, we need to install some additional dependencies using Mono.
cd Radarr && mono --debug Radarr.exe -i
This will install all the necessary dependencies for Radarr.
Next, we need to configure Radarr. This can be done through the web UI.
First, start Radarr by running the following command.
mono --debug Radarr.exe
Then, navigate to http://localhost:7878/
to access the web UI.
To add indexers, navigate to Settings > Indexers and click the plus sign to add a new indexer.
Fill in the required details for each indexer you want to add.
To add a download client, navigate to Settings > Download Client and click the plus sign to add a new client.
Fill in the required details for each client you want to add.
Now that we have set up the necessary components, we can start adding movies. Navigate to the Movies tab and click the plus sign to add a movie.
Enter the movie name and select the desired quality settings. Radarr will automatically add the movie to your download queue once it becomes available.
That's it! You have successfully installed and configured Radarr on Clear Linux Latest. Enjoy your newly organized movie collection!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!