Add RTL-SDR mode switcher, DVB-T to Kodi pipeline, FM radio

Mode switcher (rtl_mode_switch.sh) handles exclusive dongle access
between DVB-T, FM, SDR scanner, ADS-B, spectrum, and HackRF modes.
DVB-T pipeline: RTL-SDR -> GNU Radio demod -> MPEG-TS -> HTTP -> Kodi.
Kodi setup script generates M3U playlist for PVR IPTV Simple Client.
Includes dvbt_rx.py and sdr_tv.py from dvbt-rx project.
WebUI updated with mode switcher, channel selector, and Kodi controls.
This commit is contained in:
sssnake
2026-03-31 07:38:02 -07:00
parent 7be3a8e183
commit 6e027b2c1b
7 changed files with 1544 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ FILES=(
system.prop
system/
webroot/
scripts/
BUILDING_MODULES.md
)