Re: [SlimDevices: Plugins] IR Blaster (Repeater) Locks Up

2008-01-02 Thread fcm4711
Ok, you can find information on how to debug under SS 6.5.x here: http://wiki.slimdevices.com/index.cgi?LogFile To turn on debugging on IRBlaster you will need to edit the Plugin.pm file and change the line my $debug = 0 to my $debug = 1 then restart SS. -- fcm4711 Everyone said: This

Re: [SlimDevices: Plugins] Probs syncing softsqueeze withSqueezeboxes

2008-01-02 Thread Neil Cameron
I'm on SS 6.5.5. Where is the more recent update of SoftSqueeze available? Why is it not the one bundled with the nightlies? I've just moved back to JLayer audio and it seems more reliable - weird! Neil bpa [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Although you said

Re: [SlimDevices: Plugins] MusicIP - How to add new albums

2008-01-02 Thread cparker
Rick B.;252115 Wrote: Can anyone lay out a simple step-by-step on what to do after ripping a new CD? Thanks very much. Hi Rick I have added a guide to ripping and the subsequent updating of MusicIP and Slimserver, which you can find on my website; http://www.spicefly.com/ Hope you find it

Re: [SlimDevices: Plugins] iPeng Plugin Cookbook

2008-01-02 Thread erland
Thanks for the documentation, just some comments and questions to clarify some stuff: REGISTERING PLUGINS It might be better to describe this from a plugin developers point of view. You normally make a call to the addPageLinks function from your plugin to register it like this:

Re: [SlimDevices: Plugins] iPeng Plugin Cookbook

2008-01-02 Thread Michael Herger
iPeng does offer generic plugin support, yet mobile Safari (the Browser on th iPhone) has some limitations and specialties compared to a PC browser. So most plugins work somehow but look pretty bad with iPeng. I have roughly followed your exchange with Erland. But I'm still not sure every

Re: [SlimDevices: Plugins] iPeng Plugin Cookbook

2008-01-02 Thread erland
If I use: [%- WRAPPER contentitem %]a .../a[% END %] [%- WRAPPER contentitem controls='controls' %]a .../a[% END %] Instead of: [%- WRAPPER contentitem %]a .../a[% END %] [%- WRAPPER contentitem rightcontrols='controls' %]a .../a[% END %] The result is that I get a white field

Re: [SlimDevices: Plugins] iPeng Plugin Cookbook

2008-01-02 Thread Michael Herger
If I have understand it correctly the purpose of the the controls attribute are: - leftcontrols: I want to place some control to the left of the text - rightcontrols: I want to place some control to the right of the text - controls: I just want a control but I really don't care where it's