erland;541353 Wrote: > > Do you think users will have a lot of sdt items on the same screen ? > Would the different items have to be synchronized so they switch to new > values simultaneously ? > I think most people will only have 4-10 (max) items on the screen at once. Who knows, with a slate squeezebox..iSqueezeBox.. whatever. :-)
> I'll have to check your code updates to know for sure, but it sounds > like it shouldn't check playserStatus.mode in this case. I changed it, and it's fine. I think it's just an artifact of example code. > One more question, how are the sdt weather images handled in your > implementation. Does it only get the image for the current day or is it > possible to configure if it should get the image for today, tomorrow or > the day after that. Right now, it just fetches the current image, but I'm going to make changes and create a new icon request. Let me think on this one - make it fetch all at once (get a table back). I might use the power of automatic parameter loading on the plugin side to make it flexible on the LUA side. > What about the sdt weather text items, do they only look at current day > or can you show weather for the next days too ? You should be able to look at anything you want - any combo. I can easily see creating a row of 3 icons on the bottom for tonight->tomorrow->next day, or a sidebar of temps for the next few days. Heck, maybe get funky and create a graph out of the text data, but that's a next step. :-) > Regarding sport/game scores I'm starting to think they would be best to > handle as a separate item type so I think we can ignore them for now, > it's better to get something up and running for the weather info. agreed. Thanks! -Dan -- plympton ------------------------------------------------------------------------ plympton's Profile: http://forums.slimdevices.com/member.php?userid=12955 View this thread: http://forums.slimdevices.com/showthread.php?t=77864 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
