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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  List scan accelleration new feature--superb!
« previous next »
  • Print
Pages: [1] 2

Author Topic: List scan accelleration new feature--superb!  (Read 16767 times)

Offline Mikerman

  • Artist
  • Member
  • *
  • Posts: 721
List scan accelleration new feature--superb!
« on: May 28, 2007, 01:49:08 AM »
As one who has hoped for the list scan accelleration feature for a long time, congratulations on and many thanks for this!

And not only was the feature added, but in Rolls Royce fashion:  with a user-configurable start time, and user-configurable speed options.

Now I can get thru my 9000+ file list in seconds rather than minutes, making the database/track option a user reality.

From first impressions, a very nice feature--many thanks!   ;D
Logged

Offline Buschel

  • Developer
  • Member
  • *
  • Posts: 190
Re: List scan accelleration new feature--superb!
« Reply #1 on: May 28, 2007, 04:16:32 AM »
I would also love to use this feature. But on iPOD it does not seem to work...
Logged
iPod 5.5G 30GB, iPod nano 2G 8GB, 97% MPC and growing...
 

Offline DefineByte

  • Member
  • *
  • Posts: 104
Re: List scan accelleration new feature--superb!
« Reply #2 on: May 28, 2007, 05:08:01 AM »
I think the code for iPods was removed in March as it didn't work properly. I haven't seen anything since then.
Logged

Offline Vortex

  • Member
  • *
  • Posts: 155
Re: List scan accelleration new feature--superb!
« Reply #3 on: May 28, 2007, 06:23:14 AM »
Hi everyone,

I tried the new scroll acceleration feature on my Sansa but I downgraded again to a version before this patch because I had several problems:

1. Sometimes the scrolling is somehow "jumpy". It jumps a few entries back and forth while scrolling, even before the acceleration triggers. This also happened when I set the action delay to "Off".

2. The acceleration patch breaks the "Show ID3 Info" screen. In this screen, unlike other lists, the line selector spans across two lines. When you scroll down quickly from top to bottom, the line selector will somehow come off, and span across the wrong two lines. I guess this is somehow related to the "jumpy" scrolling problem.

3. I think the activation delay should be specified in rows (i.e. scrolling distance) rather than Milliseconds. It's very confusing/annoying when you only want to scroll a few lines down and suddenly the acceleration kicks in.

4. The acceleration should only trigger when I'm quickly scrolling through a list. Right now it also triggers when I turn the wheel slowly. This is kind of annoying when you are slowly scrolling through a long list, in search of a particular song, and suddenly the scrolling speed increases.

Overall I think that this is a nice feature addition, but it needs some refinement. :)
« Last Edit: May 28, 2007, 06:27:04 AM by Vortex »
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: List scan accelleration new feature--superb!
« Reply #4 on: May 28, 2007, 09:42:43 AM »
Quote from: DefineByte on May 28, 2007, 05:08:01 AM
I think the code for iPods was removed in March as it didn't work properly. I haven't seen anything since then.

No, back then the repeat action wasnt being sent whihc meant that extra code was needed on the ipod for this to work, since then this was fixed though so it does work on it, althogh apparently no very well on the nano.

Vortex:
1) I think you'll find that the selection stays correct, it just moves in the screen a bit unexpectadly.
2) Ok, need to fix this
3) set it to a higher wait value,...
4) no way to do this with the current button code. if you are moving fast enough that the repeat actio is triggered then there is nothing we can do... to fix this set a higher start delay.
Logged


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

Offline DefineByte

  • Member
  • *
  • Posts: 104
Re: List scan accelleration new feature--superb!
« Reply #5 on: May 28, 2007, 12:39:15 PM »
Quote from: jdgordon on May 28, 2007, 09:42:43 AM
since then this was fixed though so it does work on it
Good to hear (not that I have any particularly long lists).
Logged

Offline Buschel

  • Developer
  • Member
  • *
  • Posts: 190
Re: List scan accelleration new feature--superb!
« Reply #6 on: May 28, 2007, 02:31:48 PM »
jdgordon: Am I doing something wrong with the configuration? I cannot see/feel any difference in scrolling on my 5.5G... Is there something with the other scroll-settings which may interfere with the new scroll-acceleration?
Logged
iPod 5.5G 30GB, iPod nano 2G 8GB, 97% MPC and growing...
 

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: List scan accelleration new feature--superb!
« Reply #7 on: May 28, 2007, 03:58:40 PM »
There aren't other scroll settings.

Try setting the timeout to very short,  and the jump distance to very long, move your finger quickly, and make absolutely sure it never lightens up or leaves the wheel.
Logged

Offline Flid

  • Member
  • *
  • Posts: 196
Re: List scan accelleration new feature--superb!
« Reply #8 on: May 28, 2007, 08:24:12 PM »
Three cheers for Jonathan!!! Excellent implementation of accelerated list scrolling. Exactly what I've been looking for for ages (and hinting at several times  ;) ) Much smoother than other patch attempts. Nice one.

Only one minor bug I've noticed. With smaller fonts, where the bottom/top offset is 3 lines when scrolling... at the end of a list, when the selection line is looking to move in to the last three lines of the list, the actual page view jumps to the start of the list and then back to the end of the list.

@ Llorean. There are LOTS of other "scroll" settings. Just not ones applicable to list scrolling (ie. bi-directional line scrolling, paged scrolling etc).
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: List scan accelleration new feature--superb!
« Reply #9 on: May 28, 2007, 08:40:29 PM »
That's what I meant though, there aren't other scroll settings that apply to this, sorry I wasn't quite clear.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: List scan accelleration new feature--superb!
« Reply #10 on: May 29, 2007, 10:09:48 PM »
Quote from: Vortex on May 28, 2007, 06:23:14 AM

1. Sometimes the scrolling is somehow "jumpy". It jumps a few entries back and forth while scrolling, even before the acceleration triggers. This also happened when I set the action delay to "Off".

2. The acceleration patch breaks the "Show ID3 Info" screen. In this screen, unlike other lists, the line selector spans across two lines. When you scroll down quickly from top to bottom, the line selector will somehow come off, and span across the wrong two lines. I guess this is somehow related to the "jumpy" scrolling problem.

fixed and fixed.. was there a FS report for either of these that needs to be closed?
Logged


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

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: List scan accelleration new feature--superb!
« Reply #11 on: May 30, 2007, 03:16:44 AM »
Seems the acceleration is causing a minor problem for paginated scrolling (even with list acceleration off):

When moving to the last "page" of a list, the list would only move long enough to show the last entry, and not jump a full page forward (moving up to the top works like this, as expected). Now it will only re-position the last page to display a full page when receiving a repeat-down event; a "lone" down event will not cause this.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: List scan accelleration new feature--superb!
« Reply #12 on: May 30, 2007, 03:35:37 AM »
ah, hmm... thats a bit odd ;p
Logged


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

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: List scan accelleration new feature--superb!
« Reply #13 on: May 30, 2007, 04:30:20 AM »
odd... but hopfully fixed?
Logged


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

Offline psycho_maniac

  • Member
  • *
  • Posts: 814
    • MyWebPage
Re: List scan accelleration new feature--superb!
« Reply #14 on: June 06, 2007, 03:16:41 AM »
This is a very wonderful feature if it would work. for me it seems to do the opposite of what its supposed to do and i just updated rockbox. maybe im jumping to conclusions. I have 64mb 80gig ipod
« Last Edit: June 06, 2007, 03:20:18 AM by psycho_maniac »
Logged
Please SEARCH the wiki | Please read the Forum Guidelines | Please Read the Manual
I Own A Gigabeat F80

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  List scan accelleration new feature--superb!
 

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

Page created in 0.125 seconds with 14 queries.