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 items (at least 50, I believe) and it > needs to be alphabetically sorted. > > It's not supported, yet. We'd have to define some protocol for sorting > categories. > Could you file a bug at bugs.slimdevices.com and link here, I don't > think this should be strictly iPeng specific. Will do tomorrow. > iPeng sends a parameter "userInterfaceIdiom:iPeng", maybe you can use > that to detect whether you are generating a menu for iPeng or SP. This is just great to hear. I will test tomorrow. Actually I cannot get two lines on SqueezePlay at the moment. It always shows just \n in the middle of the string. I'm sure I got two lines in SP one day, but it looked ugly - it was same font, same size, and two lines of the same colour and style which barely fitted to the space they had. > It's resized by the server. > There is no way to change the size, you could see whether it helps to > use the menuIcon tag, maybe it takes precedence and maybe it's shown > smaller(don't know right now). Will test menuIcon... > Do you know how that looks in the protocol? Any example where I can get > this? So far I thought this is strictly client side. see here: http://wiki.slimdevices.com/index.php/SBS_SqueezePlay_interface search for "window_fields". However the page says it should be: Code: -------------------- help = { text = "..." } -------------------- And this didn't work for me (but showed question mark). This worked: Code: -------------------- help = 'text' -------------------- All under the 'window' entry. > Will come in one of the next two releases. Next one is probably playback > only but the one after that will bring a lot of integration stuff so > this will be doable, then. > > You can even now integrate content that will then open up in Safari by > adding "weblink => ...." tags to your menu and not defining any other > default actions (do or go). Not sure how it's going to work, but weblink looks not bad. Will test :) -- azaz44 ------------------------------------------------------------------------ azaz44's Profile: http://forums.slimdevices.com/member.php?userid=21080 View this thread: http://forums.slimdevices.com/showthread.php?t=83474 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
