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
| |-+  User Interface and Voice
| | |-+  FF between files on Sansa Clip+
« previous next »
  • Print
Pages: [1]

Author Topic: FF between files on Sansa Clip+  (Read 3186 times)

Offline jaurbik

  • Member
  • *
  • Posts: 6
FF between files on Sansa Clip+
« on: December 31, 2010, 02:13:07 PM »
I just installed rockbox on my new sansa clip+.  This is my first attempt at using rockbox, so please forgive my ignorance.  

I really liked my old sansa clip, but i got relieved of it because I left it in my car.  I bought the clip+ but am unhappy with some of the updates, which is why I am trying out rockbox.  I mainly use it for listening to audio books, not music.  

One of the features on the clip, but not the clip+ was if you were playing several files, say, for example
lucky_1.mp3
lucky_2.mp3
lucky_3.mp3
lucky_4.mp3
lucky_5.mp3

and say one was 5 min into the file lucky_3.mp3, i could press the rewind button, and it would back up to the beginning of lucky_3, but then it would further rewind to the end of lucky_2.mp3, allowing you to stop at any point you want on the second file, not only the third file.  This is really nice when one realizes one has not been paying attention.  In the new clip, and in the rockbox version, it seems to get back to the last file one has to double press the rewind button, which takes one to the beginning of the previous file, not the end.

I am looking to be able to rewind like I was able to do with the original clip, if anyone can please tell me if there is a way to have this happen with rockbox, I would be much obliged.  

I have attempted to be as cleare as possible, but if I have failed in my objective, please let me know,, and I will try to reexplain.  

p.s. I relizes that I misnamed the post.  it should be Rewinding, not FF, though on the old clip, one was able to FF into the next track as well. 
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: FF between files on Sansa Clip+
« Reply #1 on: December 31, 2010, 03:11:42 PM »
I can't think of any way to do this, but its possible theres something I'm forgetting. 
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: FF between files on Sansa Clip+
« Reply #2 on: December 31, 2010, 09:01:14 PM »
Quote from: jaurbik on December 31, 2010, 02:13:07 PM
One of the features on the clip, but not the clip+ was if you were playing several files, say, for example
lucky_1.mp3
lucky_2.mp3
lucky_3.mp3
lucky_4.mp3
lucky_5.mp3

and say one was 5 min into the file lucky_3.mp3, i could press the rewind button, and it would back up to the beginning of lucky_3, but then it would further rewind to the end of lucky_2.mp3, allowing you to stop at any point you want on the second file, not only the third file.

I just tried this on Nano1G and Nano2G (both running r28611) and it definitely is advancing past the end of the track on >> but not <<...very odd.

I would suggest the fact that it does it whilst fast-forwarding is a bug though, or if it is intentional...it is very buggy.
Once the progressbar hits the end of the track while fast-forwarding, if you continue to hold the >> key it keeps advancing through multiple tracks and the WPS gives no indication that this is happening...
Instead of hitting the end of the track and stopping (which is my idea of what should happen personally).

I've no idea why << and >> should have different behaviours, it's quite odd.
I'm about 99% sure that it isn't some setting I'm missing somewhere.


[St.]
« Last Edit: December 31, 2010, 09:05:44 PM by [St.] »
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: FF between files on Sansa Clip+
« Reply #3 on: December 31, 2010, 09:25:38 PM »
For some reason I thought that setting "skip length" to a time increment would allow skipping across track boundaries but this doesn't seem to work as I thought.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: FF between files on Sansa Clip+
« Reply #4 on: December 31, 2010, 11:27:10 PM »
Well, if >> reached the end of the track and you kept holding it, I'd expect it to stop fast forwarding, then the track would end, then the next track would start, then Rockbox would say "hey, he's holding >>" and then start fast forwarding again.

So I wouldn't find it surprising that FF would take you "past the end" but it sounds like the WPS behaviour, at least, is buggy in relation to this.

Meanwhile in the same situation, if you rewound to << I would expect it'd stop, then just stay at 00:00 because you're still holding the button and it can't play.

This would then result in things that look like different behaviors for >> and <<, but really are the same behavior, "just keep doing it."

I'll agree though, it'd be nice to have the option between track boundaries stopping FF/RW or allowing it to continue past them (though this could create some awkwardness for acceleration / deceleration since it would decelerate more and more as you approached the end of the track).
Logged

Offline seani

  • Member
  • *
  • Posts: 122
    • they call me MR sean
Re: FF between files on Sansa Clip+
« Reply #5 on: January 01, 2011, 06:20:32 PM »
Quote from: Llorean on December 31, 2010, 11:27:10 PM
Well, if >> reached the end of the track and you kept holding it, I'd expect it to stop fast forwarding, then the track would end, then the next track would start, then Rockbox would say "hey, he's holding >>" and then start fast forwarding again.

So I wouldn't find it surprising that FF would take you "past the end" but it sounds like the WPS behaviour, at least, is buggy in relation to this.

Meanwhile in the same situation, if you rewound to << I would expect it'd stop, then just stay at 00:00 because you're still holding the button and it can't play.

This would then result in things that look like different behaviors for >> and <<, but really are the same behavior, "just keep doing it."

I'll agree though, it'd be nice to have the option between track boundaries stopping FF/RW or allowing it to continue past them (though this could create some awkwardness for acceleration / deceleration since it would decelerate more and more as you approached the end of the track).

I've been toying with an idea to change that behaviour (but done no code).

Rather than accelerating towards the end of the track, accelerate towards the midpoint between the current position and the end of the track, and then decelerate at the same rate when that midpoint is passed (but not coming to a stop, so not quite symmetrical).

A bit like a marble rolling into / out of a dip.

When a track boundary is "breached", reset the behaviour accel / decel based on the length of the newly entered track - no emergency stop and start.


Logged
Sansa C240, Sansa E280, Clip

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: FF between files on Sansa Clip+
« Reply #6 on: January 01, 2011, 07:09:37 PM »
Doesn't it already accelerate toward a midpoint, then decelerate past it?
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: FF between files on Sansa Clip+
« Reply #7 on: January 02, 2011, 03:28:50 AM »
It seems to be some sort of fail with the acceleration?

I'm not sure...

Sometimes the whole "declerate when you're near the tracks end" thing works perfectly, and others it's possible for me to fast-forward off the end of track 1, hold for 2~3 seconds, then be in track 5-6-7ish.

I need to test it out more thoroughly when I have the time to, I tried it for 10 minutes or so whilst on my way home today and got *really* confused trying to find the "recipe".


[St.]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline seani

  • Member
  • *
  • Posts: 122
    • they call me MR sean
Re: FF between files on Sansa Clip+
« Reply #8 on: January 02, 2011, 02:12:48 PM »
Quote from: Llorean on January 01, 2011, 07:09:37 PM
Doesn't it already accelerate toward a midpoint, then decelerate past it?

I think it's been a long time since I even tried this - and it worked perfectly as you describe on my Clip+ for at least one podcast last night. I certainly should have checked before posting.
Logged
Sansa C240, Sansa E280, Clip

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  FF between files on Sansa Clip+
 

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

Page created in 0.117 seconds with 15 queries.