Skip to content

Commit 161ce14

Browse files
committed
Minor documentation updates and fixed some unRAID descriptions to remove usage of double quotes character.
1 parent 18191c9 commit 161ce14

2 files changed

Lines changed: 1 addition & 39 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ the `-e` parameter in the format `<VARIABLE_NAME>=<VALUE>`.
134134
|`LANG`| Sets the [locale](https://en.wikipedia.org/wiki/Locale_(computer_software)), defining the application's language, if supported. Format is `language[_territory][.codeset]`, where language is an [ISO 639 language code](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), territory is an [ISO 3166 country code](https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes), and codeset is a character set, like `UTF-8`. For example, Australian English using UTF-8 is `en_AU.UTF-8`. | `en_US.UTF-8` |
135135
|`TZ`| [TimeZone](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones) used by the container. The timezone can also be set by mapping `/etc/localtime` between the host and the container. | `Etc/UTC` |
136136
|`KEEP_APP_RUNNING`| When set to `1`, the application is automatically restarted if it crashes or terminates. | `0` |
137-
|`APP_NICENESS`| Priority at which the application runs. A niceness value of -20 is the highest, 19 is the lowest and 0 the default. **NOTE**: A negative niceness (priority increase) requires additional permissions. The container must be run with the Docker option `--cap-add=SYS_NICE`. | `0` |
137+
|`APP_NICENESS`| Priority at which the application runs. A niceness value of `-20` is the highest, `19` is the lowest and `0` the default. **NOTE**: A negative niceness (priority increase) requires additional permissions. The container must be run with the Docker option `--cap-add=SYS_NICE`. | `0` |
138138
|`INSTALL_PACKAGES`| Space-separated list of packages to install during container startup. List of available packages can be found at https://pkgs.alpinelinux.org. | (no value) |
139139
|`PACKAGES_MIRROR`| Mirror of the repository to use when installing packages. List of mirrors is available at https://mirrors.alpinelinux.org. | (no value) |
140140
|`CONTAINER_DEBUG`| When set to `1`, enables debug logging. | `0` |

appdefs.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -761,11 +761,6 @@ container:
761761
default: "BETA"
762762
unraid_template:
763763
title: "License Key"
764-
description: >-
765-
MakeMKV registration key to use. The key is written to the
766-
configuration file during container startup. When set to "BETA", the
767-
latest beta key is automatically used. When set to "UNSET", no key
768-
is automatically written to the configuration file.
769764
display: always
770765
required: false
771766
mask: false
@@ -776,8 +771,6 @@ container:
776771
default: 1
777772
unraid_template:
778773
title: "MakeMKV GUI State"
779-
description: >-
780-
Setting this to 1 enables the MakeMKV GUI, 0 disables it.
781774
display: advanced
782775
required: false
783776
mask: false
@@ -788,8 +781,6 @@ container:
788781
default: 0
789782
unraid_template:
790783
title: "Automatic Disc Ripper: Enabled"
791-
description: >-
792-
Set to 1 to enable automatic rippping of DVD/Blu-ray discs.
793784
display: always
794785
required: false
795786
mask: false
@@ -801,10 +792,6 @@ container:
801792
type: public
802793
unraid_template:
803794
title: "Automatic Disc Ripper: Custom MakeMKV Profile"
804-
description: >-
805-
Filename of the custom MakeMKV profile the automatic disc ripper should
806-
use. The profile is expected to be found under the /config folder of
807-
the container, unless an absolute path is specified.
808795
display: advanced
809796
required: false
810797
mask: false
@@ -816,8 +803,6 @@ container:
816803
default: 0
817804
unraid_template:
818805
title: "Automatic Disc Ripper: Eject"
819-
description: >-
820-
Set to 1 to eject disc when ripping is terminated.
821806
display: always
822807
required: false
823808
mask: false
@@ -829,9 +814,6 @@ container:
829814
default: 0
830815
unraid_template:
831816
title: "Automatic Disc Ripper: Parallel"
832-
description: >-
833-
When set to 1, discs from all available optical drives are ripped in
834-
parallel. Else, each disc from optical drives is ripped one at time.
835817
display: always
836818
required: false
837819
mask: false
@@ -865,10 +847,6 @@ container:
865847
default: mkv
866848
unraid_template:
867849
title: "Automatic Disc Ripper: Blu-ray Rip Mode"
868-
description: >-
869-
Rip mode of Blu-ray discs. "mkv" is the default mode, where a set of
870-
MKV files are produced. When set to "backup", a copy of the (decrypted)
871-
file system of the disc is created instead.
872850
display: always
873851
required: false
874852
mask: false
@@ -881,10 +859,6 @@ container:
881859
default: mkv
882860
unraid_template:
883861
title: "Automatic Disc Ripper: DVD Rip Mode"
884-
description: >-
885-
Rip mode of DVD discs. "mkv" is the default mode, where a set of MKV
886-
files are produced. When set to "backup", a copy of the (decrypted)
887-
file system of the disc is instead created as an ISO file.
888862
display: always
889863
required: false
890864
mask: false
@@ -899,12 +873,6 @@ container:
899873
default: 0
900874
unraid_template:
901875
title: "Automatic Disc Ripper: Force Unique Output Directory"
902-
description: >-
903-
When set to 0, files are written to "/output/DISC_LABEL/", where
904-
"DISC_LABEL" is the label/name of the disc. If this directory exists,
905-
then files are written to "/output/DISC_LABEL-XXXXXX", where
906-
"XXXXXX" are random readable characters. When set to 1, the
907-
"/output/DISC_LABEL-XXXXXX" pattern is always used.
908876
display: always
909877
required: false
910878
mask: false
@@ -916,9 +884,6 @@ container:
916884
default: 0
917885
unraid_template:
918886
title: "Automatic Disc Ripper: Disable Progress in GUI"
919-
description: >-
920-
When set to 1, progress of discs ripped by the automatic disc ripper
921-
is not shown in the MakeMKV GUI.
922887
display: always
923888
required: false
924889
mask: false
@@ -933,9 +898,6 @@ container:
933898
include_in_quick_start: true
934899
unraid_template:
935900
title: Output Directory
936-
description: >-
937-
This is the default output folder for converted videos. Also used by
938-
the automatic disc ripper.
939901
display: always-hide
940902
required: true
941903
mask: false

0 commit comments

Comments
 (0)