Author: michael
Date: Tue Jan 26 08:06:01 2010
New Revision: 8400
URL: http://svn.slimdevices.com/jive?rev=8400&view=rev
Log:
Fixed Bug: 15405
Description: background removal of folders, the spinny will wait for the folder
to be removed before it launches SBS.
Increase the timeout for the folder removal. 15 seconds is too optimistic with
larger collections on slow disks.
Modified:
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua
Modified:
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua?rev=8400&r1=8399&r2=8400&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SqueezeCenter/SqueezeCenterApplet.lua
Tue Jan 26 08:06:01 2010
@@ -34,7 +34,7 @@
self.ejectItems = {}
self.MOUNTING_DRIVE_TIMEOUT = 30
self.UNMOUNTING_DRIVE_TIMEOUT = 10
- self.WIPE_TIMEOUT = 15
+ self.WIPE_TIMEOUT = 60
self.supportedFormats = {"FAT16","FAT32","NTFS","ext2","ext3"}
self.prefsFile = "/etc/squeezecenter/prefs.json"
@@ -766,7 +766,7 @@
end
-- wipe the .Squeezebox directory forcefully through linux
- local command = "rm -rf " .. scDrive .. "/.Squeezebox"
+ local command = "rm -rf " .. scDrive .. "/.Squeezebox &"
os.execute(command)
self.wipeTimeout = 0
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins