OpenMediaVault-Plugin-Developers/openmediavault-vdr

Add RPC to show connected DVB devices

S-V-S opened this issue · 1 comments

Needs a button to the web interface.

DVB adapters can be listed with "ls /dev/dvb/"
Should return
adapter0
adapter1
etc.
Also consider "dmesg | grep dvb"

How to show ATSC devices?

ATSC devices should be in the /dev/dvb folder.
Used "if [ -d /dev/dvb ]; then ls /dev/dvb; fi" in RPC.
Added to 0.5.4
NOTE: If the device is disconnected the folder for the adapter still exists.