
- INSTALL SONARR ON UBUNTU INSTALL
- INSTALL SONARR ON UBUNTU PASSWORD
- INSTALL SONARR ON UBUNTU SERIES
- INSTALL SONARR ON UBUNTU TV
INSTALL SONARR ON UBUNTU TV
It is often used with Kodi to watch the downloaded TV shows and Radarr to automate movies downloads. With Sonarr installed, you don’t have manually search for new episodes but have Sonarr automate that for you. You can also download previous by manually searching for them.
Plex: Optional extra step: you can use something like to eliminate the need for all those bookmarks.Sonarr is a web application that monitors and downloads TV shows as a new episode release. Leave the SSH session open and navigate to to complete setup, then exit the SSH session. Ssh ip.address.of.server -L 8888:localhost:32400 If it is a remote server and that's not possible, you'll need to do the first-time setup through an SSH tunnel: For first-time Plex setup, you must access the Plex UI from the same subnet as the server. Set up Plex to watch directories where media is managed by Sonarr and Radarr. Plex is unsecured by default, but should prompt you to "claim" your server with a Plex account on first login. View Plex at (The Plex service auto-starts by default). Sudo dpkg -i plexmediaserver_1.-1bf240a65_b NOTE: Radarr's UI is unsecured by default, be sure to go to Settings -> General -> Security and add a password. Sudo systemctl enable /etc/systemd/system/rvice Create and enable the rvice file at /etc/systemd/system/rvice (contents at bottom of gist). INSTALL SONARR ON UBUNTU SERIES
Add TV Series or import existing media.
In Settings -> Indexers, add indexers with the Torznab -> Custom option, using the Torznab URLs and API key from Jackett. INSTALL SONARR ON UBUNTU PASSWORD
Use default host and port, and the deluge-web password you set.
In Settings -> Download Client, add Deluge. NOTE: Sonarr's UI is unsecured by default, be sure to go to Settings -> General -> Security and add a password. Sudo echo "deb master main" | sudo tee /etc/apt//sonarr.list INSTALL SONARR ON UBUNTU INSTALL
Install Sonarr (TV Show Downloader): sudo apt-key adv -keyserver -recv-keys FDA5DFFC
Add a bunch of public indexers, and leave the tab open for use to configure Sonarr/Radarr. NOTE: Jackett's UI is unsecured by default, scroll down and set an admin password before you do anything else. Mono -debug /opt/Jackett/JackettConsole.exe
Install Jackett (Index Provider for Sonarr and Radarr):
In Deluge preferences, go to Plugins and enable the Labels plugin (required by Sonarr/Radarr). The default deluge-web password is just "deluge". Sudo adduser -system -gecos "Deluge Service" -disabled-password -group -home /var/lib/deluge deluge Set up a service user for the deluge daemon, and add yourself to its group:. Sudo apt install deluged deluge-web deluge-console -y Install Deluge (BitTorrent Daemon): sudo add-apt-repository ppa:deluge-team/ppa Sudo apt install mono-devel mediainfo sqlite3 libmono-cil-dev curl ca-certificates-mono libcurl4-openssl-dev -y Install Mono and some associated tools:. Sudo apt-key adv -keyserver hkp://:80 -recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFĮcho "deb xenial main" | sudo tee /etc/apt//mono-official.list Add the latest mono apt source (from instructions at ):. Also, replace with your server's hostname. NOTE: In the commands and files below, be sure to replace with your username and with your group name (probably the same as your username). Start with a fresh Ubuntu Server 16.04 installation.