From cb8da6683c9a554575b0fa549086649f2077e233 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 1 Dec 2020 13:24:12 +0100 Subject: [PATCH 1/4] correct localdisk list --- emby/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emby/config.json b/emby/config.json index d9fd15261..72c161ecc 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,6 +1,6 @@ { "name": "Emby beta with smb and hdd", - "version": "2.1", + "version": "1.0", "slug": "emby_nas", "legacy": false, "maintenance": { @@ -46,7 +46,7 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": "str", + "localdisks": ["str"], "networkdisks": "str", "cifsusername": "str", "cifspassword": "str" From 45642251e73e8608f33bbf65eb464780a14f9f44 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 1 Dec 2020 13:42:53 +0100 Subject: [PATCH 2/4] Update 50-mounts --- emby/root/etc/cont-init.d/50-mounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/root/etc/cont-init.d/50-mounts b/emby/root/etc/cont-init.d/50-mounts index fa894209d..962e0fea1 100644 --- a/emby/root/etc/cont-init.d/50-mounts +++ b/emby/root/etc/cont-init.d/50-mounts @@ -16,7 +16,7 @@ if bashio::config.has_value 'localdisks'; then mkdir -p /storage/$disk chown -R abc:abc /storage/$disk fi - mount -t auto /dev_/disk/by-label/$disk /storage/$disk -o nosuid,relatime,noexec && \ + mount -t auto /dev/$disk /storage/$disk -o nosuid,relatime,noexec && \ bashio::log.info "Success!" done || \ bashio::log.warning "Protection mode is ON. Unable to mount local drives!" From 73108a9c5936bf0695319ef59c3583d6b1541149 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 1 Dec 2020 13:43:38 +0100 Subject: [PATCH 3/4] Update config.json --- emby/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/config.json b/emby/config.json index 72c161ecc..e1754396a 100644 --- a/emby/config.json +++ b/emby/config.json @@ -37,7 +37,7 @@ "options": { "PUID": 1001, "PGID": 1001, - "localdisks": ["-"], + "localdisks": ["-"], "networkdisks": "", "cifsusername": "", "cifspassword": "" From ad254cf4f91e5d28de2d431254b36a8b2b6055e8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 1 Dec 2020 13:44:03 +0100 Subject: [PATCH 4/4] Update config.json --- emby/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/config.json b/emby/config.json index e1754396a..0be247e91 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,6 +1,6 @@ { "name": "Emby beta with smb and hdd", - "version": "1.0", + "version": "1.1", "slug": "emby_nas", "legacy": false, "maintenance": {