This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5653 - Increase disk spindown time in JPEG-viewer
Attached to Project:
Rockbox
Opened by PaulJam (PaulJam) - Wednesday, 12 July 2006, 21:14 GMT+2
Last edited by Peter D'Hoye (petur) - Friday, 20 October 2006, 01:32 GMT+2
Opened by PaulJam (PaulJam) - Wednesday, 12 July 2006, 21:14 GMT+2
Last edited by Peter D'Hoye (petur) - Friday, 20 October 2006, 01:32 GMT+2
|
DetailsWhile in most situations a short spindown time of the harddrive is better, it is in my opinion not good in the JPEG-viever plugin. I use the default spindown time of 5 seconds and if use the slideshow feature (with the default speed) the harddrive will always spin down a moment before the next Picture loads, this is very annoying (because of the clicking and the longer time the loading screen is shown), propably increases the powerconsumption and i could imagine that it stresses the hardware more then necessary. The same situation happens in manual mode when i look at a pictue too long (more then 5 seconds).
What i would like to see is an additional option in the menu of the JPEG-viewer that allows to set a different spindown time than the system setting: Disk spindown => Increase spindown time [0..60,always] The setting should be remembered by the JPEG-viewer (the slideshow timeout should be remembered too). |
This task depends upon
Closed by Peter D'Hoye (petur)
Saturday, 21 October 2006, 16:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: Didn\'t use supplied patch but got some inspiration from it ;)
Saturday, 21 October 2006, 16:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: Didn\'t use supplied patch but got some inspiration from it ;)
OTOH it will be worse if you drop the unit with disk spinning while looking at some pictures ...
(I think the function I need is ata_spindown )
I don't know if there's another way to edit the spindown time...
When slideshow is enabled, and the player would spindown for less than 10 seconds between pictures, then the spindowntime is set to the slideshowtime + 2 seconds.
When slideshow is enabled, but the slideshow time is more than 10 seconds longer than the current spindown time, then the spindown time is set to minimum (3 seconds) since else it would spindown after a while anyway. It is only set to 3 seconds if no mp3 is playing though.
In all other cases, the spindown time is restored to the user setting.