Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Stopping after each track
« previous next »
  • Print
Pages: [1]

Author Topic: Stopping after each track  (Read 3172 times)

Offline RBUser

  • Member
  • *
  • Posts: 14
Stopping after each track
« on: February 12, 2012, 04:16:27 AM »
How do I make the player stop after each track? In other words, how do I turn off auto advance? I found a "Prevent Track Skipping" feature in the docs, but most likely it is meant for other purposes despite it's name.
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Stopping after each track
« Reply #1 on: February 12, 2012, 10:48:13 AM »
There may be a "pause after each track" feature. I know it's been discussed in the past, but I'm not sure if it's ever been implemented. Or you could just play a single track, in which case it'll stop afterward as long as repeat isn't on.

I don't get the "despite its name" comment, though. Normal playback doesn't involve any "skipping" so "prevent track skipping" doesn't seem very misleading at all.
Logged

Offline RBUser

  • Member
  • *
  • Posts: 14
Re: Stopping after each track
« Reply #2 on: February 12, 2012, 01:10:35 PM »
My other player (Cowon J3) supports playing one track at a time while preserving the playing order. In Creative Zen V Plus, which I owned before, there was a sleep timer (separate from idle timer). Any of these features can help turn off the player when you doze off. I guess it is not uncommon for a person to listen to his portable player in bed. There should be a solution in Rockbox, that can prevent battery depletion in such situations.

(To close the side topic about "Prevent track skipping", it's a perfectly suitable name. It was just me, who misread it as "Prevent track changing".)
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Stopping after each track
« Reply #3 on: February 12, 2012, 03:19:52 PM »
Quote from: RBUser on February 12, 2012, 01:10:35 PM
In Creative Zen V Plus, which I owned before, there was a sleep timer (separate from idle timer). Any of these features can help turn off the player when you doze off. I guess it is not uncommon for a person to listen to his portable player in bed. There should be a solution in Rockbox, that can prevent battery depletion in such situations.

We have a sleep timer.  See '8.6.3  Sleep Timer' in the manual.
Logged

Offline RBUser

  • Member
  • *
  • Posts: 14
Re: Stopping after each track
« Reply #4 on: February 15, 2012, 06:08:08 AM »
Quote from: saratoga on February 12, 2012, 03:19:52 PM
We have a sleep timer.  See '8.6.3  Sleep Timer' in the manual.

Thanks for answering, but I can't find it on my SansaClip+, RockBox version 3.10. Most probably it's not supported for this player. But what about the simplest solution: add an option for continuous/one-track play. Isn't it a good feature which is easy to implement?
Logged

Offline nick_p

  • Member
  • *
  • Posts: 115
Re: Stopping after each track
« Reply #5 on: February 15, 2012, 06:40:22 AM »
It is supported on the Clip+.

I think it's under Settings > Time&Date on 3.10, if not try System > Time&Date
Logged

Offline RBUser

  • Member
  • *
  • Posts: 14
Re: Stopping after each track
« Reply #6 on: February 15, 2012, 09:17:50 AM »
OK, thanks, I found it and checked it. It's not functioning as I expected. I thought it would auto-reset itself whenever I press a button. Isn't it obvious that if I am operating the player, I am not sleeping? The way it is implemented, it is a straightforward countdown timer. Not very useful. Anyway, getting back to the subject of this thread. Does anybody else see the "continuous play/manual track advance" option useful? It probably requires only a few lines of code.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Stopping after each track
« Reply #7 on: February 15, 2012, 11:06:23 AM »
Take a look at the manual section I suggested above. The sleep timer option you want is described there. You might need to update your build to use it though.
Logged

Offline RBUser

  • Member
  • *
  • Posts: 14
Re: Stopping after each track
« Reply #8 on: February 15, 2012, 11:39:37 AM »
saratoga
Okay, thanks again. I found it, as I said before. This implementation of the sleep timer is of no use for me :) I want the sleep timer to activate whenever I stop pressing any keys, and not when the player starts up. I guess my only option is to download the source code and try to implement all custom playback/timer features that I need  :-\
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Stopping after each track
« Reply #9 on: February 15, 2012, 12:29:40 PM »
Quote from: RBUser on February 15, 2012, 11:39:37 AM
This implementation of the sleep timer is of no use for me :) I want the sleep timer to activate whenever I stop pressing any keys, and not when the player starts up.

Quote
Restart Sleep Timer On Keypress:
If set, when a Sleep Timer is active and a key is pressed, the Sleep Timer will be restarted with the initial duration.

?
Logged

Offline RBUser

  • Member
  • *
  • Posts: 14
Re: Stopping after each track
« Reply #10 on: February 15, 2012, 03:31:37 PM »
saratoga
Here is what I have in my SansaClip+ with RockBox 3.10:

  Settings
      Time & Date
          Set Time/Date
          Sleep Timer / Cancel Sleep Timer
          Wake-Up Alarm
          Alarm Wake up Screen
          Start Sleep Timer On Boot
          Time Format

There is no "Restart Sleep Timer On Keypress" in this menu.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: Stopping after each track
« Reply #11 on: February 15, 2012, 03:46:21 PM »
Quote from: saratoga on February 15, 2012, 11:06:23 AM
Take a look at the manual section I suggested above. The sleep timer option you want is described there. You might need to update your build to use it though.
Logged

Offline cereal_killer

  • Member
  • *
  • Posts: 409
Re: Stopping after each track
« Reply #12 on: February 15, 2012, 03:50:08 PM »
Hey RBUser,

I think you have to use a current build if you want to restart the sleep timer on key press. In Rockbox 3.10 this feature is not present. You will find this setting under General Settings -> Startup/Shutdown then.

Greetings,

c_k
Logged

Offline RBUser

  • Member
  • *
  • Posts: 14
Re: Stopping after each track
« Reply #13 on: February 15, 2012, 04:12:16 PM »
Thanks everyone for your help!
I have just installed the latest RB build. The menu item is present right in the General > Startup/Shutdown section. This placement seems logical. Finally, I've got the functionality I need. Rockbox is great software, way to go!
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  Stopping after each track
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.093 seconds with 15 queries.