forked from jlesage/docker-makemkv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappdefs.xml
729 lines (707 loc) · 34.4 KB
/
appdefs.xml
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
<!--
Definitions for MakeMKV docker container.
This file is used as data source to generate README.md and unRAID template files
from Jinja2 templates.
-->
<defs>
<app>
<id>6</id>
<gui_type>x11</gui_type>
<friendly_name>MakeMKV</friendly_name>
<name>{{ defs.app.friendly_name|lower|replace(' ', '-') }}</name>
<project>
<description>
MakeMKV is your one-click solution to convert video that you own into free and
patents-unencumbered format that can be played everywhere. MakeMKV is a format
converter, otherwise called "transcoder". It converts the video clips from
proprietary (and usually encrypted) disc into a set of MKV files, preserving
most information but not changing it in any way. The MKV format can store
multiple video/audio tracks with all meta-information and preserve chapters.
</description>
<url>http://www.makemkv.com/</url>
</project>
<unraid>
<support_url>https://forums.unraid.net/topic/58352-support-makemkv/</support_url>
<category>MediaApp:Video</category>
<extra_description>
**NOTE**: For the container to have access to your optical drive(s), you need to
add them to your container configuration. This is done by adding a new
*Device*. An optical drive is represented by two Linux device files: */dev/srX*
and */dev/sgY*. For optimal performance, the container needs both of them. To
determine the right devices to use, start the container and look at its log.
</extra_description>
</unraid>
<container>
<overview>A fully automated mode is also available: insert a DVD or Blu-ray disc into an optical drive and let MakeMKV rips it without any user interaction.</overview>
<rough_download_size>150MB</rough_download_size>
<storage_permissions>ro</storage_permissions>
</container>
<!-- Extra stuff to be added to the documentation. -->
<documentation>
<section>
<title level="2">Access to Optical Drive(s)</title>
<content>
By default, a Docker container doesn't have access to host's devices. However,
access to one or more devices can be granted with the `--device DEV` parameter.
In the Linux world, an optical drive is represented by two different device
files: `/dev/srX` and `/dev/sgY`, where `X` and `Y` are numbers.
For best performance, it is recommended to expose both these devices to the
container. For example, for an optical drive represented by `/dev/sr0` and
`/dev/sg1`, the following parameters would be added to the `docker run`
command:
```
--device /dev/sr0 --device /dev/sg1
```
**NOTE**: For an optical drive to be detected by MakeMKV, it is mandatory to
expose `/dev/sgY` to the container. `/dev/srX` is optional, but performance
could be affected.
The easiest way to determine the right Linux devices to expose is to run the
container (without `--device` parameter) and look at its log: during the
startup, messages similar to these ones are outputed:
```
[cont-init.d] 95-check-optical-drive.sh: executing...
[cont-init.d] 95-check-optical-drive.sh: looking for usable optical drives...
[cont-init.d] 95-check-optical-drive.sh: found optical drive [/dev/sr0, /dev/sg3], but it is not usable because:
[cont-init.d] 95-check-optical-drive.sh: --> the host device /dev/sr0 is not exposed to the container.
[cont-init.d] 95-check-optical-drive.sh: --> the host device /dev/sg3 is not exposed to the container.
[cont-init.d] 95-check-optical-drive.sh: no usable optical drive found.
[cont-init.d] 95-check-optical-drive.sh: exited 0.
```
In this case, it's clearly indicated that `/dev/sr0` and `/dev/sg3` needs to be
exposed to the container.
**NOTE**: The container's log can be viewed by running the command
`docker logs <container name>`.
Alternatively, the devices can be found by executing the following command on
the **host**:
```
lsscsi -g
```
From the command's output, the last two columns associated to the optical drive
indicate the Linux devices that should be exposed to the container. In the
following output example, `/dev/sr0` and `/dev/sg3` would be exposed:
```
[0:0:0:0] disk ATA TOSHIBA DT01ACA0 A800 /dev/sda /dev/sg0
[1:0:0:0] disk ATA ST3500418AS HP34 /dev/sdb /dev/sg1
[2:0:0:0] disk ATA WDC WD6401AALS-0 3B01 /dev/sdc /dev/sg2
[4:0:0:0] cd/dvd hp HLDS DVDRW GUD1N LD02 /dev/sr0 /dev/sg3
```
</content>
</section>
<section>
<title level="2">Automatic Disc Ripper</title>
<content>
This container has an automatic disc ripper built-in. When enabled, any DVD or
Blu-ray video disc inserted into an optical drive is automatically ripped. In
other words, MakeMKV decrypts and extracts all titles (such as the main movie,
bonus features, etc) from the disc to MKV files.
To enable the automatic disc ripper, set the environment variable
`AUTO_DISC_RIPPER` to `1`.
To eject the disc from the drive when ripping is terminated, set the environment
variable `AUTO_DISC_RIPPER_EJECT` to `1`.
If multiple drives are available, discs can be ripped simultaneously by
setting the environment variable `AUTO_DISC_RIPPER_PARALLEL_RIP` to `1`.
See the [Environment Variables](#environment-variables) section for details
about setting environment variables.
**NOTE**: All titles, audio tracks, chapters, subtitles, etc are
extracted/preserved.
**NOTE**: Titles and audio tracks are kept in their original format. They are
not transcoded or converted to other formats or into smaller sizes.
**NOTE**: Ripped Blu-ray discs can take a large amount of disc space (~40GB).
**NOTE**: MKV Files are written to the `/output` folder of the container.
**NOTE**: The automatic disc ripper processes all available optical drives.
</content>
</section>
<section>
<title level="2">Troubleshooting</title>
<content/>
</section>
<section>
<title level="3">Expired Beta Key</title>
<content>
If the beta key is expired, just restart the container to automatically fetch
and install the latest one.
**NOTE**: Once beta key expires, it can take few days before a new key is made
available by the author of MakeMKV. During this time, the application is not
functional.
**NOTE**: For this solution to work, the `MAKEMKV_KEY` environment variable must
be set to `BETA`. See the [Environment Variables](#environment-variables)
section for more details.
</content>
</section>
</documentation>
<!-- Changelog of the application. -->
<history>
<release>
<version>1.22.2</version>
<date>2022-10-24</date>
<change>Updated MakeMKV to version 1.17.2.</change>
</release>
<release>
<version>1.22.1</version>
<date>2022-07-14</date>
<change>Updated MakeMKV to version 1.17.1.</change>
<change>Fixed the disc eject retry mechanism of the automatic disc ripper.</change>
</release>
<release>
<version>1.22.0</version>
<date>2022-06-28</date>
<change>Updated MakeMKV to version 1.17.0.</change>
</release>
<release>
<version>1.21.3</version>
<date>2022-02-28</date>
<change>Updated MakeMKV to version 1.16.7.</change>
<change>Automatic disc ripper: Retry disc ejection if drive is busy.</change>
<change>Automatic disc ripper: Show error message in case disc ejection fails.</change>
</release>
<release>
<version>1.21.2</version>
<date>2021-12-30</date>
<change>Fixed extraction of CC subtitles.</change>
<change>Fixed permissions of files created by MakeMKV.</change>
<change>Now using baseimage version 3.5.8, based on Alpine 3.15, which brings the following change:</change>
<change level="2">Updated installed packages to get latest security fixes.</change>
</release>
<release>
<version>1.21.1</version>
<date>2021-11-07</date>
<change>Updated MakeMKV to version 1.16.5.</change>
</release>
<release>
<version>1.21.0</version>
<date>2021-07-23</date>
<change>Updated MakeMKV to version 1.16.4.</change>
<change>Added environment variable that defines the custom MakeMKV profile the automatic video converter should use.</change>
<change>Fixed an issue where the write test on the output folder would incorrectly fail.</change>
</release>
<release>
<version>1.20.3</version>
<date>2021-04-14</date>
<change>Now using baseimage version 3.5.7, which brings the following change:</change>
<change level="2">Updated installed packages to get latest security fixes.</change>
</release>
<release>
<version>1.20.2</version>
<date>2021-03-21</date>
<change>Updated MakeMKV to version 1.16.3.</change>
</release>
<release>
<version>1.20.1</version>
<date>2021-03-08</date>
<change>Updated MakeMKV to version 1.16.1.</change>
</release>
<release>
<version>1.20.0</version>
<date>2021-03-04</date>
<change>Updated MakeMKV to version 1.16.0.</change>
</release>
<release>
<version>1.19.0</version>
<date>2021-01-04</date>
<change>The progress of a disc processed by the automatic disc ripper is now visible in the UI.</change>
<change>Fixed issue where titles were not identified for discs using playlist obfuscation.</change>
<change>Fixed issue where the automatic disc ripper would stop processing the disc on an 'READ OF SCRAMBLED SECTOR WITHOUT AUTHENTICATION' error, even though this error can be harmless in some situations.</change>
<change>Fixed issue where the automatic disc ripper would fail to kill the right MakeMKV instance.</change>
<change>Now using baseimage based on Alpine 3.12.</change>
</release>
<release>
<version>1.18.1</version>
<date>2020-12-15</date>
<change>Fixed issue where ripping of UHD discs would fail.</change>
</release>
<release>
<version>1.18.0</version>
<date>2020-12-14</date>
<change>Updated MakeMKV to version 1.15.4.</change>
<change>Updated FFmpeg to version 4.3.1.</change>
</release>
<release>
<version>1.17.0</version>
<date>2020-10-04</date>
<change>Upgraded MakeMKV to version 1.15.3.</change>
</release>
<release>
<version>1.16.0</version>
<date>2020-07-23</date>
<change>Upgraded MakeMKV to version 1.15.2.</change>
<change>Now using baseimage v3.5.6, which brings the following changes:</change>
<change level="2">Upgraded glibc to version 2.31 on Alpine Linux images with glibc integrated.</change>
<change level="2">Updated installed packages to get latest security fixes.</change>
<change level="2">Adjusted the log monitor target for recent versions of YAD.</change>
</release>
<release>
<version>1.15.1</version>
<date>2020-05-11</date>
<change>Fixed an issue where the automatic disc ripper would not use a drive under certain conditions.</change>
</release>
<release>
<version>1.15.0</version>
<date>2020-04-15</date>
<change>Upgraded MakeMKV to version 1.15.1.</change>
<change>Upgraded OpenJDK to version 11.0.6.</change>
<change>Now using baseimage v3.5.3, which brings the following changes:</change>
<change level="2">Updated installed packages to get latest security fixes.</change>
<change level="2">Make sure the tzdata is installed.</change>
</release>
<release>
<version>1.14.0</version>
<date>2020-03-08</date>
<change>Upgraded MakeMKV to version 1.15.0.</change>
<change>Upgraded FFmpeg to version 4.2.2.</change>
<change>Upgraded FDK AAC to version 2.0.1.</change>
</release>
<release>
<version>1.13.1</version>
<date>2019-12-05</date>
<change>Updated MakeMKV to version 1.14.7.</change>
</release>
<release>
<version>1.13.0</version>
<date>2019-12-03</date>
<change>Upgraded MakeMKV to version 1.14.6.</change>
</release>
<release>
<version>1.12.3</version>
<date>2019-10-03</date>
<change>Really fixed issue where the container would not start with Docker version less than 18.06 because of usage of `statx` system call.</change>
</release>
<release>
<version>1.12.2</version>
<date>2019-09-27</date>
<change>Fixed issue where the container would not start with Docker version less than 18.06.</change>
</release>
<release>
<version>1.12.1</version>
<date>2019-09-15</date>
<change>Upgraded MakeMKV to version 1.14.5.</change>
<change>Fixed fontconfig errors showing during startup.</change>
<change>Switched to Azul's Zulu OpenJDK 11.</change>
</release>
<release>
<version>1.12.0</version>
<date>2019-06-11</date>
<change>Upgraded MakeMKV to version 1.14.4.</change>
<change>Now using baseimage v3.5.2, which brings the following changes:</change>
<change level="2">Updated installed packages to get latest security fixes.</change>
<change level="2">Fixed issue where the container could have a zombie process.</change>
<change level="2">Fixed issue where the password would not be submitted when pressing the enter key in the password modal.</change>
<change level="2">Use relative path for favicon ressources to be more friendly with reverse proxy senarios.</change>
</release>
<release>
<version>1.11.1</version>
<date>2019-03-30</date>
<change>Updated URL the beta key is fetched from.</change>
</release>
<release>
<version>1.11.0</version>
<date>2019-03-18</date>
<change>Upgraded MakeMKV to version 1.14.3.</change>
<change>Upgraded FDK AAC to version 2.0.0.</change>
<change>Use baseimage based on Alpine Linux 3.9.</change>
</release>
<release>
<version>1.10.5</version>
<date>2019-03-13</date>
<change>Updated default configuration: allow MakeMKV to contact web server.</change>
<change>Updated OpenJDK to version 13.</change>
</release>
<release>
<version>1.10.4</version>
<date>2018-12-03</date>
<change>Upgraded MakeMKV to version 1.14.2.</change>
<change>Added ccextractor, needed to extract closed captions.</change>
</release>
<release>
<version>1.10.3</version>
<date>2018-11-13</date>
<change>Reduced the size of the Docker image.</change>
</release>
<release>
<version>1.10.2</version>
<date>2018-11-12</date>
<change>Fixed an issue where the automatic disc ripper would fail to start when `USER_ID` is set to `0`.</change>
</release>
<release>
<version>1.10.1</version>
<date>2018-11-09</date>
<change>Upgraded MakeMKV to version 1.14.1.</change>
</release>
<release>
<version>1.10.0</version>
<date>2018-11-08</date>
<change>Upgraded MakeMKV to version 1.14.0.</change>
<change>Upgraded FFmpeg to version 4.1.</change>
<change>Fixed Java invocation failure.</change>
<change>Small enhancements to the MakeMKV builder.</change>
</release>
<release>
<version>1.9.5</version>
<date>2018-10-26</date>
<change>Updated OpenJDK to version 11.0.1. This fixes an issue where MakeMKV would crash with certain BluRay discs.</change>
<change>Auto disc ripper: Make sure to abort if tray is opened.</change>
</release>
<release>
<version>1.9.4</version>
<date>2018-10-02</date>
<change>Fixed issue where files and folders created for the backup of a Blu-Ray disc would not follow the configured umask.</change>
<change>The auto disc ripper now drops root privileges at start.</change>
<change>Added the `AUTO_DISC_RIPPER_FORCE_UNIQUE_DIR` environment variable to better support workflows involving video discs with the same label.</change>
<change>Instead of silently failing to open an URL, a pop-up window is now displayed when certain menu items are selected.</change>
</release>
<release>
<version>1.9.3</version>
<date>2018-09-18</date>
<change>Now using baseimage v3.5.1, which brings the following changes:</change>
<change level="2">Updated installed packages to get latest security fixes.</change>
<change>During container startup, make sure the MakeMKV data directory is set to the correct value.</change>
</release>
<release>
<version>1.9.2</version>
<date>2018-08-20</date>
<change>Fixed an issue where fetching the beta key would fail.</change>
</release>
<release>
<version>1.9.1</version>
<date>2018-07-27</date>
<change>Upgraded MakeMKV to version 1.12.3.</change>
<change>Reverted FFmpeg to version 2.8.14.</change>
</release>
<release>
<version>1.9.0</version>
<date>2018-07-18</date>
<change>Auto disc ripper: Added support for parallel discs ripping.</change>
<change>Now using baseimage v3.4.0, which is based on Alpine Linux 3.8.</change>
</release>
<release>
<version>1.8.0</version>
<date>2018-04-28</date>
<change>Upgraded MakeMKV to version 1.12.2.</change>
<change>Upgraded FDK AAC to version 0.1.6.</change>
<change>Upgraded FFmpeg to version 2.8.14.</change>
<change>Switched to a baseimage based on Alpine Linux 3.7.</change>
</release>
<release>
<version>1.7.1</version>
<date>2018-03-02</date>
<change>Now using baseimage v3.3.4, which brings the following changes (since last used version):</change>
<change level="2">Make sure the log monitor is started after the X server.</change>
<change level="2">Fixed an issue where the log monitor `yad` target would use XDG folders of the application.</change>
<change level="2">Fixed issue where log monitor states were not cleared during container startup.</change>
</release>
<release>
<version>1.7.0</version>
<date>2018-02-04</date>
<change>Upgraded MakeMKV to version 1.12.0.</change>
</release>
<release>
<version>1.6.4</version>
<date>2018-02-03</date>
<change>Now using baseimage v3.3.2, which brings the following changes:</change>
<change level="2">Restored timezone support in Alpine Linux images with glibc.</change>
<change level="2">Fixed issue in `add-pkg` helper where a package could be incorrectly detected as installed.</change>
</release>
<release>
<version>1.6.3</version>
<date>2018-02-02</date>
<change>Updated the beta key in the default configuration file.</change>
</release>
<release>
<version>1.6.2</version>
<date>2018-01-30</date>
<change>Now using baseimage v3.3.1, which brings the following changes:</change>
<change level="2">Adjusted the way some ressources are accessed to better support reverse proxy to the container.</change>
</release>
<release>
<version>1.6.1</version>
<date>2018-01-22</date>
<change>Updated the way optical drives are detected.</change>
<change>Display, in the container's log, devices associated to an optical drive that need to be exposed.</change>
</release>
<release>
<version>1.6.0</version>
<date>2018-01-22</date>
<change>Now using baseimage v3.3.0, which brings the following changes (since last used version):</change>
<change level="2">For Alpine Linux images with glibc, automatically update dynamic linker's cache after new libraries are installed.</change>
<change level="2">Fixed the LANG environment variable not being set properly.</change>
<change level="2">Added the ability to automatically install a CJK (Chinese/Japanese/Korean) font.</change>
</release>
<release>
<version>1.5.3</version>
<date>2018-01-19</date>
<change>Upgraded MakeMKV to version 1.10.10.</change>
</release>
<release>
<version>1.5.2</version>
<date>2018-01-11</date>
<change>Now using baseimage v3.2.2, which brings the following changes (since last used version):</change>
<change level="2">Upgraded S6 overlay to version 1.21.2.2.</change>
<change level="2">Upgraded glibc to version 2.26 (Alpine Linux glibc images).</change>
<change level="2">Adjusted the way ownership of /config is taken to better support cases where the folder is mapped to a network share.</change>
<change>Small adjustment to the way ownership of files are taken.</change>
<change>Upgraded MakeMKV to version 1.10.9.</change>
</release>
<release>
<version>1.5.1</version>
<date>2017-12-12</date>
<change>Now using baseimage v3.1.4, which brings the following changes:</change>
<change level="2">Set 2 worker processes for nginx.</change>
</release>
<release>
<version>1.5.0</version>
<date>2017-12-04</date>
<change>Added `AUTO_DISC_RIPPER_INTERVAL` environment variable, used to set the interval the automatic disc ripper checks for the presence of a DVD/Blu-ray discs.</change>
</release>
<release>
<version>1.4.1</version>
<date>2017-11-30</date>
<change>Removed unused volume.</change>
</release>
<release>
<version>1.4.0</version>
<date>2017-11-20</date>
<change>Now using baseimage v3.1.3, which brings the following changes (from last used version):</change>
<change level="2">Upgraded S6 overlay to version 1.21.2.1.</change>
<change level="2">Enhanced integration of service dependencies functionality.</change>
<change level="2">Added a simple log monitor.</change>
<change level="2">Fixed race condition where container's exit code would not be the expected one.</change>
<change level="2">Fixed issue where application's GUI fails to displayed when accessing it through the web interface via standard ports 80/443.</change>
<change level="2">Fixed an issue where a self-disabled service could be restarted.</change>
</release>
<release>
<version>1.3.1</version>
<date>2017-11-19</date>
<change>Upgraded MakeMKV to version 1.10.8.</change>
</release>
<release>
<version>1.3.0</version>
<date>2017-10-10</date>
<change>Now using baseimage v3.0.2, which brings the following changes:</change>
<change level="2">Better support for service dependencies.</change>
<change level="2">Added support for secure access to the application's GUI.</change>
</release>
<release>
<version>1.2.6</version>
<date>2017-09-08</date>
<change>Now using baseimage v2.0.8, which brings the following changes (from last used version):</change>
<change level="2">Fixed timezone support on alpine-glibc images.</change>
<change level="2">Fixed duplicated entries in /etc/passwd and /etc/group that were created after a restart of the container.</change>
<change>Upgraded MakeMKV to version 1.10.7.</change>
</release>
<release>
<version>1.2.5</version>
<date>2017-08-14</date>
<change>Now using baseimage v2.0.6, which brings the following changes:</change>
<change level="2">Upgraded S6 overlay to version 1.20.0.0.</change>
</release>
<release>
<version>1.2.4</version>
<date>2017-07-31</date>
<change>Now using baseimage v2.0.5, which brings the following changes (from last used version):</change>
<change level="2">Clear the environment of the container during startup.</change>
<change level="2">Clear the /tmp folder during startup.</change>
<change level="2">Cleanly terminate the X server when container is restarted/stopped.</change>
<change level="2">Improved robustness of X server starting process.</change>
<change level="2">Removed unneeded files from the image.</change>
</release>
<release>
<version>1.2.3</version>
<date>2017-07-27</date>
<change>Now using baseimage v2.0.3, which brings the following changes:</change>
<change level="2">Improved robustness of the X server starting process.</change>
</release>
<release>
<version>1.2.2</version>
<date>2017-07-23</date>
<change>Now using baseimage v2.0.2, which brings the following changes:</change>
<change level="2">Proper VNC port is exposed.</change>
</release>
<release>
<version>1.2.1</version>
<date>2017-07-18</date>
<change>Now using baseimage v2.0.1, which brings the following changes:</change>
<change level="2">Internal enhancements.</change>
<change level="2">Clean temporary files left by npm.</change>
</release>
<release>
<version>1.2.0</version>
<date>2017-07-17</date>
<change>Now using baseimage v2.0.0, which brings the following changes:</change>
<change level="2">Various internal enhancements.</change>
<change level="2">Fixed the way a service waits for another one.</change>
</release>
<release>
<version>1.1.0</version>
<date>2017-07-04</date>
<change>Make sure the respect the umask when creating MKV files.</change>
<change>Fixed disc ejection after rip.</change>
<change>Now using baseimage v1.5.0, which brings the following changes:</change>
<change level="2">Added the UMASK environment variable to control how file permissions are set for newly created files.</change>
<change level="2">Added the X11VNC_EXTRA_OPTS environment variable used to pass additional arguments to the x11vnc server.</change>
<change level="2">By default, activate auto-scaling of application's window.</change>
<change level="2">Applied latest Alpine Linux security updates.</change>
</release>
<release>
<version>1.0.0</version>
<date>2017-06-26</date>
<change>Initial release.</change>
</release>
</history>
</app>
<container>
<!-- Environment variables -->
<environment_variables>
<environment_variable>
<name>MAKEMKV_KEY</name>
<description>MakeMKV registration key to use. The key is written to the configuration file during container startup. When set to `BETA`, the latest beta key is automatically used. When set to `UNSET`, no key is automatically written to the configuration file.</description>
<default>BETA</default>
<unraid_template>
<title>Licence Key</title>
<description>MakeMKV registration key to use. The key is written to the configuration file during container startup. When set to [b][i]BETA[/b][/i], the latest beta key is automatically used. When set to [b][i]UNSET[/b][/i], no key is automatically written to the configuration file.</description>
<display>always</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER</name>
<description>When set to `1`, the automatic disc ripper is enabled.</description>
<default>0</default>
<unraid_template>
<title>Automatic Disc Ripper: Enabled</title>
<description>Set to 1 to enable automatic rippping of DVD/Blu-ray discs.</description>
<display>always</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_MAKEMKV_PROFILE</name>
<description>Filename of the custom MakeMKV profile the automatic disc ripper should use. The profile is expected to be found under the `/config` folder of the container, unless an absolute path is specified.</description>
<default/>
<unraid_template>
<title>Automatic Disc Ripper: Custom MakeMKV Profile</title>
<description>Filename of the custom MakeMKV profile the automatic disc ripper should use. The profile is expected to be found under the /config folder of the container, unless an absolute path is specified.</description>
<display>advanced</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_EJECT</name>
<description>When set to `1`, disc is ejected from the drive when ripping is terminated.</description>
<default>0</default>
<unraid_template>
<title>Automatic Disc Ripper: Eject</title>
<description>Set to 1 to eject disc when ripping is terminated.</description>
<display>always</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_PARALLEL_RIP</name>
<description>When set to `1`, discs from all available optical drives are ripped in parallel. Else, each disc from optical drives is ripped one at time.</description>
<default>0</default>
<unraid_template>
<title>Automatic Disc Ripper: Parallel</title>
<description>When set to 1, discs from all available optical drives are ripped in parallel. Else, each disc from optical drives is ripped one at time.</description>
<display>always</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_INTERVAL</name>
<description>Interval, in seconds, the automatic disc ripper checks for the presence of a DVD/Blu-ray discs.</description>
<default>5</default>
<unraid_template>
<title>Automatic Disc Ripper: Interval</title>
<display>advanced</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_MIN_TITLE_LENGTH</name>
<description>Titles with a length less than this value are ignored. Length is in seconds. By default, no value is set, meaning that value from MakeMKV's configuration file is taken.</description>
<default/>
<unraid_template>
<title>Automatic Disc Ripper: Minimum Title Length</title>
<display>advanced</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_BD_MODE</name>
<description>Rip mode of Blu-ray discs. `mkv` is the default mode, where a set of MKV files are produced. When set to `backup`, a copy of the (decrypted) file system is created instead. **NOTE**: This applies to Blu-ray discs only. For DVD discs, MKV files are always produced.</description>
<default>mkv</default>
<unraid_template>
<title>Automatic Disc Ripper: Blu-ray Rip Mode</title>
<description>Rip mode of Blu-ray discs. [b][i]mkv[/b][/i] is the default mode, where a set of MKV files are produced. When set to [b][i]backup[/b][/i], a copy of the (decrypted) file system is created instead. [b]NOTE[/b]: This applies to Blu-ray discs only. For DVD, MKV files are always produced.</description>
<display>always</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_FORCE_UNIQUE_OUTPUT_DIR</name>
<description>When set to `0`, files are written to `/output/DISC_LABEL/`, where `DISC_LABEL` is the label/name of the disc. If this directory exists, then files are written to `/output/DISC_LABEL-XXXXXX`, where `XXXXXX` are random readable characters. When set to `1`, the `/output/DISC_LABEL-XXXXXX` pattern is always used.</description>
<default>0</default>
<unraid_template>
<title>Automatic Disc Ripper: Force Unique Output Directory</title>
<description>When set to [b][i]0[/b][/i], files are written to [i]/output/DISC_LABEL/[/i], where [i]DISC_LABEL[/i] is the label/name of the disc. If this directory exists, then files are written to [i]/output/DISC_LABEL-XXXXXX[/i], where [i]XXXXXX[/i] are random readable characters. When set to [b][i]1[/b][/i], the [i]/output/DISC_LABEL-XXXXXX[/i] pattern is always used.</description>
<display>always</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
<environment_variable>
<name>AUTO_DISC_RIPPER_NO_GUI_PROGRESS</name>
<description>When set to `1`, progress of discs ripped by the automatic disc ripper is not shown in the MakeMKV GUI.</description>
<default>0</default>
<unraid_template>
<title>Automatic Disc Ripper: Disable Progress in GUI</title>
<description>When set to [b][i]1[/b][/i], progress of discs ripped by the automatic disc ripper is not shown in the MakeMKV GUI.</description>
<display>always</display>
<required>false</required>
<mask>false</mask>
</unraid_template>
</environment_variable>
</environment_variables>
<!-- Volumes -->
<volumes>
<volume>
<container_path>/output</container_path>
<host_path_example>$HOME/MakeMKV/output</host_path_example>
<description>This is where extracted videos are written.</description>
<permissions>rw</permissions>
<include_in_quick_start>true</include_in_quick_start>
<unraid_template>
<title>Output Directory</title>
<description>This is the default output folder for converted videos. Also used by the automatic disc ripper.[br]Container path: /output</description>
<display>always-hide</display>
<required>true</required>
<mask>false</mask>
</unraid_template>
</volume>
</volumes>
<!-- Network ports -->
<ports/>
<!-- Devices -->
<devices>
<device>
<path>/dev/sr0</path>
<description>This is the first Linux device file representing the optical drive.</description>
<include_in_quick_start>true</include_in_quick_start>
</device>
<device>
<path>/dev/sg2</path>
<description>This is the second Linux device file representing the optical drive.</description>
<include_in_quick_start>true</include_in_quick_start>
</device>
</devices>
<!-- Extra parameters -->
<extra_params/>
</container>
</defs>