- Status Closed
- Percent Complete
- Task Type Patches
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2719 - Folder skip patch for iRiver's remote
Patch includes he following:
- Folder skip using remote SOURCE/BITRATE buttons
on iRiver during playback. Folders are skipped in a
cyclic fashion, i.e. after last folder first one is selected
(and vice versa).
- “Next folder” option in global settings renamed
to “Folder navigation” - if previous option enabled then it possible to skip to
the next/previous folder just by using next/previous track
navigation.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Sorry, here the file itself.
(to apply “patch -p0 < folder-skip.patch” from root of RB)
new version of the patch working with latest version of CVS
checkout.
v3 - fixed bug in skipping during buffer filling
I like this. A few comments:
1) What about the Archos models?
2) Can you only use the remote to go to the next dir? Could
you find a way to do it using the main device?
3) Don’t mix case in the identifiers (isForward)
1 and 2 ) Functions for folder skip are there, so they can be
used by any button combination very easily. I don’t know of
any free buttons in WPS that can be used on the main unit
for that and I don’t own Archos models to check out button
layout. Do you think double click on left-right joystick button
can be catched as an event?
3) sorry about that - I was using Java notation (I program way
in too many languages at the same time :) )
FYI, the Archos playback code is in firmware/mpeg.c, but it
will be merged with the iriver code some day.
Double click is not that easy, but it has been considered.
I’d personally stay away from double-click, as it believe it
will make the UI harder to use.
We can decide on that after we commit it.
v3a - removed TABs and renamed isForward