Quoting oreillymj <[EMAIL PROTECTED]>: > One question, why would the script backtrace when called at power-on, > but not when play is pressed. The script being called is identical. I > looked at your code and it seems pretty similar for each event being > handled.
The backtrace is called because the plugin calls a server command to create a "friendly" title for displaying the message on the player "executing <script>". The server expects a fileURL, and will backtrace when a URL is not given. In this case, its just a file path, so you see a backtrace. The backtrace is becuase of Slim::Music::Info::standardTitle() and not the script you are trying to execute. -kdf _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
