Author: mherger
Date: Tue Mar 16 05:03:09 2010
New Revision: 8656
URL: http://svn.slimdevices.com/jive?rev=8656&view=rev
Log:
Fixed Bug: 15876
Description: set default ImageViewer source for all players to http.
Chris - the "put images on mysb.com" issue is remaining bug 13061.
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua?rev=8656&r1=8655&r2=8656&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua
Tue Mar 16 05:03:09 2010
@@ -58,17 +58,15 @@
defaultSetting["ordering"] = "sequential"
defaultSetting["textinfo"] = false
- defaultSetting["source"] = "storage"
+ defaultSetting["source"] = "http"
defaultSetting["card.path"] = "/media"
defaultSetting["http.path"] =
"http://www.herger.net/sbimages/sbtouch.lst"
- if not System:hasLocalStorage() then
- defaultSetting["source"] = "http"
+ if System:getMachine() == "baby" then
defaultSetting["http.path"] =
"http://www.herger.net/sbimages/sbradio.lst"
end
if System:getMachine() == "jive" then
- defaultSetting["source"] = "http"
defaultSetting["http.path"] =
"http://www.herger.net/sbimages/sbcontroller.lst"
end
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins