Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6f6bbfc738
commit
094f3c3475
|
@ -1,10 +0,0 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="makemkv-0.0.1"></a>
|
||||
### makemkv-0.0.1 (2022-03-13)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add makemkv ([#2151](https://github.com/truecharts/apps/issues/2151))
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="makemkv-0.0.2"></a>
|
||||
### [makemkv-0.0.2](https://github.com/truecharts/apps/compare/makemkv-0.0.1...makemkv-0.0.2) (2022-03-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* make some fields required ([#2155](https://github.com/truecharts/apps/issues/2155))
|
||||
|
||||
|
||||
|
||||
<a name="makemkv-0.0.1"></a>
|
||||
### makemkv-0.0.1 (2022-03-13)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add makemkv ([#2151](https://github.com/truecharts/apps/issues/2151))
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 9.1.2
|
||||
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
|
||||
generated: "2022-03-13T23:24:46.673631984Z"
|
||||
generated: "2022-03-14T00:02:35.648840954Z"
|
|
@ -18,7 +18,7 @@ name: makemkv
|
|||
sources:
|
||||
- https://github.com/jlesage/docker-makemkv
|
||||
- https://hub.docker.com/r/jlesage/makemkv
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -208,30 +208,35 @@ questions:
|
|||
schema:
|
||||
type: int
|
||||
default: 1280
|
||||
required: true
|
||||
- variable: DISPLAY_HEIGHT
|
||||
label: "DISPLAY_HEIGHT"
|
||||
description: "Height (in pixels) of the application's window."
|
||||
schema:
|
||||
type: int
|
||||
default: 768
|
||||
required: true
|
||||
- variable: MAKEMKV_KEY
|
||||
label: "MAKEMKV_KEY"
|
||||
description: "MakeMKV registration key to use."
|
||||
schema:
|
||||
type: string
|
||||
default: "BETA"
|
||||
required: true
|
||||
- variable: AUTO_DISC_RIPPER_INTERVAL
|
||||
label: "AUTO_DISC_RIPPER_INTERVAL"
|
||||
description: "Interval, in seconds, the automatic disc ripper checks for the presence of a DVD/Blu-ray discs."
|
||||
schema:
|
||||
type: int
|
||||
default: 5
|
||||
required: true
|
||||
- variable: AUTO_DISC_RIPPER_BD_MODE
|
||||
label: "AUTO_DISC_RIPPER_BD_MODE"
|
||||
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. This applies to Blu-ray discs only. For DVD discs, MKV files are always produced."
|
||||
schema:
|
||||
type: string
|
||||
default: "mkv"
|
||||
required: true
|
||||
- variable: AUTO_DISC_RIPPER_MAKEMKV_PROFILE
|
||||
label: "AUTO_DISC_RIPPER_MAKEMKV_PROFILE"
|
||||
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."
|
Loading…
Reference in New Issue