erland;542489 Wrote: > How do I detect a completed game ? > I just looked at the perl code and there it looked like it would have > gameTime="F" but I'm guessing this isn't the case if it didn't work. > > Could you post a sample of how a active game and a completed game looks > like ? > "F" should cover most cases, but there are some others out there for extra innings/overtime. I've attached a txt file with some examples, I think it covers all cases for completed games. For active games it'd probably be best to cover them in an else statement of whatever doesn't match upcoming or completed as there are a lot of permutations for different sports.
> > For some reason your sports event often takes place while I'm a sleep, > so this was actually completely untested code :-) > No worries. This stuff is difficult to test and throwing in timezone differences it makes it even more. > > Looks great, it's now part of the bundled styles, for anyone that want > screen shots I've attached one with this post. > Great. > > I think I've changed it in all bundled samples now, the reason I got it > wrong was that your perl code in the separate macroString function set > it to "0" if "period" wasn't specified. Maybe the perl code also should > default to -1 ? > True. I was hesitant to put a default there. Dan had included it in a sample he sent me so at the time I kept it to ensure I didn't break anything he was working on. I'll go ahead and set it to default to -1 instead. One other thing that may cause some confusion is that in my GUI I allow users to create custom display screens by period. When doing so they select 'C', '1', '2', or '3' from a drop down. I know my numbering in the data is -1,0,1,2 but if possible it'd be good to be consistent. > > Continuous scrolling should be fairly simple, I'll add an option for > selecting scrolling or switching mode in next version. > > Yes, this is definitely the plan, it just got messy to support it when > I didn't have the selsport command, so at the moment you have to > specify a type of sport. > I'll support viewing all selected sports after you have made an > official release of SuperDateTime which support selsport. > Perfect. > > I haven't been too interested in SuperDateTime earlier when I only got > the Classic mono crome screen, but it looks really beautiful on the > color screens of Touch and Radio, I really love it. Yea, the two plugins work great together. SDT is one of the most popular plugins for 'slim'/classic monocrome players and there's been a lot of interest in getting its data over to the newer thick/color players I just had not had the time to dive in totally. I'm glad I waited as Custom Clock is a perfect companion. -- GoCubs ------------------------------------------------------------------------ GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312 View this thread: http://forums.slimdevices.com/showthread.php?t=77864 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
