Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread kdf
On 8-Mar-08, at 12:32 AM, danco wrote: kdf;276729 Wrote: If you navigate to the plugin via the Extras menu on the player, you can select a script and press PLAY to run it immediately. -kdf The problem with this approach is that it will also set the script as being selected, so one has

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread danco
kdf;277093 Wrote: I've added an 'on_demand' pref that you can use to execute directly. It also supports mapping a remote button to the modefunction_PLUGIN.ExecuteScript::Plugin-execute_on_demand function, for those who want to use it in a custom map file. cheers, Kdf Brilliant!!

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread kdf
On 8-Mar-08, at 1:01 PM, danco wrote: Brilliant!! That's what we needed. Is the new version now available for download? yup - r39. There are a few quirks, and it does still save the pref when you use on demand. I figure that's not a problem since most won't be using the on_demand

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread danco
kdf, I edited my post, and you evidently replied to my unedited one. Please note my extra comments in the edited version. Thanks again. -- danco danco's Profile: http://forums.slimdevices.com/member.php?userid=210 View

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread kdf
On 8-Mar-08, at 3:00 PM, danco wrote: kdf, I edited my post, and you evidently replied to my unedited one. Please note my extra comments in the edited version. edited posts are of no use to me. I read email, not the forum -k ___ plugins mailing

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread kdf
danco;277104 Wrote: I did notice that a message flashed up briefly, and it was on screen for too short a time to read it. like I said, quirks. There is debugging to see the activity, otherwise I'm not planning on making it high priority. I'm no longer giving up hours after hour to work

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread danco
like I said, quirks. There is debugging to see the activity, otherwise I'm not planning on making it high priority. I'm no longer giving up hours after hour to work on SC stuff when I don't feel like it. Of course. You shouldn't do stuff unless you are either paid or enjoy it. I (and

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread kdf
On 8-Mar-08, at 3:51 PM, danco wrote: What I put in Custom.map seemed to be what was asked for - I decided that the sleep button was the obvious one to use, and my text was [common] sleep = modefunction_PLUGIN.ExecuteScript::Plugin-execute_on_demand That seemed to be what you were saying,

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread danco
OK, I'll ask for the relevant syntax elsewhere. Thanks. -- danco danco's Profile: http://forums.slimdevices.com/member.php?userid=210 View this thread: http://forums.slimdevices.com/showthread.php?t=44301

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-08 Thread kdf
On 8-Mar-08, at 11:11 PM, danco wrote: OK, I'll ask for the relevant syntax elsewhere. Thanks. that second one I gave you should work. I have since tried it out as a test. There are better ways to create a mapping within a plugin now, so I may migrate toward that eventually. -k

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-07 Thread carp
Does ExecuteScript-Plugin (for SqueezeCenter 7) work on Linux, too? Is it possible to use ExecuteScript-Plugin to shutdown the server (like the ShutdownServer-Plugin does)? -- carp Carsten carp's Profile:

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-07 Thread kdf
On 7-Mar-08, at 1:16 AM, carp wrote: Does ExecuteScript-Plugin (for SqueezeCenter 7) work on Linux, too? yes. it's been developed on linux. as long as you create a script and it has permissions needed to call shutdown, then you can do that. -kdf

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-07 Thread kdf
kdf;276232 Wrote: Please use this link directly, then right click on Execute.pm and choose Save Link As (or whatever the equivalent IE wording is) http://code.google.com/p/kdfplugins/source/browse/tags/6.5.x/legacy/ -kdf Thanks kdf. I followed the link above but right clicking on

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-07 Thread GJS123
Thanks, kdf. I managed to download and install the plugin with your instructions. Unfortunately it froze the server and player when I exectuted a script. In any case I'm not sure that this is the functionality I'm looking for. It seems that your plugin runs a script in response to player

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-07 Thread carp
I want to hook up with GJS123. In my case I configured ExecuteScript-Plugin to shutdown my server when I power off my Squeezebox (this works successfully). What I would like more is a menu option to explicitly shutdown the server, not to automatically shutdown when I power off my Squeezebox. Is

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-07 Thread kdf
I might have to write the plug-in myself, or maybe I could modify kdf's SC7.0 plugin, if he doesn't mind. You shouldn't have to rewrite the SC7 version, as long as you have a script. But, it is all GPL so rewrite anything you want, post it for others if you like. In the end, any plugins I've

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-07 Thread kdf
I want to hook up with GJS123. In my case I configured ExecuteScript-Plugin to shutdown my server when I power off my Squeezebox (this works successfully). What I would like more is a menu option to explicitly shutdown the server, not to automatically shutdown when I power off my Squeezebox.

[SlimDevices: Plugins] Run Script Plugin

2008-03-06 Thread GJS123
I would like to execute a script on the W2K machine that I have running SlimServer, using an SB3 remote. All I can find on this is either broken links or broken plugins. Does anyone know of a pluin for doing this? Thanks. -- GJS123

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-06 Thread kdf
for SS 6.5.x: http://code.google.com/p/kdfplugins/source/browse/tags/6.5.x/legacy/Execute.pm for SC7.0: http://kdfplugins.googlecode.com/files/Plugins-ExecuteScript-Plugin_r38.zip ___ plugins mailing list plugins@lists.slimdevices.com

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-06 Thread GJS123
Thanks kdf...but a little more help please? I'm running SS 6.5.4. I couldn't find anywhere to download the plugin from the link you provided so I cut and paste the source off of the google page. However, after restart of slimserver the script is not listed in the web inteface and no extra

Re: [SlimDevices: Plugins] Run Script Plugin

2008-03-06 Thread kdf
On 6-Mar-08, at 6:10 PM, GJS123 wrote: Thanks kdf...but a little more help please? I'm running SS 6.5.4. I couldn't find anywhere to download the plugin from the link you provided the first link was a direct link to the file needed for 6.5.4 (I called it 6.5.x) so I cut and paste the