Skip to content

Commit de368ae

Browse files
committed
🔌 Explicitly Mount /dev/dvb/ and /dev/dri/ instead of mapping raw USB Access
Potential fix for: #45 and #32
1 parent a86e6be commit de368ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tvheadend/DOCS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ every single time this add-on starts.
5555

5656
## Additional Details
5757

58-
- Raw USB would be mapped `/dev/bus/usb` inside the addon.
58+
- `/dev/dvb/`, `/dev/dri/` would be respectively mapped to `/dev/dvb/`, `/dev/dri/` inside the addon.
5959
- Config files are stored in `/config/tvheadend/`
6060
- Recording files are stored in `/config/tvheadend/recordings/`
6161

tvheadend/config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"url": "https://github.com/GauthamVarmaK/addon-tvheadend",
88
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
99
"webui": "http://[HOST]:[PORT:9981]/",
10-
"usb": true,
10+
"devices": [
11+
"/dev/dvb/",
12+
"/dev/dri/"
13+
],
1114
"ports": {
1215
"9981/tcp": 9981,
1316
"9982/tcp": 9982

0 commit comments

Comments
 (0)