Skip to content

Instantly share code, notes, and snippets.

@koba-ninkigumi
Last active December 20, 2015 18:08
Show Gist options
  • Save koba-ninkigumi/6173381 to your computer and use it in GitHub Desktop.
Save koba-ninkigumi/6173381 to your computer and use it in GitHub Desktop.
Raspberry Pi で構築した XBMC Box のコントロールコマンドです。

#HDMI ON/OFF
OFF

tvservice -o

ON

tvservice -p

#音量調節

xbmc-send -a "SetVolume(10)"
xbmc-send -a "SetVolume(100)"
xbmc-send -a "Mute"

#再生停止

xbmc-send -a "PlayerControl(Stop)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment