forked from Sonarr/sonarr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
820 lines (815 loc) · 56.8 KB
/
Copy pathindex.html
File metadata and controls
820 lines (815 loc) · 56.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
<html>
<head>
<title>Sonarr - Dive in</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-overrides.css?v=0032cb25c1f3202a92ff30daf9c072d5">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/github.min.css">
<link rel="stylesheet" type="text/css" href="css/theme.css?v=44c37d36ebb77698f2057fc4f89d087b">
<link href="//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,300italic,400italic,700italic,900italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/animatecss/3.2.0/animate.min.css" media="screen, projection">
<link rel="icon" type="image/ico" href="img/favicon.ico">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="pull_top" data-spy="scroll" data-target=".header-navbar" data-offset="70">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle pull-right" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#home" class="navbar-brand"><img src="img/logo.png"><span class="logo-text">sonarr</span></a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse header-navbar" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home"><i class="fas fa-home"></i> HOME</a></li>
<li><a href="#features"><i class="fas fa-star"></i> FEATURES</a></li>
<li><a href="#download"><i class="fas fa-download"></i> DOWNLOAD</a></li>
<li><a href="#support"><i class="fas fa-question-circle"></i> SUPPORT</a></li>
<li><a href="/donate"><i class="fas fa-heart"></i> DONATE</a></li>
<li><a href="https://github.com/Sonarr/Sonarr" target="_blank"><i class="fab fa-github-alt"></i> GITHUB</a></li>
</ul>
</div>
</div>
</div>
<div id="home"></div>
<section id="feature-slider" class="lol feature-slider">
<article class="slide" id="showcasing">
<img class="asset left-60 sp600 t120 z2" src="img/slider/seriesdetails.png">
<div class="info">
<h2>Works great and looks even better doing it.</h2>
</div>
</article>
<article class="slide" id="ideas">
<div class="info">
<h2>Notifications and fully customizable quality profiles.</h2>
</div>
<img class="asset left-480 sp600 t180 z1" src="img/slider/qualityprofile.png">
<img class="asset left-200 sp600 t260 z2" src="img/slider/notifications.png">
</article>
<article class="slide" id="tour">
<img class="asset left-472 sp650 t190 z3" src="img/slider/posters.png">
<img class="asset left-185 sp550 t220 z2" src="img/slider/table.png">
<img class="asset left-350 sp450 t110 z1" src="img/slider/overview.png">
<div class="info">
<h2>Multiple Series views.</h2>
</div>
</article>
<article class="slide" id="responsive">
<img class="asset left-472 sp600 t120 z1" src="img/slider/updates2.png">
<img class="asset left-250 sp600 t180 z2" src="img/slider/updates.png">
<div class="info">
<h2>
Frequent updates. See what's new without leaving the comfort of the app.
</h2>
</div>
</article>
</section>
<div id="features" class="features">
<div class="container">
<div class="section-header">
<h3>Features</h3>
</div>
<div class="row feature">
<div class="col-sm-6">
<img src="img/features/calendar.png" class="img-responsive">
</div>
<div class="col-sm-6 info">
<h3>
<i class="fas fa-chevron-right"></i>
Calendar
</h3>
<p>
See all your upcoming episodes in one convenient location.
</p>
</div>
</div>
<div class="row feature">
<div class="col-sm-6 pic-right">
<img src="img/features/manualsearch.png" class="pull-right img-responsive">
</div>
<div class="col-sm-6 info info-left">
<h3>
<i class="fas fa-chevron-right"></i>
Manual Search
</h3>
<p>
Find all the releases, choose the one you want and send it right to your download client.
</p>
</div>
</div>
<div class="row feature">
<div class="col-sm-6">
<img src="img/features/blacklist.png" class="img-responsive">
</div>
<div class="col-sm-6 info">
<h3>
<i class="fas fa-chevron-right"></i>
Automatic Failed Download Handling
</h3>
<p>
Sonarr makes failed downloads a thing of the past. Password protected releases, missing repair blocks or virtually any other reason? no worries. Sonarr will automatically blacklist the release and tries another one until it finds one that works.
</p>
</div>
</div>
</div>
</div>
<div id="download" class="download">
<div class="container">
<div class="section-header">
<h3>Download</h3>
</div>
<div class="row download_wrapper">
<div class="col-sm-4">
<div class="option">
<div class="wrapper">
<h3><i class="fab fa-linux"></i> Linux</h3>
<div class="features">
<p>
Automatic Updates
</p>
<p>
Use your package manager
</p>
</div>
<a class="button" href="https://github.com/Sonarr/Sonarr/wiki/Installation#wiki-linux" target="_blank">INSTRUCTIONS</a>
</div>
</div>
</div>
<div class="col-sm-4 featured">
<div class="option">
<div class="wrapper">
<h3><i class="fab fa-windows"></i> Windows</h3>
<div class="features">
<p>
Automatic Updates
</p>
<p>
Run as a Service
</p>
<p>
Installer
</p>
</div>
<a class="button" href="https://download.sonarr.tv/v2/master/latest/NzbDrone.master.exe">DOWNLOAD</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="option">
<div class="wrapper">
<h3><i class="fab fa-apple"></i> macOS</h3>
<div class="features">
<p>
Automatic Updates
</p>
</div>
<a class="button" href="https://github.com/Sonarr/Sonarr/wiki/Installation#macos" target="_blank">INSTRUCTIONS</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="downloads-v3" class="download">
<div class="container">
<div class="section-header">
<h3>Download v3 Beta</h3>
</div>
<div class="row">
<div class="alert alert-warning">
<h4 class="alert-heading">Warning: Beta Releases</h4>
This section is for the Sonarr v3 beta releases. We cannot guarantee these releases are stable and might perform breaking changes at any time.<br>
Please refer to the download links above for the stable v2 releases and the <a href="https://github.com/Sonarr/Sonarr/wiki/Installation">wiki</a> for more v2 installation instructions.
</div>
<ul class="nav nav-tabs nav-justified">
<li class="nav-item active">
<a class="nav-link active" data-toggle="tab" href="#downloads-v3-windows"><i class="fab fa-windows"></i> Windows</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-v3-linux"><i class="fab fa-linux"></i> Linux</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-v3-macos"><i class="fab fa-apple"></i> macOS</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-v3-nas"><i class="fas fa-hdd"></i> NAS</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-v3-docker"><i class="fab fa-docker"></i> Docker</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#downloads-v3-other"><i class="fas fa-ellipsis-v"></i> Others</a>
</li>
</ul>
<div class="tab-content" id="downloads-v3-tabcontent">
<div class="tab-pane fade active in" id="downloads-v3-windows" role="tabpanel">
<dl class="install-steps">
<dt>Introduction</dt>
<dd>
<p>
Sonarr is supported natively on Windows. Sonarr can be installed on Windows as Windows Service or system tray application.
</p>
<p>
A Windows Service runs even when the user is not logged in, but special case must be taken since Windows Services cannot access network drives (\\server\share or X:\ mapped drives) without special configuration steps.<br>
It's therefore advisable to install Sonarr as a system tray application if the user does not need to log out, the option to do so is provided during the installer.
</p>
<div class="alert alert-warning">Sonarr v3 no longer supports Windows XP. At this time Windows 7 <i>should</i> still work, but we will not maintain Windows 7 support.</div>
<div class="alert alert-info">
<h4 class="alert-heading">Sonarr v2 migration</h4>
Sonarr v3 will automatically convert the existing Sonarr v2 installation. Sonarr v2 stored it's database in <code>C:\ProgramData\NzbDrone</code>, which will be automatically converted to <code>C:\ProgramData\Sonarr</code>.
It's advisable to make a backup of the v2 data first.
</div>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<p>
Download the Windows Installer with the following link and execute it.
</p>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=windows&installer=true">Download Windows Installer</a>
</dd>
<dt><span class="step">2</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-v3-windows-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-v3-windows-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually using the <a href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=windows">.zip download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-linux" role="tabpanel">
<div>
<ul class="nav nav-pills">
<li class="nav-item active">
<a class="nav-link active" data-toggle="pill" href="#downloads-v3-linux-debian"><img src="logo/debian.svg" class="icon svg"> Debian</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-v3-linux-ubuntu"><i class="fab fa-ubuntu"></i> Ubuntu</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-v3-linux-archlinux"><img src="logo/archlinux.svg" class="icon svg"> ArchLinux</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-v3-linux-other"><i class="fas fa-ellipsis-v"></i> Others</a>
</li>
</ul>
<div class="tab-content" id="download-v3-linux-tabcontent">
<div class="tab-pane fade active in" id="downloads-v3-linux-debian" role="tabpanel">
<dl class="install-steps">
<dt>Introduction</dt>
<dd>
<p>
The installation process described here utilizes Debian's apt package manager. The package will configure the required systemd unit to auto-start Sonarr.
It'll deploy the binaries in <code>/usr/lib/sonarr/bin</code> and the configuation data will be stored in <code>/var/lib/sonarr</code>.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Sonarr v2 migration</h4>
The Sonarr v3 package will attempt to automatically migrate an existing Sonarr v2 installation, but it will only do so for installations utilizing systemd.
It's advisable to make a backup of the v2 data first.<br>
Sonarr v2 used the user's home directory <code>~/.config/NzbDrone</code> to store the application data.
</div>
</dd>
<dt><span class="step">1</span>Optional: Mono and MediaInfo dependencies</dt>
<dd>
Debian includes functioning versions of Mono and MediaInfo in it's default repositories. However newer updates are available in the vendors individual repositories.
For Sonarr to function optimally it may be necessary to configure those repositories.
<ul>
<li>
Add the <a href="https://www.mono-project.com/download/stable/#download-lin-debian">Mono</a> repository. <i>You do not need to install mono itself, it'll be done automatically later.</i>
</li>
<li>
Add the <a href="https://mediaarea.net/en/Repos#deb">MediaInfo</a> repository.
</li>
</ul>
</dd>
<dt><span class="step">2</span>Add the Sonarr repository</dt>
<dd>
<div>
Note: the packages should work on newer Debian versions too but we only provide packages for the ones listed below.
</div>
<dl>
<dt>Debian 8 "jessie" <span class="arch">(i386, amd64, armhf)</span></dt>
<dd>
<pre><code class="bash">sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
echo "deb https://apt.sonarr.tv/debian jessie main" | sudo tee /etc/apt/sources.list.d/sonarr.list
sudo apt update</code></pre>
</dd>
<dt>Debian 9 "stretch" <span class="arch">(i386, amd64, armhf)</span></dt>
<dd>
<pre><code class="bash">sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
echo "deb https://apt.sonarr.tv/debian stretch main" | sudo tee /etc/apt/sources.list.d/sonarr.list
sudo apt update</code></pre>
</dd>
<dt>Debian 10 "buster" <span class="arch">(i386, amd64, armhf, arm64)</span></dt>
<dd>
<pre><code class="bash">sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
echo "deb https://apt.sonarr.tv/debian buster main" | sudo tee /etc/apt/sources.list.d/sonarr.list
sudo apt update</code></pre>
</dd>
</dl>
</dd>
<dt><span class="step">3</span>Install Sonarr</dt>
<dd>
<div class="alert alert-warning">
During the installation, you will be asked which user and group Sonarr must run as.
It's important to choose these correctly to avoid permission issues with your media files.
We suggest you keep at least the group name identical between your download client(s) and Sonarr.
</div>
<pre><code class="bash">sudo apt install sonarr</code></pre>
</dd>
<dt><span class="step">4</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-v3-linux-debian-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-v3-linux-debian-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually using the <a href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=linux">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Debian package channels</h5>
<p>
The Debian packages provided are used to configure the systemd unit, adding users and permissions. However the built-in updater is used for subsequent application updates.
The package itself is only updated if changes are made to the required dependencies or install/configuration scripts.
</p>
<p>
For advanced users the alternative *-master and *-develop apt repo distributions are available.
In these channels the built-in updater is disabled and apt must be used to install updates.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-v3-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-linux-ubuntu" role="tabpanel">
<dl class="install-steps">
<dt>Introduction</dt>
<dd>
<p>
The installation process described here utilizes Ubuntu's apt package manager. The package will configure the required systemd unit to auto-start Sonarr.
It'll deploy the binaries in <code>/usr/lib/sonarr/bin</code> and the configuation data will be stored in <code>/var/lib/sonarr</code>.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Sonarr v2 migration</h4>
The Sonarr v3 package will attempt to automatically migrate an existing Sonarr v2 installation, but it will only do so for installations utilizing systemd.
It's advisable to make a backup of the v2 data first.<br>
Sonarr v2 used the user's home directory <code>~/.config/NzbDrone</code> to store the application data.
</div>
</dd>
<dt><span class="step">1</span>Optional: Mono and MediaInfo dependencies</dt>
<dd>
Ubuntu includes functioning versions of Mono and MediaInfo in it's default repositories. However newer updates are available in the vendors individual repositories.
For Sonarr to function optimally it may be necessary to configure those repositories.
<ul>
<li>
Add the <a href="https://www.mono-project.com/download/stable/#download-lin-ubuntu">Mono</a> repository. <i>You do not need to install mono itself, it'll be done automatically later.</i>
</li>
<li>
Add the <a href="https://mediaarea.net/en/Repos#deb">MediaInfo</a> repository.
</li>
</ul>
</dd>
<dt><span class="step">2</span>Add the Sonarr repository</dt>
<dd>
<div>
Note: the packages should work on newer Ubuntu versions too but we only provide packages for the ones listed below.
</div>
<dl>
<dt>Ubuntu 16.04 "xenial" <span class="arch">(i386, amd64, armhf)</span></dt>
<dd>
<pre><code class="bash">sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
echo "deb https://apt.sonarr.tv/ubuntu xenial main" | sudo tee /etc/apt/sources.list.d/sonarr.list
sudo apt update</code></pre>
</dd>
<dt>Ubuntu 18.04 "bionic" <span class="arch">(i386, amd64, armhf)</span></dt>
<dd>
<pre><code class="bash">sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
echo "deb https://apt.sonarr.tv/ubuntu bionic main" | sudo tee /etc/apt/sources.list.d/sonarr.list
sudo apt update</code></pre>
</dd>
<dt>Ubuntu 20.04 "focal" <span class="arch">(i386, amd64, armhf, arm64)</span></dt>
<dd>
<pre><code class="bash">sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8
echo "deb https://apt.sonarr.tv/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/sonarr.list
sudo apt update</code></pre>
</dd>
</dl>
</dd>
<dt><span class="step">3</span>Install Sonarr</dt>
<dd>
<div class="alert alert-warning">
During the installation, you will be asked which user and group Sonarr must run as.
It's important to choose these correctly to avoid permission issues with your media files.
We suggest you keep at least the group name identical between your download client(s) and Sonarr.
</div>
<pre><code class="bash">sudo apt install sonarr</code></pre>
</dd>
<dt><span class="step">4</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-v3-linux-ubuntu-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-v3-linux-ubuntu-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually using the <a href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=linux">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Ubuntu package channels</h5>
<p>
The Ubuntu packages provided are used to configure the systemd unit, adding users and permissions. However the built-in updater is used for subsequent application updates.
The package itself is only updated if changes are made to the required dependencies or install/configuration scripts.
</p>
<p>
For advanced users the alternative *-master and *-develop apt repo distributions are available.
In these channels the built-in updater is disabled and apt must be used to install updates.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-v3-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-linux-archlinux" role="tabpanel">
<dl class="install-steps">
<dt>Introduction</dt>
<dd>
<p>
The Arch Linux User Repository offers a <a href="https://aur.archlinux.org/packages/sonarr-phantom/">sonarr-phantom</a> package that can be installed manually
or using your favorite <a href="https://wiki.archlinux.org/index.php/AUR_helpers">AUR helper</a>.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Sonarr v2 migration</h4>
The existing sonarr AUR packages already used <code>/var/lib/sonarr</code> to store the Sonarr database.
Sonarr v3 will convert that directory automatically on startup. It's advisable to make a backup of the v2 data first.
</div>
</dd>
<dt><span class="step">1</span>Install Sonarr</dt>
<dd>
<p>
An aur helper can install sonarr-phantom and its dependencies easily, or follow the <a href="https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages">AUR Installing Packages</a> wiki for manual installation.
</p>
<p>
For example, to use <a href="https://github.com/Jguer/yay">yay</a> to install the sonarr-phantom package:
<pre><code class="bash">yay -S sonarr-phantom</code></pre>
</p>
</dd>
<dt><span class="step">2</span>Start Sonarr</dt>
<dd>
<pre><code class="bash">sudo systemctl daemon_reload
sudo systemctl enable --now sonarr</code></pre>
</dd>
<dt><span class="step">3</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
<i>(Replace 'localhost' with your server IP if you're connecting remotely)</i>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-v3-linux-archlinux-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-v3-linux-archlinux-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually from upstream using the <a href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=linux">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-v3-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-linux-other" role="tabpanel">
<div class="install-description">
<div class="alert alert-info">
Please contact us if you wish to port Sonarr v3 Beta for any other distribution that the ones already listed.<br>
Sonarr v2 is supported by various third-parties on other platforms and we prefer to coordinate the port of v3.
</div>
<p>
A generic download is available for linux, but dependencies, installation and permissions will need to be done manually.
</p>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=linux">Download Linux .tar.gz</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-macos" role="tabpanel">
<dl class="install-steps">
<dt>Introduction</dt>
<dd>
<p>
The easiest way to install Sonarr on macOS is to use the App archive with the steps described below.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Sonarr v2 migration</h4>
The Sonarr v3 package will attempt to automatically migrate an existing Sonarr v2 database.
Sonarr v2 used the user's home directory <code>~/.config/NzbDrone</code> to store the application data, this will be migrated to <code>~/.config/Sonarr</code>.<br>
It's advisable to make a backup of the v2 data before installing v3.
</div>
</dd>
<dt><span class="step">1</span>Download App package</dt>
<dd>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=macos&installer=true">Download macOS App</a>
</dd>
<dt><span class="step">2</span>Install App</dt>
<dd>
<p>
Open the archive and drag the Sonarr icon to your Application folder.
</p>
<div class="alert alert-warning">
In macOS 10.12+ Gatekeeper App Translocation will prevent Sonarr from updating if it's being run directly from the download location. Therefore it MUST be moved to the Application folder.
</div>
</dd>
<dt><span class="step">3</span>Start Sonarr</dt>
<dd>
<p>
Open Sonarr.app in your Application folder.
</p>
<div class="alert alert-info">
During startup it may ask you to install the Mono Runtime if an appropriate version is not already installed.
</div>
</dd>
<dt><span class="step">4</span>View Sonarr</dt>
<dd>
<p>
Browse to <code>http://localhost:8989</code> to start using Sonarr.
</p>
</dd>
</dl>
<div class="install-alternatives">
<div class="collapsed" data-toggle="collapse" data-target="#downloads-v3-macos-alternatives">Alternatives for advanced users</div>
<div class="collapse" id="downloads-v3-macos-alternatives">
<h5>Manual Install</h5>
<p>
It is possible to install Sonarr manually using the <a href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=macos">.tar.gz download</a>. However in that case you must manually deal with dependencies, installation and permissions.
</p>
<h5>Docker container</h5>
<p>
You can follow the <a href="#downloads-v3-docker">Docker guide</a> to install Sonarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-nas" role="tabpanel">
<div>
<ul class="nav nav-pills">
<li class="nav-item active">
<a class="nav-link active" data-toggle="pill" href="#downloads-v3-nas-synology"> Synology</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-v3-nas-qnap">QNAP</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#downloads-v3-nas-other"><i class="fas fa-ellipsis-v"></i> Others</a>
</li>
</ul>
<div class="tab-content" id="download-v3-nas-tabcontent">
<div class="tab-pane fade active in" id="downloads-v3-nas-synology" role="tabpanel">
<div class="alert alert-info">
A provisional V3 package and installation instructions are provided by SynoCommunity at: <a href="https://github.com/SynoCommunity/spksrc/pull/3803">https://github.com/SynoCommunity/spksrc/pull/3803</a>.
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-nas-qnap" role="tabpanel">
<div class="alert alert-info">
The Sonarr v2 Qnap port was maintained by the qnap forum community.<br>
Please contact us if you wish to maintain a v3 package so that we can include the appropriate install instructions.
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-nas-other" role="tabpanel">
<div class="install-description">
<div class="alert alert-info">
Please contact us if you wish to port Sonarr v3 Beta for any other nas that the ones already listed.<br>
Sonarr v2 is supported by various third-parties on other platforms and we prefer to coordinate the port of v3.
</div>
<p>
A generic download is available for linux, but dependencies, installation and permissions will need to be done manually.
</p>
<a class="btn btn-sonarr" href="//services.sonarr.tv/v1/download/phantom-develop/latest?version=3&os=linux">Download Linux .tar.gz</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="downloads-v3-docker" role="tabpanel">
<dl class="install-steps">
<dt>Introduction</dt>
<dd>
<p>
The Sonarr team does not offer an official Docker image. However, a number of third parties have created and maintain their own.<br>
These instructions provide generic guidance that should apply to any Sonarr Docker image.
</p>
<div class="alert alert-info">
<h4 class="alert-heading">Sonarr v2 migration</h4>
Most docker containers use <code>/config</code> volume to mount the data directory and supply that path to Sonarr as parameter.
Sonarr v3 will convert the given directory on startup if a Sonarr v2 database is found. It's advisable to make a backup of the v2 data first.
</div>
</dd>
<dt><span class="step">1</span>Avoid common pitfalls</dt>
<dd>
<h5>Volumes and Paths</h5>
<p>
There are two common problems with Docker volumes: Paths that differ between the Sonarr and download client container and paths that prevent fast moves and hard links.<br>
The first is a problem because the download client will report a download's path as <code>/torrents/My.Series.S01E01/</code>, but in the Sonarr container that might be at
<code>/downloads/My.Series.S01E01/</code>. The second is a performance issue and causes problems for seeding torrents. Both problems can be solved with well planned, consistent paths.
</p>
<p>
Most Docker images suggest paths like <code>/tv</code> and <code>/downloads</code>. This causes slow moves and doesn't allow hard links because they
are considered two different file systems <i>inside</i> the container. Some also recommend paths for the download client container that are different from the Sonarr container, like <code>/torrents</code>.<br>
The best solution is to use a single, common volume <i>inside</i> the containers, such as <code>/data</code>.
Your TV shows would be in <code>/data/TV</code>, torrents in <code>/data/downloads/torrents</code> and/or usenet downloads in <code>/data/downloads/usenet</code>.
</p>
<p>
If this advice is not followed, you may have to configure a Remote Path Mapping in the Sonarr web UI (Settings › Download Clients).
</p>
<h5>Ownership and Permissions</h5>
<p>
Permissions and ownership of files is one of the most common problems for Sonarr users, both inside and outside Docker. Most images have environment variables that can be used to override
the default user, group and umask, you should decide this before setting up all of your containers.
The recommendation is to use a common group for all related containers so that each container can use the shared group permissions to read and write files on the mounted volumes.<br>
Keep in mind that Sonarr will need read and write to the download folders as well as the final folders.
</p>
<p>
<i>For a more detailed explanation of these issues, see <a href="https://wiki.servarr.com/Docker_Guide">The Best Docker Setup and Docker Guide</a> wiki article.</i>
</p>
</dd>
<dt><span class="step">2</span>Install Sonarr</dt>
<dd>
<p>
To install and use these Docker images, you'll need to keep the above in mind while following their documentation. There are many ways to manage Docker images and containers too, so installation
and maintenance of them will depend on the route you choose.
<ul>
<li>
<h5><a href="https://hub.docker.com/r/linuxserver/sonarr">linuxserver/sonarr:preview</a></h5>
<p>
<a href="//www.linuxserver.io">linuxserver.io</a> is one of the most prolific and popular Docker image maintainers. They also maintain images for most of the popular download clients as well.
LinuxServer specifies a couple of default volumes such as <code>/tv</code> and <code>/downloads</code>. Our recommendation is to use a single volume for the data, as mentioned above.
</p>
</li>
<li>
<h5><a href="https://hub.docker.com/r/hotio/sonarr">hotio/sonarr:nightly</a></h5>
<p>
<a href="https://hotio.dev">hotio</a> doesn't specify any default volumes, besides <code>/config</code>. Images are automatically updated 2x in 1 hour if upstream changes are found.
Read the <a href="https://hotio.dev/containers/sonarr">instructions</a> on how to install the image.
</p>
</li>
</ul>
</p>
</dd>
</dl>
</div>
<div class="tab-pane fade" id="downloads-v3-other" role="tabpanel">
<div class="alert alert-info">
Please contact us if you wish to port Sonarr v3 Beta for any other platform that the ones already listed.<br>
Sonarr v2 is supported by various third-parties on other platforms and we prefer to coordinate the port of v3.
</div>
</div>
</div>
</div>
</div>
</div>
<div id="support" class="support">
<div class="container">
<div class="section-header">
<h3>Support</h3>
</div>
<div class="row">
<a class="col-sm-3" href="https://forums.sonarr.tv" target="_blank">
<div class="text">
<i class="fas fa-users fa-2x"></i>
<h4>Forums</h4>
<p>
Talk to Sonarr developers and other users, we are here to help.
</p>
</div>
</a>
<a class="col-sm-3" href="https://wiki.sonarr.tv" target="_blank">
<div class="text">
<i class="far fa-lightbulb fa-2x"></i>
<h4>Wiki</h4>
<p>
Check out the FAQ, API documentation and other guides
</p>
</div>
</a>
<a class="col-sm-3" href="http://webchat.freenode.net/?channels=#sonarr" target="_blank">
<div class="text">
<i class="fas fa-comment fa-2x"></i>
<h4>IRC Channel</h4>
<p>
Join our IRC channel for a chat. irc.freenode.net #sonarr
</p>
</div>
</a>
<a class="col-sm-3" href="https://discord.gg/M6BvZn5" target="_blank">
<div class="text">
<i class="fab fa-discord fa-2x"></i>
<h4>Discord</h4>
<p>
Join our Discord server for a chat.
</p>
</div>
</a>
</div>
<div class="row">
<a class="col-sm-3" href="https://github.com/Sonarr/Sonarr/issues" target="_blank">
<div class="text">
<i class="fab fa-github fa-2x"></i>
<h4>GitHub Issues</h4>
<p>
Track bugs and features for the things that matter to you.
</p>
</div>
</a>
<a class="col-sm-3" href="https://twitter.com/sonarrtv" target="_blank">
<div class="text">
<i class="fab fa-twitter fa-2x"></i>
<h4>Follow us on Twitter</h4>
<p>
News, updates and anything else that might come up.
</p>
</div>
</a>
<a class="col-sm-3" href="https://www.reddit.com/r/sonarr" target="_blank">
<div class="text">
<i class="fab fa-reddit-alien fa-2x"></i>
<h4>Sonarr subreddit</h4>
<p>
Discuss Sonarr and talk to other users.
</p>
</div>
</a>
</div>
</div>
</div>
<footer id="footer" class="footer">
<div class="container">
<div class="row credits">
<div class="col-md-12">
<div class="row copyright">
<div class="col-md-12">
© <span id="year"></span> Sonarr. All rights reserved.
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/tab-loader.js?v=b79ff84521040529f27507a972c16c62"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
<script src="js/theme.js?v=85693f7f35c872717ee514c10ca38fdc"></script>
<script type="text/javascript" src="js/index-slider.js?v=48ba37f65a8c9499e4833ad1924fccb7"></script>
<script type="text/javascript">
if (window.location.hash.toLocaleLowerCase() === "#donate") {
window.location.replace("https://sonarr.tv/donate");
}
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-54382816-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>