Close

Working python demo script

A project log for Tecedi SmartZap: Adblock for TV

Control a HDMI switch with your Raspberry Pi and watch something interesting during TV ads.

pixjuanPixJuan 02/21/2016 at 07:360 Comments

Here is a proof of concept python script

First, you need to have the python-rpi.gpio and omxplayer packages installed

sudo apt-get install python-rpi.gpio omxplayer

The next step should be to integrate this script with Kodi to have a nicer user experience.

Discussions