Last active
December 21, 2017 06:43
-
-
Save abakum/346a8bbb01592a97ca127dfe98ec10ac to your computer and use it in GitHub Desktop.
Use xbmc-send for kodi@OSMC on raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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