Skip to content

agileek/snips-skill-kodi

Repository files navigation

Snips UPNP forward

MIT License

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,...) .

Setup

SAM (preferred)

To install the action on your device, you can use Sam

sam install actions -g https://github.com/agileek/snips-skill-kodi.git

Manually

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

Logs

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

About

Forward sound to kodi via UPNP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published