diff --git a/bazarr/config.json b/bazarr/config.json index 9a9606bc6..3941f3159 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -13,6 +13,9 @@ "description": "Companion application to Sonarr and Radarr to download subtitles", "devices": [ "/dev/dri", + "/dev/dri/card0", + "/dev/dri/card1", + "/dev/dri/renderD128", "/dev/vchiq", "/dev/video10", "/dev/video11", @@ -97,4 +100,4 @@ "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "version": "1.2.0-1", "webui": "[PROTO:ssl]://[HOST]:[PORT:6767]" -} +} \ No newline at end of file diff --git a/plex/config.json b/plex/config.json index 62863159e..6d5825fc6 100644 --- a/plex/config.json +++ b/plex/config.json @@ -8,6 +8,9 @@ "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "devices": [ "/dev/dri", + "/dev/dri/card0", + "/dev/dri/card1", + "/dev/dri/renderD128", "/dev/vchiq", "/dev/video10", "/dev/video11", @@ -117,4 +120,4 @@ "version": "1.32.0.6973-a787c5a8e-ls164", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" -} +} \ No newline at end of file diff --git a/prowlarr/config.json b/prowlarr/config.json index 6b7d32d65..2d481e245 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -8,6 +8,9 @@ "description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "devices": [ "/dev/dri", + "/dev/dri/card0", + "/dev/dri/card1", + "/dev/dri/renderD128", "/dev/vchiq", "/dev/video10", "/dev/video11", @@ -93,4 +96,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "nightly-1.4.1.3244-ls576", "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" -} +} \ No newline at end of file