1
0
Fork 0
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:
Alexander Levin 2010-07-01 18:55:43 +00:00
parent 4c07dbed36
commit a43fbbb9a3

View file

@ -110,11 +110,10 @@ show the information for the next song to be played.
\config{\%fp} & File Path\\
\config{\%fs} & File Size (in Kilobytes)\\
\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(2)} & Second directory from the end of the file path\\
\config{\%d(3)} & Third directory from the end of the file path\\
\config{\%d(N)} & N-th segment from the end of the file's directory
(N can be 1, 2, 3, \dots)\\
\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'',
\config{\%d(2)} is ``Kent'' and \config{\%d(3)} is ``Rock''.