Index: src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua =================================================================== --- src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua (revision 8652) +++ src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua (working copy) @@ -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