Add /dev/dri

This commit is contained in:
Alexandre
2023-05-02 08:23:30 +02:00
parent b3b1af3a47
commit a787178660
3 changed files with 12 additions and 3 deletions

View File

@@ -13,6 +13,9 @@
"description": "Companion application to Sonarr and Radarr to download subtitles", "description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/vchiq", "/dev/vchiq",
"/dev/video10", "/dev/video10",
"/dev/video11", "/dev/video11",
@@ -97,4 +100,4 @@
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"version": "1.2.0-1", "version": "1.2.0-1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6767]" "webui": "[PROTO:ssl]://[HOST]:[PORT:6767]"
} }

View File

@@ -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.", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/vchiq", "/dev/vchiq",
"/dev/video10", "/dev/video10",
"/dev/video11", "/dev/video11",
@@ -117,4 +120,4 @@
"version": "1.32.0.6973-a787c5a8e-ls164", "version": "1.32.0.6973-a787c5a8e-ls164",
"video": true, "video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web"
} }

View File

@@ -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", "description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
"/dev/dri/card0",
"/dev/dri/card1",
"/dev/dri/renderD128",
"/dev/vchiq", "/dev/vchiq",
"/dev/video10", "/dev/video10",
"/dev/video11", "/dev/video11",
@@ -93,4 +96,4 @@
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-1.4.1.3244-ls576", "version": "nightly-1.4.1.3244-ls576",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]"
} }