mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Implement Rewind across tracks functionality
Useful feature for audiobooks. To rewind from the end of the previous track - press rewind at the very beginning of the current track. So if you are in the middle of the track - first rewind till beginning then release and press rewind button again (Playback Settings -> Rewind Across Tracks option should be enabled) Fixes FS#13290 Change-Id: I5d7f06f64ad76d1e8f7827fe594ccca5f621769d
This commit is contained in:
parent
30ec10c790
commit
ffe2df2e92
8 changed files with 66 additions and 20 deletions
|
|
@ -16388,3 +16388,17 @@
|
|||
clear_settings_on_hold, iriverh10: "Clear settings when reset button is held during startup"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REWIND_ACROSS_TRACKS
|
||||
desc: in playback settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Rewind Across Tracks"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Rewind Across Tracks"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Rewind across tracks"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue