From: Olivier Teulière Date: Sun, 1 May 2005 11:15:42 +0000 (+0000) Subject: * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was X-Git-Tag: 0.8.2~353 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=60b5f4b512bd5106c8a46bd396dc250b4b4a6539;p=vlc * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was missing in the doc --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 807c9a3a1c..f90110eb87 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -739,6 +739,9 @@ difficulty to understand how VLC skins work. playlist.previous(): Go to the previous playlist item. + + playlist.sort(): Sort the playlist alphabetically. + playlist.setRandom(true): Play the playlist items in random order.