Quoting danco <[EMAIL PROTECTED]>:


I am looking at the Execute Script plugin, and trying to understand it,
with only a vague understanding of perl.

I think it could do with a bit more documentation.  Specifically,

1. What precisely is the defualt location for the scripts?

see line32.
$Bin is where slimserver.pl or slim.exe is executed from (/usr/local/slimserver,
c:\program files\slimserver\server\, etc)
for mac, it's ~/Library/SlimDevices/scripts

2. If one wants to change this location (say to
/mydisk/myfolder/mysubfolder) how does one do it?

change line 32, or if you are on a mac: line 35 so say:
$scriptpath = '/mydisk/myfolder/mysubfolder';


3. What's the situation with a Mac? The syntax seems more complicated,
but I'm not at all sure that following this syntax is the way to go. It
might be simpler just to put the scripts in a conveient folder.

it was a provided patch, since I dont run the server on a mac and that
particular user didn't seem to like the idea of having the path related to the
location os slimserver.pl

-k
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to