From 7b50ee4bb4d0369adada4a71afef453bdc4ac0e6 Mon Sep 17 00:00:00 2001 From: alle Date: Thu, 1 Jul 2010 18:55:43 +0000 Subject: [PATCH] Generalize the description of the %d(N) WPS tags git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27221 a1c6a512-1295-4272-9138-f99709370657 --- manual/appendix/wps_tags.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index cdd5ff322..5762c3280 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -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''. -- 2.11.4.GIT