Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jun 26, 2017
1 parent 991f1a4 commit f93aa72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ of this parameter has the format `<VARIABLE_NAME>=<VALUE>`.
|`VNC_PASSWORD`| Password needed to connect to the application's GUI. See the [VNC Pasword](#vnc-password) section for more details. | (unset) |
|`KEEP_GUIAPP_RUNNING`| When set to `1`, the application will be automatically restarted if it crashes or if user quits it. | `0` |
|`APP_NICENESS`| Priority at which the application should run. A niceness value of -20 is the highest priority and 19 is the lowest priority. By default, niceness is not set, meaning that the default niceness of 0 is used. **NOTE**: A negative niceness (priority increase) requires additional permissions. In this case, the container should be run with the docker option `--cap-add=SYS_NICE`. | (unset) |
|`MAKEMKV_KEY`| MakeMKV registration key to use. The key is writtent 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. | `BETA` |
|`MAKEMKV_KEY`| 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. | `BETA` |
|`AUTO_DISC_RIPPER`| When set to `1`, the automatic disc ripper is enabled. | `0` |
|`AUTO_DISC_RIPPER_EJECT`| When set to `1`, disc is ejected from the drive when ripping is terminated. | `0` |
|`AUTO_DISC_RIPPER_MIN_TITLE_LENGTH`| 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. | (unset) |
Expand Down
4 changes: 2 additions & 2 deletions appdefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ device (usually [b][i]/dev/sr0[/i][/b]) by adding the parameter
<!-- Environment variables -->
<environment_variable>
<name>MAKEMKV_KEY</name>
<description>MakeMKV registration key to use. The key is writtent 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>
<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 writtent 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>
<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>
Expand Down

0 comments on commit f93aa72

Please sign in to comment.