This is an old revision of the document!
Uses Swizzin to setup a media server with Plex and various downloaders
First, install a minimal installation of Debian 10 with the following changes:
Swizzin Media Server
Optiplex-Media-Swizzin
64-bit PC netinst iso
file from debian.orgCreate/Register VM
:Create a new virtual machine
Linux
and Debian GNU/Linux <xx> (64-bit)
Target Datastore
CPU
:Add other device
> NVMe controller
Hard Disk 1
> Controller location
> NVMe controller 0
SCSI controller 0
VM Options
> Boot Options
> Enable Force BIOS setup
Finish
Host
> Manage
> System
> Autostart
:Enable
Start earlier
and Start later
to set the desired orderVirtual Machines
on the sidebar and click on the current VMHardware Configuration
> Network adapter 1
) and desired hostnameroot
to disable root login and setup sudoSSH server
and Standard system utilities
# Install VMWare tools if not already sudo apt install open-vm-tools # Change the SSH port to 50001: sudo sed -i "s/#Port 22/Port 50001/" /etc/ssh/sshd_config # Optionally enable root SSH login sudo sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/" /etc/ssh/sshd_config # Optionally set the timezone to UTC: timedatectl set-timezone UTC exit
Minimal server installation of Debian <xx> Ports: 50001/tcp SSH
Base Install
userdel -r <username>
bash <(wget -qO - git.io/swizzin) && . ~/.bashrc
shutdown 0
Swizzin installed
media.domain.com
to https://Optiplex-Media-Swizzin
https://media.domain.com
Deluge
from the sidebar:Jackett
from the sidebar:Sonarr
from the sidebar:Settings
:Show Advanced
Media Management
:Rename Episodes
Season Folder Format
: Season {season:00}
Specials Folder Format
: Season 00
Multi-Episode Style
: Range
Use Hardlinks Instead of Copy
Import Extra Files
, keeping just srt
enabledSave Changes
Indexers
:http://localhost:9117
Download Clients
:Name
: Deluge
Host
: localhost
Port
: The Deluge Web Port saved from earlierPassword
: Your Swizzin passwordConnect
:UI
:First Day of Week
: Monday
Week Column Header
: Tue 25/03
Short Date Format
: 25/03/2014
Long Date Format
: Tuesday, 25 March, 2014
Time Format
: 17:00/17:30
Save Changes
Radarr
in the sidebar:Settings
:Show Advanced
Media Management
:Rename Movies
Standard Movie Format
Use Hardlinks Instead of Copy
Import Extra Files
, keeping just srt
enabledUnmonitor Deleted Movies
Save Changes
Custom Formats
> Add new custom format > Import
> Paste the custom format import string from belowProfiles
:Any
profile:HEVC
custom format score to 50
Indexers
:Jackett
preset of Torznab
, changing the name, replacing YOURINDEXER
with the name used in Jackett, the API Key from Jackett, and setting appropriate categoriesAvailability Delay
: 3
DaysRestriction
with a Must Not Contain
of 3d
Download Clients
:Name
: Deluge
Host
: localhost
Port
: The Deluge Web Port saved from earlierPassword
: Your Swizzin passwordConnect
:UI
:First Day of Week
: Monday
Week Column Header
: Tue 25/03
Short Date Format
: 25/03/2014
Long Date Format
: Tuesday, 25 March, 2014
Time Format
: 17:00/17:30
Save Changes
Lidarr
in the sidebar:Settings
:Show Advanced
Media Management
:Rename Tracks
Standard Track Format
: {track:00} {Track Title}
Multi Disc Track Format
: {medium:0}-{track:00} {Track Title}
Album Folder Format
: {Album Title}
Use Hardlinks Instead of Copy
Save Changes
Indexers
:http://localhost:9117
Download Clients
:Name
: Deluge
Host
: localhost
Port
: The Deluge Web Port saved from earlierPassword
: Your Swizzin passwordConnect
:UI
:First Day of Week
: Monday
Week Column Header
: Tue 25/03
Short Date Format
: 25/03/2014
Long Date Format
: Tuesday, 25 March, 2014
Time Format
: 17:00/17:30
Save Changes
Plex
in the sidebar:
: Figure out Lidarr process
Set up Remote Torrent Adder (Github) for Chrome:
Add Server
:Name
: Deluge
Server type
: Deluge WebUI
Host
: <media.domain.com>
Port
: 443
Enable SSL
Username
: Your Swizzin username
Password
: Your Swizzin password
Relative Path
: /deluge
: Write update process and add to update page using
{{page>esxi:media_server#Update}}
sudo apt update sudo apt upgrade sudo reboot # If desired/needed