epoch1970;432592 Wrote: 
> ...These commands come standard, many OS X users do not know Terminal
> exists. I'd remove this mention to avoid possible confusion.
> 
> Certainly a side-effect of the age of my system install (and SC
> install, I guess), but my 'cache' directory resides in
> ~/Library/Caches/SlimServer/ (in fact I also have
> ~/Library/Caches/SqueezeCenter, but it's only used by iTunesArtwork.)
> This makes the install process break, since $script uses
> Library/Caches/SqueezeCenter.

I'm working on a fix for this right now.  If, within the plugin, I can
figure out the plugin's real, actual installed location (which, oddly
enough, isn't that easy in perl) then, if the user is willing to enter
their system account password into a form on the help/setup page, I
*should* be able to do a system call something like this:

system echo $password | sudo -S path_to_setup_script ;

..and, voila, setup complete.  And all without having to make the users
do any of that icky terminal stuff. Mobetta, don't you think?

The real question is: will users feel comfortable typing their system
username and password into a web page of a plugin they've just
downloaded from the internet?  For those who know better, the answer
will be "NO!"  So, for those folks, I'll need to provide the terminal
instructions as well.

epoch1970;432592 Wrote: 
> The block/unblock on login works if the server's CLI is on the standard
> port. For my latest experiments I had moved the CLI port to 6666, and
> the side effect is that block/unblock doesn't operate.
> Perhaps you want to mention this in the install doc ?
Good point.  I'll try to remember to add a note on this.


-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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

Reply via email to