Add RPC to show connected DVB devices
S-V-S opened this issue · 1 comments
S-V-S commented
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?
S-V-S commented
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.