From 2cc0d5d9a73028023f8899054b255e79c8f3a1f8 Mon Sep 17 00:00:00 2001 From: Daniel Figus Date: Wed, 14 Feb 2024 13:52:32 +0000 Subject: [PATCH] Try to map the dvb devices directly in the config.yaml --- tvheadend/config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tvheadend/config.yaml b/tvheadend/config.yaml index 36c8886..c2cc2c0 100644 --- a/tvheadend/config.yaml +++ b/tvheadend/config.yaml @@ -2,7 +2,7 @@ name: TVHeadend version: dev slug: tvheadend -description: TV streaming server and recorder. +description: TV streaming server and recorder url: "https://github.com/dfigus/addon-tvheadend" ingress: true ingress_port: 0 @@ -17,7 +17,10 @@ arch: - i386 host_network: true devices: - - /dev/dvb + - /dev/dvb/adapter0/demux0 + - /dev/dvb/adapter0/dvr0 + - /dev/dvb/adapter0/frontend0 + - /dev/dvb/adapter0/net0 - /dev/dri - /dev/vcsm-cma - /dev/vchiq