-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
664 lines (659 loc) · 40.1 KB
/
index.html
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
<html>
<head>
<script async src=https://www.googletagmanager.com/gtag/js?id=G-H9DLX878J1></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-H9DLX878J1');
</script>
<title>Lidarr</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=f719053e3cfe4c1db5d57d58fd0d7650>
<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>Lidarr</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=/docs/api/><i class="fas fa-book"></i> API DOCS</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/Lidarr/Lidarr 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/artistdetails.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 Movie 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=summary class=summary>
<div class=container>
<div class=section-header>
<h3>Summary</h3>
</div>
<div class=container>
<div id=summary-text class=summary-text>Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new albums from your favorite artists and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available.</div>
</div>
</div>
</div>
<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 albums 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/metadata.png class=img-responsive>
</div>
<div class="col-sm-6 info">
<h3>
<i class="fas fa-chevron-right"></i> Metadata Writing
</h3>
<p>Metadata tags a mess? No problem. Lidarr will whip your current library into shape and ensure any new music is tagged correctly and uniformly.</p>
</div>
</div>
<div class="row feature">
<div class="col-sm-6 pic-right">
<img src=img/features/import_lists.png class="pull-right img-responsive">
</div>
<div class="col-sm-6 info info-left">
<h3>
<i class="fas fa-chevron-right"></i> Import Lists
</h3>
<p>Follow your favorite artists or top 20 albums using import lists. Lists can be used from supported services like Last.FM and Headphones.</p>
</div>
</div>
</div>
</div>
<div id=download class=download>
<div class=container>
<div class=section-header>
<h3>Download</h3>
</div>
<div class=row>
<ul class="nav nav-tabs nav-justified">
<li class="nav-item active">
<a class="nav-link active" data-toggle=tab href=#downloads-v1-windows>
<i class="fab fa-windows"></i>
Windows
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=tab href=#downloads-v1-linux>
<i class="fab fa-linux"></i>
Linux
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=tab href=#downloads-v1-macos>
<i class="fab fa-apple"></i>
macOS
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=tab href=#downloads-v1-nas>
<i class="fas fa-hdd"></i>
NAS
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=tab href=#downloads-v1-docker>
<i class="fab fa-docker"></i>
Docker
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=tab href=#downloads-v1-bsd>
<i class="fab fa-freebsd"></i>
BSD
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=tab href=#downloads-v1-other>
<i class="fas fa-ellipsis-v"></i>
Others
</a>
</li>
</ul>
<div class=tab-content id=downloads-v1-tabcontent>
<div class="tab-pane fade active in" id=downloads-v1-windows role=tabpanel>
<dl class=install-steps>
<dt>
Installation
</dt>
<dd>
<p>
Please see our Servarr Wiki for installation instructions.
<a href=https://wiki.servarr.com/lidarr/installation#windows>Link</a>
</p>
<p>Download the Windows Installer with the following link and execute it.</p>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x64&installer=true>Download Windows x64 Installer</a>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x86&installer=true>Download Windows x86 Installer</a>
<div class="alert alert-info">
<h4 class=alert-heading>Lidarr v0.8 migration</h4>
Lidarr v1 will convert any existing v0.8 directory automatically on startup.
</div>
</dd>
</dl>
<div class=install-alternatives>
<div class=collapsed data-toggle=collapse data-target=#downloads-v1-windows-alternatives>Alternatives for advanced users</div>
<div class=collapse id=downloads-v1-windows-alternatives>
<h5>Manual Install</h5>
<p>
It is possible to install Lidarr manually using the x64
<a href=https://lidarr.servarr.com/v1/update/master/updatefile?os=windows&runtime=netcore&arch=x64>.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-v1-linux role=tabpanel>
<div>
<ul class="nav nav-pills">
<li class="nav-item active">
<a class="nav-link active" data-toggle=pill href=#downloads-v1-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-v1-linux-debianubuntu>
<i class="fab fa-ubuntu"></i>
Debian or Ubuntu
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=pill href=#downloads-v1-linux-other>
<i class="fas fa-ellipsis-v"></i>
Others
</a>
</li>
</ul>
<div class=tab-content id=download-v1-linux-tabcontent>
<div class="tab-pane fade active in" id=downloads-v1-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/lidarr/>lidarr</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>Lidarr v0.8 migration</h4>
The existing lidarr AUR packages already used
<code>/var/lib/lidarr</code>
to store the Lidarr database.
Lidarr v1 will convert that directory automatically on startup.
</div>
</dd>
<dt>
<span class=step>1</span>
Install Lidarr
</dt>
<dd>
<p>
An aur helper can install lidarr 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 lidarr package:
<pre><code class=bash>yay -S lidarr-bin</code></pre>
</p>
</dd>
<dt>
<span class=step>2</span>
Start Lidarr
</dt>
<dd>
<pre><code class=bash>sudo systemctl daemon-reload
sudo systemctl enable --now lidarr</code></pre>
</dd>
<dt>
<span class=step>3</span>
View Lidarr
</dt>
<dd>
<p>
Browse to
<code>http://localhost:8686</code>
to start using Lidarr.
</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-v1-linux-archlinux-alternatives>Alternatives for advanced users</div>
<div class=collapse id=downloads-v1-linux-archlinux-alternatives>
<h5>Manual Install</h5>
<p>
It is possible to install Lidarr manually from upstream using the
<a href=https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64>.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-v1-docker>Docker guide</a>
to install Lidarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id=downloads-v1-linux-debianubuntu role=tabpanel>
<dl class=install-steps>
<dt>
Installation
</dt>
<dd>
<p>
Please see our Servarr Wiki for installation instructions.
<a href=https://wiki.servarr.com/lidarr/installation#linux>Link</a>
</p>
<div class="alert alert-info">
<h4 class=alert-heading>Lidarr v0.8 migration</h4>
Lidarr v1 will convert any existing v0.8 directory automatically on startup.
</div>
</dd>
</dl>
</div>
<div class="tab-pane fade" id=downloads-v1-linux-other role=tabpanel>
<div class=install-description>
<div class="alert alert-info">
Please contact us if you wish to port Lidarr for any other distribution that the ones already listed.<br>
</div>
<p>Generic .tar.gz downloads are available for linux, but dependencies, installation and permissions will need to be done manually.</p>
<div>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64>Download Linux x64 (netcore)</a>
</div>
<div>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm>Download Linux arm (netcore)</a>
</div>
<div>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm64>Download Linux arm64 (netcore)</a>
</div>
<div>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=linuxmusl&runtime=netcore&arch=x64>Download Linux Musl x64 (netcore)</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id=downloads-v1-macos role=tabpanel>
<dl class=install-steps>
<dt>
Introduction
</dt>
<dd>
<p>The easiest way to install Lidarr on macOS is to use the App archive with the steps described below.</p>
<div class="alert alert-info">
<h4 class=alert-heading>Lidarr v0.8 migration</h4>
The Lidarr v1 package will attempt to automatically migrate an existing Lidarr v0.8 database.
Lidarr v0.2 used the user's home directory
<code>~/.config/Lidarr</code>
to store the application data which v1 also uses.<br>
</div>
</dd>
<dt>
<span class=step>1</span>
Download App package
</dt>
<dd>
<div>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64&installer=true>Download Intel macOS App</a>
</div>
<div>
<a class="btn btn-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64&installer=true>Download Arm macOS App</a>
</div>
</dd>
<dt>
<span class=step>2</span>
Install App
</dt>
<dd>
<p>Open the archive and drag the Lidarr icon to your Application folder.</p>
<div class="alert alert-warning">Lidarr v1 is not compatible with OSX versions < 10.13 (High Sierra) due to netcore incompatibilities.</div>
</dd>
<dt>
<span class=step>3</span>
Start Lidarr
</dt>
<dd>
<p>Open Lidarr.app in your Application folder.</p>
</dd>
<dt>
<span class=step>4</span>
View Lidarr
</dt>
<dd>
<p>
Browse to
<code>http://localhost:8686</code>
to start using Lidarr.
</p>
</dd>
</dl>
<div class=install-alternatives>
<div class=collapsed data-toggle=collapse data-target=#downloads-v1-macos-alternatives>Alternatives for advanced users</div>
<div class=collapse id=downloads-v1-macos-alternatives>
<h5>Manual Install</h5>
<p>
It is possible to install Lidarr manually using the
<a href=https://lidarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=x64>Intel .tar.gz download</a> or <a href=https://lidarr.servarr.com/v1/update/master/updatefile?os=osx&runtime=netcore&arch=arm64>Arm .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-v1-docker>Docker guide</a>
to install Lidarr as a Docker container instead.
</p>
</div>
</div>
</div>
<div class="tab-pane fade" id=downloads-v1-nas role=tabpanel>
<div>
<ul class="nav nav-pills">
<li class="nav-item active">
<a class="nav-link active" data-toggle=pill href=#downloads-v1-nas-synology>
Synology
</a>
</li>
<li class=nav-item>
<a class=nav-link data-toggle=pill href=#downloads-v1-nas-other>
<i class="fas fa-ellipsis-v"></i>
Others
</a>
</li>
</ul>
<div class=tab-content id=download-v1-nas-tabcontent>
<div class="tab-pane fade active in" id=downloads-v1-nas-synology role=tabpanel>
<div class="alert alert-info">
A NAS package and installation instructions are provided by SynoCommunity at:
<a href=https://synocommunity.com/package/lidarr>https://synocommunity.com/package/lidarr</a>.
Please note that the SynoCommunity typically has signifcant lag in providing updated packages, thus you may want to check out Docker.
</div>
</div>
<div class="tab-pane fade" id=downloads-v1-nas-other role=tabpanel>
<div class=install-description>
<div class="alert alert-info">
Please contact us if you wish to port Lidarr for any other nas that the ones already listed.<br>
</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-lidarr" href=https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64>Download Linux .tar.gz</a>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id=downloads-v1-docker role=tabpanel>
<dl class=install-steps>
<dt>
Introduction
</dt>
<dd>
<p>
The Lidarr 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 Lidarr Docker image.
</p>
<div class="alert alert-info">
<h4 class=alert-heading>Lidarr v0.8 migration</h4>
Most docker containers use
<code>/config</code>
volume to mount the data directory and supply that path to Lidarr as parameter.
Lidarr v1 will convert the given directory on startup if a Lidarr v0.8 database is found.
</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 Lidarr 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.Music.2018/</code>, but in the Lidarr container that might be at
<code>/downloads/My.Music.2018/</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>/musics</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 Lidarr 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 Musics would be in
<code>/data/Musics</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 Lidarr 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 Lidarr 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 Lidarr 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 Lidarr
</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://hotio.dev/containers/lidarr/>hotio/lidarr:release</a>
</h5>
<p>
<a href=https://hotio.dev>hotio</a>
doesn't specify any default volumes, besides
<code>/config</code>. Images are automatically updated multiple times in an hour if upstream changes are found. Hotio also builds our Pull Requests which may be useful for testing.
Read the
<a href=https://hotio.dev/containers/lidarr>instructions</a>
on how to install the image.
</p>
</li>
<li>
<h5>
<a href=https://docs.linuxserver.io/images/docker-lidarr>lscr.io/linuxserver/lidarr:latest</a>
</h5>
<p>
<a href=https://docs.linuxserver.io/images/docker-lidarr>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 optional default volumes such as
<code>/musics</code>
and
<code>/downloads</code>. The default volumes are not optimal nor recommended. Our recommendation is to use a single volume for the data, as mentioned above.
</p>
</li>
</ul>
</p>
</dd>
</dl>
</div>
<div class="tab-pane fade" id=downloads-v1-bsd role=tabpanel>
<dl class=install-steps>
<dt>
Installation
</dt>
<dd>
<p>
The Lidarr team provides
<a href=https://lidarr.servarr.com/v1/update/master/updatefile?os=bsd&arch=x64&runtime=netcore>builds for BSD and the BSD Community creates the Port</a>.<br>
Please see our Servarr Wiki for installation instructions.
<a href=https://wiki.servarr.com/lidarr/installation#freebsd>Link</a>
</p>
</dd>
</dl>
</div>
<div class="tab-pane fade" id=downloads-v1-other role=tabpanel>
<div class="alert alert-info">
Please contact us if you wish to port Lidarr for any other platform that the ones already listed.<br>
</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://wiki.servarr.com 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=https://lidarr.audio/discord 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>
<a class=col-sm-3 href=https://github.com/Lidarr/Lidarr/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>
</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/Lidarr. 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=5a66d54eb3de3529f67381a6ff983e99></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=453b4ff1a4f41c49315a28f79aa5ea83></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://lidarr.audio/donate");
}
</script>
</body>
</html>