summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorroman.artiukhin <bahusdrive@gmail.com>2022-11-05 20:51:02 +0200
committerAidan MacDonald <amachronic@protonmail.com>2022-11-12 09:13:19 -0500
commitffe2df2e92cbdeb507a49279a85ac88cac2fbe4f (patch)
tree997ad849e34891f53ad55fa58fba437949e0aeaa /manual
parent30ec10c790dd09f1eb681312093e945683ec643a (diff)
downloadrockbox-ffe2df2e92cbdeb507a49279a85ac88cac2fbe4f.tar.gz
rockbox-ffe2df2e92cbdeb507a49279a85ac88cac2fbe4f.zip
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
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/config_file_options.tex2
-rw-r--r--manual/configure_rockbox/playback_options.tex5
2 files changed, 7 insertions, 0 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index bf231de46c..dc186e2d26 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -174,6 +174,8 @@
174 90s, 2min, 3min, 5min, 10min, 15min & N/A\\ 174 90s, 2min, 3min, 5min, 10min, 15min & N/A\\
175 prevent track skip 175 prevent track skip
176 & on, off & N/A\\ 176 & on, off & N/A\\
177 rewind across tracks
178 & on, off & N/A\\
177 start in screen & previous, root, files, dB, wps, menu, 179 start in screen & previous, root, files, dB, wps, menu,
178 \opt{recording}{recording, } 180 \opt{recording}{recording, }
179 \opt{radio}{radio, } 181 \opt{radio}{radio, }
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index a2337439db..0c75315214 100644
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -287,6 +287,11 @@ you to configure settings related to audio playback.
287 if a track ends, which can be achieved by combining this option with 287 if a track ends, which can be achieved by combining this option with
288 \setting{Repeat} set to \setting{One} 288 \setting{Repeat} set to \setting{One}
289 289
290\section{Rewind Across Tracks}\index{Rewind Across Tracks}
291 Enables rewinding to the end of the previous track. When enabled pressing rewind
292 at the very beginning of the current track (first 3 seconds) skips to the end of
293 the previous track.
294
290\section{Rewind Before Resume}\index{Rewind Before Resume} 295\section{Rewind Before Resume}\index{Rewind Before Resume}
291 When restarting a track or a bookmark, a short rewind can be done before the 296 When restarting a track or a bookmark, a short rewind can be done before the
292 playback is started. This can be useful when listening to speech material, 297 playback is started. This can be useful when listening to speech material,