Quoting danco <[EMAIL PROTECTED]>: > > I am having a different set of problems with the plugin. I suspect I may > not be understanding its action properly. > > In particular, what is the difference between Execute on Open File and > Execute on Play File?
play is tricky, as there are different ways to begin playback, but it is intended to detect when a 'play' command has been issued. 'open' is set to detect the 'newsong', which is triggered each time the playback moves to a new track. > By the way, a very tiny bug in the screen interface. When one sets > scripts using the Web interface, the last two items read thanks, I'll fix that. > > A couple more questions. How can I check in the log what script are > set? d-plugins doesn't seem to show this, and I would like to be sure > that the power off script is set properly. check the prefs file. When the even is triggered, d_plugins does send out a log entry "Execute: Executing: xxxx". at least, it does in v1.17 > Does the Power Off script only work when one actually presses the > button, or will it work if the PowerSave plugin turns off the > Squeezebox? it will operate on the "power" command callback, which is triggered on the button as well as other things. I have no idea how the powerSave button is setting the power state, so I can't comment on how they interact. > If one is using AlienBBC, should one set a plugin to run on Open File > or on Play File? Another plugin that I do not use, so I can't comment. I would assume that initiating a stream playback should trigger the play callback. d_command would show the full effects from the cli when you start a stream. I won't have any time to investigate myself at least for the near future. -kdf _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
