This is a Snips action written in Python and is compatible with snips-skill-server
.
This action forwards any sound played locally on any UPNP server (KODI,...) .
To install the action on your device, you can use Sam
sam install actions -g https://github.com/agileek/snips-skill-kodi.git
Copy it manually to the device to the folder /var/lib/snips/skills/
You'll need snips-skill-server
installed on the pi
sudo apt-get install snips-skill-server
Stop snips-skill-server & generate the virtual environment
sudo systemctl stop snips-skill-server
cd /var/lib/snips/skills/snips-skill-kodi/
sh setup.sh
sudo systemctl start snips-skill-server
Show snips-skill-server logs with sam:
sam service log snips-skill-server
Or on the device:
journalctl -f -u snips-skill-server
Check general platform logs:
sam watch
Or on the device:
snips-watch