Skip to content

Instantly share code, notes, and snippets.

@abakum
Last active December 21, 2017 06:43
Show Gist options
  • Save abakum/346a8bbb01592a97ca127dfe98ec10ac to your computer and use it in GitHub Desktop.
Save abakum/346a8bbb01592a97ca127dfe98ec10ac to your computer and use it in GitHub Desktop.
Use xbmc-send for kodi@OSMC on raspberry Pi
#!/bin/bash
read -e -p "Enter Media>" media
[ -n "$media" ] && xbmc-send --action="PlayMedia(${media// /%20})"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment