Posts: 11
Joined: Oct 2013
Reputation:
0
2014-09-04, 22:59
(This post was last modified: 2014-09-04, 23:08 by matze2ooo.)
Hi there
I am running XBMC on raspbmc (Raspberry Pi B) and have just installed the add-on. What I would like to achieve is remotly shutdown my Windows machine from the iOS XBMC remote control using the System.Exec function.
I am already able to remotly shutdown my machine via SSH by issuing: net rpc shutdown -I ip.address -U myuser%mypass. I first had to give the user myuser the remote shutdown privilege via gpedit.msc.
Anyhow, everytime I am trying to start the add-on from the iOS XBMC application the XBMC GUI freezes (I have added the add-on to the quick commands in the iOS remote). I did not yet came to the point where I was able to configure a specific command.
But the system itself keeps running. I do not see any processes going crazy on the device. I looks as if the add-on configuration screen is kind of "locking" the screen... hard to describe.
Any idea what I am doing wrong here? Thanks in advance!!!
Posts: 179
Joined: Dec 2013
Reputation:
2
Many Thanks for this addon did you ever get around to adding the sleep command so that you could run combination scripts with a set delay between.
If not its no problem as I can create a python script that runs a Bash script on the pi quite easily.
Thanks again !!
Posts: 5
Joined: Jul 2015
Reputation:
0
Hi Guys
I am new to Kodi and therefore need some help with this.
I would like to assign the back key on my remote to stop the video and than go back a level, similar to how it works on the apple tv
What do I configure the add-on, tried looking through the wiki but couldnt understand it
Posts: 26
Joined: Sep 2012
So I am trying to get this to work so I can add popup notifications to keypresses with the Pandoki add-on (
http://forum.kodi.tv/showthread.php?tid=205547)
Basically, when I thumbs up/down a song, I want to see a notification popup that verifies it. So I made a "enter command" did this in the scripts.command:
up###RunPlugin(plugin://plugin.audio.pandoki/?rate=up)#Notification(Pandora, Thumbs Up!, 5)
Then in my keyboard.xml I've got this:
<visualisation>
<keyboard>
<d>RunPlugin(plugin://script.commands/?key=up)</d>
</keyboard>
</visualisation>
I think I'm close. I get a popup window offering me "up" and if I click it, it does thumbs up it and show the notification. Just wondering if it can be set to do that automatically (no pop up)?
Any help is appreciated. And thanks for the great add-on.
Posts: 114
Joined: Mar 2018
Reputation:
19
HELLO
I WOULD LIKE TO ADD A SHORTCUT TO THE TV SUBMENU
PVR.SIMPLE/SETTINGS,HOW TO DO?
THANKS