🔌 Explicitly Mount /dev/dvb/ and /dev/dri/ instead of mapping raw USB Access
Potential fix for: #45 and #32
This commit is contained in:
+1
-1
@@ -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/`
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user