Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#1642 - Sleep mode after n tracks (Request FS#826)

Attached to Project: Rockbox
Opened by Vincent Paeder (cent20) - Wednesday, 20 August 2003, 19:58 GMT+1
Last edited by Nicolas Pennequin (nicolas_p) - Saturday, 13 January 2007, 03:34 GMT+1
Task Type Patches
Category Battery/Charging
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

First-try implementation of this feature, based on time
length of each file in the playlist.
Doesn't support rewinds or forwards yet (i.e. if you
move in the playlist, the shutdown won't happen when
you wanted it to). So if you use it, stay still, be patient,
and it will shutdown as planned :)
   sleep-after-track-#n.patch (11.4 KiB)
 lang/english.lang      |   10 ++
 sleeptimer.c           |  190 +++++++++++++++++++++++++++++++++++++++++++++++--
 sleeptimer_functions.c |  120 ++++++++++++++++++++++++++++++
 sleeptimer_functions.h |   29 +++++++
 4 files changed, 342 insertions(+), 7 deletions(-)

This task depends upon

Closed by  Dominik Riebeling (bluebrother)
Tuesday, 06 March 2007, 22:30 GMT+1
Reason for closing:  Out of Date
Additional comments about closing:  Patch completely out of date, and you can achieve the desired behaviour by using an appropriate playlist and / or the sleep timer.
Comment by Matt Goodman (Homesrfan) - Friday, 04 August 2006, 02:01 GMT+1
YES! I was going to request this because I like to fall asleep with the sound of soothing music. :)
I don't want to keep my ipod on all night.
Comment by Dominik Riebeling (bluebrother) - Friday, 04 August 2006, 08:20 GMT+1
there actually is a sleep timer but it turns off after n minutes -- not n tracks.
Why not simply using a playlist with n tracks? You can set rockbox to turn off the device after n minutes of inactivity so this is mostly the same.
Comment by Eddy (bascule) - Tuesday, 06 March 2007, 21:11 GMT+1
I think the current sleep timer is sufficient and this patch will be waaay out of sync. Close it?

Loading...