From 8db43f9791ca45b863537cff13c62611616ec40f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 8 Nov 2021 21:22:33 +0100 Subject: [PATCH] Update to 4.7.0.17 --- emby/CHANGELOG.md | 3 +++ emby/config.json | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 3d3917a5b..cfd8ed570 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.7.0.17 (08-11-2021) +- Update to latest version from linuxserver/docker-emby - Allow mounting local drives by label. Just pust the label instead of sda1 for example - Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename diff --git a/emby/config.json b/emby/config.json index ae1a4893b..8480833a5 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,6 +1,11 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "backup_exclude": [ "*/cache/", "*/logs/", @@ -30,7 +35,12 @@ "/dev/sdf2", "/dev/sdg2" ], - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Emby NAS", "options": { "PUID": 0, @@ -49,7 +59,10 @@ "7359/udp": "udp server discover (optional)", "1900/udp": "dlna (optional)" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -63,9 +76,9 @@ }, "slug": "emby_nas", "startup": "services", - "upstream": "4.7.0.15", + "upstream": "4.7.0.17", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.7.0.15-3", + "version": "4.7.0.17", "watchdog": "http://[HOST]:[PORT:8096]", "webui": "http://[HOST]:[PORT:8096]" }