[RELEASE] Commands - Map multiple xbmc commands to one remote button - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Commands - Map multiple xbmc commands to one remote button (/showthread.php?tid=134129) |
RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - AddonScriptorDE - 2013-12-19 (2013-12-18, 17:10)isitmeor Wrote: hiYou can execute python scripts via RunScript(). But i'm not sure if .sh scripts are working. You can find all available commands here... RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - isitmeor - 2013-12-22 (2013-12-19, 01:30)AddonScriptorDE Wrote:(2013-12-18, 17:10)isitmeor Wrote: hiYou can execute python scripts via RunScript(). But i'm not sure if .sh scripts are working. okay sh does not work, so I changed my script to a py script as soon as i open this dialog box it This shows up in my log 12:46:01 T:140445192001344 ERROR: GetDirectory - Error getting plugin://script.commands/ 12:46:01 T:140445192001344 ERROR: CGUIMediaWindow::GetDirectory(plugin://script.commands/) failed RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - AddonScriptorDE - 2014-01-05 (2013-12-22, 13:51)isitmeor Wrote:it... ?(2013-12-19, 01:30)AddonScriptorDE Wrote:(2013-12-18, 17:10)isitmeor Wrote: hiYou can execute python scripts via RunScript(). But i'm not sure if .sh scripts are working. Nothing happens when selecting the entry? Do you tested the script before? Could you try another script to help identify the problem? Have you passed the full path to RunScript()? RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - isitmeor - 2014-01-07 (2014-01-05, 02:38)AddonScriptorDE Wrote:I will come back to this asap(2013-12-22, 13:51)isitmeor Wrote:it... ?(2013-12-19, 01:30)AddonScriptorDE Wrote: You can execute python scripts via RunScript(). But i'm not sure if .sh scripts are working. RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - sakos - 2014-01-11 (2013-02-23, 15:20)frank1119 Wrote: I like this addon, but I wanted to execute commands defined with this addon directly from my RC, so I modified the script /home/pi/.xbmc/addons/script.commands/default.py Hi, I also applied this change to assign a remote key press directly to a combination of XBMC commands. As I saw in this topic many other users need this functionality even if the original intention of this addon is different. I understand that there is a possibility to run scripts from XBMC however this looks too complex for a simple user who would like to acces two or three commands as a combined action. I hope the author of this addon will appreciate this demand and include this change into the offical version. RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - AddonScriptorDE - 2014-01-19 (2014-01-11, 16:22)sakos Wrote: Hi,Hi, sure. I'll add it. Just totally forgot it... RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - matze2ooo - 2014-09-04 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!!! RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - LakersFan - 2015-05-05 (2013-12-12, 00:35)AddonScriptorDE Wrote: SORRY! I totally forgot to look for this thread... I realize this thread is a few years old, but I just discovered it. Did you ever get around to implementing this feature? RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - invisable - 2015-07-06 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 !! RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - opponent - 2015-07-22 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 RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - grossdm - 2016-03-31 (2015-07-22, 09:25)opponent Wrote: Hi Guys Hey opponent, I feel that I am not new to Kodi, but I am still learning. For example, I've edited various XML files to get what I want from Kodi - including keymaps. So far I can't figure out this addon, either. It looks like it's been abandoned, so perhaps it's best to not use it. RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - simon261 - 2016-11-13 (2012-06-16, 18:08)AddonScriptorDE Wrote: Hi, Hi Addon, I like the game its truly awesome. All they are amazing. Keep updating and entertaining us. RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - User 137418 - 2016-12-09 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. RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - pcextreme - 2017-05-16 (2013-02-23, 15:20)frank1119 Wrote: I like this addon, but I wanted to execute commands defined with this addon directly from my RC, so I modified the script /home/pi/.xbmc/addons/script.commands/default.py Big thanx to the developer and frank1119 for this patch! This addon is a lifesaver! RE: [RELEASE] Commands - Map multiple xbmc commands to one remote button - Atamans - 2018-03-07 HELLO I WOULD LIKE TO ADD A SHORTCUT TO THE TV SUBMENU PVR.SIMPLE/SETTINGS,HOW TO DO? THANKS |