From fb0b94572b1765e6be83ec2b1c2e211f01667480 Mon Sep 17 00:00:00 2001 From: SilentNyte Date: Tue, 17 Jan 2023 17:51:32 -0500 Subject: [PATCH] Master (#6437) * Adding recommendation to pass-through optical drives. * Update charts/stable/makemkv/docs/installation_notes.md Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * bump Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/makemkv/Chart.yaml | 2 +- charts/stable/makemkv/docs/installation_notes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index 61b6f79f863..d9cb9235c8c 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - https://github.com/jlesage/docker-makemkv - https://hub.docker.com/r/jlesage/makemkv -version: 4.0.7 +version: 4.0.8 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/makemkv/docs/installation_notes.md b/charts/stable/makemkv/docs/installation_notes.md index 776edbdc850..01589fb7a45 100644 --- a/charts/stable/makemkv/docs/installation_notes.md +++ b/charts/stable/makemkv/docs/installation_notes.md @@ -8,3 +8,6 @@ --- - If you are passing through devices such as `Optical Drives`, you have to Click `Container Security Settings` and set `PUID` to `0`. +- Mount USB Devices + - Host Device Path to `/dev/{sr0, dvd, sg0}` (Pick one) + - Container Device Path `/dev/{sr0, dvd, sg0}` (Pick one, most likely you have to match the host's path)