]> git.sesse.net Git - vlc/blobdiff - doc/skins/skins2-howto.xml
* skins2: support playlist.setRandom(true) and playlist.setRandom(false)
[vlc] / doc / skins / skins2-howto.xml
index 94315dc0579bfd95f544b3959ed10738146cc879..3d7c57b4ce839cbb86f1041fa2316f1fd8c98373 100644 (file)
@@ -747,6 +747,14 @@ difficulty to understand how VLC skins work.</para>
   <listitem><para>
     <emphasis>playlist.setLoop(false)</emphasis>: Do not loop at playlist end.
   </para></listitem>
+<!--  TODO: Enable it for 0.7.3
+  <listitem><para>
+    <emphasis>playlist.setRepeat(true)</emphasis>: Repeat the current playlist item.
+  </para></listitem>
+  <listitem><para>
+    <emphasis>playlist.setRepeat(false)</emphasis>: Stop repeating the current playlist item.
+  </para></listitem>
+-->
   <listitem><para>
     <emphasis>WindowID.show()</emphasis>: Show the <link linkend="Window">Window</link> whose <link linkend="windowid">id</link> attribute is 'WindowID'.
   </para></listitem>