Skip to content

Commit 218c7dd

Browse files
committed
Add examples for playlist format string
Including for the removed track # so it can easily be re-added by the user if needed.
1 parent ebd9c12 commit 218c7dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

text/playlistFormat.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@
4747
<p>genre</p>
4848
<p>title</p>
4949
<p>track</p>
50+
<p class="c3"><br></p>
51+
<p><span class="c1">Examples</span></p>
52+
<p class="c3"><br></p>
53+
<p>%track{#. }{}{}</p>
54+
<p>%artist{# - }{Unknown Artist - }{}</p>
55+
<p>%title{#}{$}{$}</p>
5056
</body>
5157
</html>

0 commit comments

Comments
 (0)