🔌 Explicitly Mount /dev/dvb/ and /dev/dri/ instead of mapping raw USB Access

Potential fix for: #45 and #32
This commit is contained in:
Gautham Varma K
2021-11-01 15:52:14 +05:30
parent a86e6beed3
commit de368ae5b3
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ every single time this add-on starts.
## Additional Details ## Additional Details
- Raw USB would be mapped `/dev/bus/usb` inside the addon. - `/dev/dvb/`, `/dev/dri/` would be respectively mapped to `/dev/dvb/`, `/dev/dri/` inside the addon.
- Config files are stored in `/config/tvheadend/` - Config files are stored in `/config/tvheadend/`
- Recording files are stored in `/config/tvheadend/recordings/` - Recording files are stored in `/config/tvheadend/recordings/`
+4 -1
View File
@@ -7,7 +7,10 @@
"url": "https://github.com/GauthamVarmaK/addon-tvheadend", "url": "https://github.com/GauthamVarmaK/addon-tvheadend",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"webui": "http://[HOST]:[PORT:9981]/", "webui": "http://[HOST]:[PORT:9981]/",
"usb": true, "devices": [
"/dev/dvb/",
"/dev/dri/"
],
"ports": { "ports": {
"9981/tcp": 9981, "9981/tcp": 9981,
"9982/tcp": 9982 "9982/tcp": 9982