Results 111 to 120 of 225
-
2010-05-07, 09:33 #111
-
2010-05-07, 15:54 #112
-
2010-05-07, 19:18 #113
Hey Mike-
I'm trying to figure out if another API is necessary for third party plugins to add additional data for Jive-based devices. Currently I provide ways to add custom macros and sport scores. Do I need something else for custom text strings?
For nonJive screens I supported two lines, but given the flexibility of CustomClock and larger screens I'm not sure what is appropriate. Thoughts?
-Greg
-
2010-05-07, 20:06 #114
Looks like I'm actually having the same problem as this post- http://forums.slimdevices.com/showpo...&postcount=185
I'm running SqueezePlay on Windows. Is there any workaround?
Thanks
-Greg
-
2010-05-07, 20:15 #115
You can use Linux or OSX(Mac) ;-)
The problem is that the path's in the Windows installation looks completely different, so the logic to find the image and font cache directories doesn't work. It might possibly work as long as you don't use custom fonts (don't specify the "font" attribute) and set the "dynamic" attribute to true which should disable image cache.
I might take another look at it and see if it's possible change the logic to work differently if used on Windows. I only have a XP installation to try on but hopefully it's at least installed the same way independent of version of Windows.Erland Isaksson (My homepage)
(Developer of many plugins/applets (both free and commercial).
If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
You may also want to try my Android apps Squeeze Display and RSS Photo Show
Interested in the future of music streaming ? ickStream - A world of music at your fingertips.
-
2010-05-07, 21:00 #116
Are you certain there isn't a function to retrieve the full path to those regardless of OS?
It won't even let you into the Custom Clock applet settings screen, so not sure if custom font or dynamic matter.
I have VMware running on this laptop so I could add a Linux image. Fun.
-Greg
-
2010-05-07, 21:20 #117Erland Isaksson (My homepage)
(Developer of many plugins/applets (both free and commercial).
If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
You may also want to try my Android apps Squeeze Display and RSS Photo Show
Interested in the future of music streaming ? ickStream - A world of music at your fingertips.
-
2010-05-07, 21:36 #118Erland Isaksson (My homepage)
(Developer of many plugins/applets (both free and commercial).
If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
You may also want to try my Android apps Squeeze Display and RSS Photo Show
Interested in the future of music streaming ? ickStream - A world of music at your fingertips.
-
2010-05-07, 22:34 #119
Currently I'm getting familiar with Custom Clock Helper, I'm really new at that. I've added a custom macro to my plugin and I'm able to use that from the SuperDateTime settings page to get the value to show up in other places. The step I'm missing is how to use that in Custom Clock Helper to get it to show up on my Controller.
Is it possible to make param 2 and 3 of the AddDisplayItem API call available to the Jive-based devices? That really has all the data I would need. I know that is designed around the two lines on the older hardware but it might be a nice option to have. In order to make use of the newer screens, we could use the custom macro or the new addCustomSportsScore or something else we come up with.
I'm not sure how dynamic it could be. If I make a call to:
addDisplayItem("PGAScores", "PGA Leaderboard - $TourneyStatus", "$Position $Player $Score ($Thru)", 'L');
for example, it would be nice to be able to use %PGAScoresLine1 and %PGAScoresLine2 in a Custom Clock design script. Where %PGAScoresLine1 is "PGA Leaderboard - $TourneyStatus" and %PGAScoresLine2 is "$Position $Player $Score ($Thru)".
But I don't know how difficult that would be to implement for both you and erland. Just throwing that out there.
-
2010-05-08, 02:27 #120
It seems like the NBA logoURL field is incorrect, it's specified in the JSON/CLI answer as:
plugins/SuperDateTime/html/images/NBA.png
But the url that works looks like this:
plugins/SuperDateTime/html/images/nba.png
I'm guessing it probably works on Windows where file names aren't context sensitive, but it currently doesn't work on Linux.
I suspect the same thing also might be the case for NFL logo urls since it also have png file with small letters.Erland Isaksson (My homepage)
(Developer of many plugins/applets (both free and commercial).
If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
You may also want to try my Android apps Squeeze Display and RSS Photo Show
Interested in the future of music streaming ? ickStream - A world of music at your fingertips.


Reply With Quote

