This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10891 - Jump to time
|
DetailsThis small patch adds a "jump to time" function to wps context menu. After clicking on jump 2 time item user, can specify time in mmmss format E.G:
- 130: jump to 1:30 in currently playing track - 90: jump to 1:30 in currently playing track (shorter version of previous example) - 1529: jump to 15:29 - 12345: jump to 123:45 (2 hours, 3 mins, 45 seconds) I use it to easily transfer "last played position" time from computer to rockbox. Can be useful for audio books listeners. |
This task depends upon
- Edit now contains elapsed time in currently playing track
- time must be typed in format hhmmss (hours added) E.G:
- 10510 = 1:05:10
- 510 = 5 minutes and 10 seconds
- 90= 90 seconds
- 9000 = 90 minutes
Please integrated it.
Salaba