diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-08-15 21:39:49 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-08-15 21:39:49 +0000 |
| commit | 29ac0a6278d6f5967e80b82333d40a46b77e5e64 (patch) | |
| tree | 43b6da8f5599a6092c42cd158d341e82c9aad2f3 | |
| parent | 76100783af55297a81dca0545be8c6c93bcebdd3 (diff) | |
| download | rockbox-29ac0a6278d6f5967e80b82333d40a46b77e5e64.zip rockbox-29ac0a6278d6f5967e80b82333d40a46b77e5e64.tar.gz rockbox-29ac0a6278d6f5967e80b82333d40a46b77e5e64.tar.bz2 rockbox-29ac0a6278d6f5967e80b82333d40a46b77e5e64.tar.xz | |
Add explanation on how to invoke the vbrfix plugin (FS#10530 by David Kauffmann).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22335 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/vbrfix.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/plugins/vbrfix.tex b/manual/plugins/vbrfix.tex index 6485eb6..9c54c55 100644 --- a/manual/plugins/vbrfix.tex +++ b/manual/plugins/vbrfix.tex @@ -4,7 +4,9 @@ MP3 file and updates/creates the Xing VBR header. The Xing header contains information about the VBR stream used to calculate average bit rate, time information and to more accurately fwd/rew in the stream. This function is especially useful when the playback of a file skips, -fwd/rew does not work correctly or the time display is incorrect. +fwd/rew does not work correctly or the time display is incorrect. +To use this plugin, open the \setting{Context Menu} (see \reference{ref:Contextmenu}) +upon a \fname{.mp3} file and select \setting{Open With... $\rightarrow$ vbrfix}. \note{VBRfix can only run when music is turned off (since it uses the same memory as the player) and can take a |