Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread azaz44
I added a bunch of tickets to the trac. -- azaz44 azaz44's Profile: http://forums.slimdevices.com/member.php?userid=21080 View this thread: http://forums.slimdevices.com/showthread.php?t=83474

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread pippin
Your trac account should work, I believe the issue was not with your account but my trac instance running out of memory. Happens from time to time. #1: will have to investigate #2: that's indeed embarrassing. I believe it was actually ME who specified this :blush: -- pippin --- see iPeng, th

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread azaz44
Weblink works fine. But not very useful for me, as it closes iPeng and opens Safari with no clean way of getting back. I have two new bugs for you, one important. If you fix my trac account (shell I just create new?), I'll report them. Bug #1 (critical): I have a menu displa

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread pippin
Looked it up. It's weblink => URL directly on the iTem level (not as an action or somethig) -- pippin --- see iPeng, the Squeezebox iPhone remote and *New: iPeng for iPad*, at penguinlovesmusic.com pippin's Profile: http

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread azaz44
So I wait with the weblink, cause it takes too much time to try guessing. BTW. I got multiline in SP. What I was doing wrong, I was having '\n' in a string, but this was a backslash-n and not an actual new line character (I didn't know you have to use "\n" and not '\n' in Perl..). What is funny,

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread pippin
It's weblink with a lowercase "l" I believe and the syntax should be weblink => URL Will look it up later. -- pippin --- see iPeng, the Squeezebox iPhone remote and *New: iPeng for iPad*, at penguinlovesmusic.com pippin'

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread azaz44
So: userInterfaceIdiom:iPeng - works fine. menuIcon - doesn't work, it still prefers 'icon' if it's there. But one can use uiIdiom to set only 'icon' or 'menuIcon' here. webLink - didn't get it working. Where should I specify it? Tried at item level (removing all actions) and at item->actions,

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread azaz44
I have problems using your tracking system. I registered myself in the past and I know my username and email. I think I know the password, but am not sure about it. I cannot login, I cannot use "Lost password option" - it sais my email and username don't match any account. Also, the bug which I re

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-31 Thread azaz44
pippin;598454 Wrote: > On the "help" thing: > What exactly is it you are trying to accomplish? > iPeng currently ignores help strings because originally they were > tailored for the controller and were just plain wrong in iPeng. > Not sure whether this is still true, after all the Touch has a tou

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-30 Thread pippin
On the "help" thing: What exactly is it you are trying to accomplish? iPeng currently ignores help strings because originally they were tailored for the controller and were just plain wrong in iPeng. Not sure whether this is still true, after all the Touch has a touch screen, too. -- pippin --

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-30 Thread azaz44
Most of these things don't have to be iPeng specific. I raise them with the understanding, that any other controller can use them as well. iPeng was the first, so it has some rights now to specify new protocols. pippin;598437 Wrote: > It depends on two things: > The menu needs to have enough ite

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-30 Thread pippin
azaz44;598342 Wrote: > > Question 1: > iPeng has a great UI to do this already, and it actually uses it to > display first title letter sometimes. Not sure what it depends on. I > get it in one particular menu, but on one of my servers. On the other > one I don't get it somehow. Both are SBS 7.5

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-30 Thread azaz44
Hmm, I'm afraid I have more questions. All of them to make iPeng even better :) Question 5 -- Any way to get the functionality, which is marked at the screenshot, in iPeng? This comes from "window -> help". I consider using it to display information / help about the menu which is just dis

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-12-30 Thread azaz44
Hello pippin. More questions about iPeng: Question 1: --- I would love to group some items in the browse menus in my plugin. For example there would be 20 items with a title "Piano Trio" and another 20 with a title "String Quartet", all in the same menu. I think SqueezePlay doesn't suppor

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-30 Thread pippin
Ok, I need to restart the server. The ticket came through, I got the mail, thanks! -- pippin --- see iPeng, the Squeezebox iPhone remote and *New: iPeng for iPad*, at penguinlovesmusic.com pippin's Profile: http://forums

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-30 Thread azaz44
pippin;591732 Wrote: > Well, it's just how iPeng behaves. > Could you file a ticket for this, it might be worth changing although > it will be difficult. All menus in iPeng (including NowPlaying) are > part of a menu stack and I'd have to extract the menu from the stack. > It's possible, I'm doin

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-29 Thread pippin
Well, it's just how iPeng behaves. Could you file a ticket for this, it might be worth changing although it will be difficult. All menus in iPeng (including NowPlaying) are part of a menu stack and I'd have to extract the menu from the stack. It's possible, I'm doing it in other places, too, but n

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-29 Thread azaz44
Excuse me to bother you with another question, but this one looks like some general issue with iPeng. I made a context menu with Add, Insert, Play. On 'Play' action I specify, that the player should go to "Now Playing" after executing the action. This works fine both in SqueezePlay and iPeng. Bu

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-28 Thread pippin
Sorry, I originally replied in the wrong thread. Don't worry, iPeng looks for the actual command you are using so unless your plugin supplies it's own CLI command using a different syntax you should be safe with translations. -- pippin --- see iPeng, the Squeezebox iPhone remote and *New: iPe

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-27 Thread azaz44
Another question. I made a context menu with too items: 'play' and 'add' (no translation). And somehow iPeng displayed proper icons for them ('+' for add, triangle for play), which I didn't expect. I guess it's because of these common names. But soon I'm going to change the names (minimum use tra

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-27 Thread azaz44
pippin;591291 Wrote: > cool :) > Do you have a screen shot you can share? Here you have it. It's just a private plugin, I don't know if it ever get a state so it could be released. But still it's good to have a nice icon :) +---+

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-27 Thread pippin
cool :) Do you have a screen shot you can share? -- pippin --- see iPeng, the Squeezebox iPhone remote and *New: iPeng for iPad*, at penguinlovesmusic.com pippin's Profile: http://forums.slimdevices.com/member.php?userid

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-27 Thread azaz44
It worked like a charm. -- azaz44 azaz44's Profile: http://forums.slimdevices.com/member.php?userid=21080 View this thread: http://forums.slimdevices.com/showthread.php?t=83474

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-27 Thread azaz44
pippin;591146 Wrote: > Here's the documentation for this: > http://bugs.slimdevices.com/show_bug.cgi?id=13036 > > For the "menuIconID" thing you can use any menu id as provided by the > server, e.g. "myMusicArtists" for "Artists" or "opmlnapster" for > Napster and so on. This is exactly what I

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-26 Thread pippin
Here's the documentation for this: http://bugs.slimdevices.com/show_bug.cgi?id=13036 For the "menuIconID" thing you can use any menu id as provided by the server, e.g. "myMusicArtists" for "Artists" or "opmlnapster" for Napster and so on. -- pippin --- see iPeng, the Squeezebox iPhone remote

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-26 Thread pippin
azaz44;591133 Wrote: > This is a menu in "My Music", but iPeng shows it at the root (which is > normal I think). > Yes. > > I display the icon by specifying the URL as menu property "icon", the > URL is: 'html/images/plugin.png'. > That doesn't work in iPeng's root menu because the TabBAr cont

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-26 Thread azaz44
pippin;591128 Wrote: > Which icon is it? How do you display it? > Is it shown in SqueezePlay? > "normal" icons that are being transferred as an image URL should show. > iPeng has it's own icon display mechanism for top level menus (in which > the big SqueezePlay Icons don't work), is this a top-l

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-26 Thread pippin
Which icon is it? How do you display it? Is it shown in SqueezePlay? "normal" icons that are being transferred as an image URL should show. iPeng has it's own icon display mechanism for top level menus (in which the big SqueezePlay Icons don't work), is this a top-level menu (or one in "My Music")

Re: [SlimDevices: Plugins] Plugin development for iPeng

2010-11-26 Thread azaz44
Can I somehow display an icon in iPeng? I display one for Touch/Radio, I'm just using one of existing icons for now. But iPeng shows a blank space. -- azaz44 azaz44's Profile: http://forums.slimdevices.com/member.php?user