This guide demonstrates how to automate the addition of multiple channels to ErsatzTV using a Python script with Selenium WebDriver. If you regularly need to add a variety of channels to ErsatzTV and find the manual process time-consuming, this solution can streamline your workflow by automating channel and genre inputs. Why Automation? Automating the channel …
This script is designed to integrate RTSP compatible cameras into a designed for Home Assistant via MQTT discovery messages and manage media playback through a Kodi media center. The script is structured in Python and utilizes several libraries to handle HTTP requests, subprocess management, MQTT communication, and JSON data handling. Features Components of the Script …