forked from len0rd/rockbox
Generalize the description of the %d(N) WPS tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27221 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4c07dbed36
commit
a43fbbb9a3
1 changed files with 3 additions and 4 deletions
|
|
@ -110,11 +110,10 @@ show the information for the next song to be played.
|
||||||
\config{\%fp} & File Path\\
|
\config{\%fp} & File Path\\
|
||||||
\config{\%fs} & File Size (in Kilobytes)\\
|
\config{\%fs} & File Size (in Kilobytes)\\
|
||||||
\config{\%fv} & ``(avg)'' if variable bit rate or empty string if constant bit rate\\
|
\config{\%fv} & ``(avg)'' if variable bit rate or empty string if constant bit rate\\
|
||||||
\config{\%d(1)} & First directory from the end of the file path\\
|
\config{\%d(N)} & N-th segment from the end of the file's directory
|
||||||
\config{\%d(2)} & Second directory from the end of the file path\\
|
(N can be 1, 2, 3, \dots)\\
|
||||||
\config{\%d(3)} & Third directory from the end of the file path\\
|
|
||||||
\end{tagmap}
|
\end{tagmap}
|
||||||
Example for the \config{\%d(N)} commands: If the path is
|
Example for the \config{\%d(N)} commands: If the file is
|
||||||
``/Rock/Kent/Isola/11 - 747.mp3'', \config{\%d(1)} is ``Isola'',
|
``/Rock/Kent/Isola/11 - 747.mp3'', \config{\%d(1)} is ``Isola'',
|
||||||
\config{\%d(2)} is ``Kent'' and \config{\%d(3)} is ``Rock''.
|
\config{\%d(2)} is ``Kent'' and \config{\%d(3)} is ``Rock''.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue