summaryrefslogtreecommitdiff
path: root/docs/CUSTOM_WPS_FORMAT
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CUSTOM_WPS_FORMAT')
-rw-r--r--docs/CUSTOM_WPS_FORMAT12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
index 171a7d5906..87dd5c35f6 100644
--- a/docs/CUSTOM_WPS_FORMAT
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -67,6 +67,18 @@ Playlist/Song Info Tags:
67 %pt : Total Track Time 67 %pt : Total Track Time
68 %pv : Current volume 68 %pv : Current volume
69 69
70Repeat mode tags:
71 %mf : repeat off, returns f
72 %ma : repeat all, returns a
73 %mo : repeat one, returns o
74 %ms : repeat shuffle, returns s
75
76Playback mode tags:
77 %mp : play, returns p
78 %mu : pause, returns u
79 %mw : fastforward, returns w
80 %mb : fastbackward, returns b
81
70Conditional Tags (If/Else block): 82Conditional Tags (If/Else block):
71 %?xx<|> : Conditional: if the tag specified by "xx" has a value, the 83 %?xx<|> : Conditional: if the tag specified by "xx" has a value, the
72 text between the "<" and the "|" is displayed, else the text 84 text between the "<" and the "|" is displayed, else the text