]> git.sesse.net Git - vlc/commitdiff
* doc/skins/skins2-howto.xml: Documented the DVD-related actions
authorOlivier Teulière <ipkiss@videolan.org>
Sun, 12 Feb 2006 21:11:14 +0000 (21:11 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sun, 12 Feb 2006 21:11:14 +0000 (21:11 +0000)
doc/skins/skins2-howto.xml

index fb79f340a4a1a64bb109bc04d0ff45052d4fec34..ada1f3217c54bf824170eb8bea19ff5803156c75 100644 (file)
@@ -861,6 +861,21 @@ difficulty to understand how VLC skins work.</para>
   <listitem><para>
     <emphasis>playlist.save()</emphasis>: Save the current playlist (since VLC 0.8.0).
   </para></listitem>
+  <listitem><para>
+    <emphasis>dvd.nextTitle()</emphasis>: Go to the next title of the DVD (since VLC 0.8.5).
+  </para></listitem>
+  <listitem><para>
+    <emphasis>dvd.previousTitle()</emphasis>: Go to the previous title of the DVD (since VLC 0.8.5).
+  </para></listitem>
+  <listitem><para>
+    <emphasis>dvd.nextChapter()</emphasis>: Go to the next chapter of the DVD (since VLC 0.8.5).
+  </para></listitem>
+  <listitem><para>
+    <emphasis>dvd.previousTitle()</emphasis>: Go to the previous chapter of the DVD (since VLC 0.8.5).
+  </para></listitem>
+  <listitem><para>
+    <emphasis>dvd.rootMenu()</emphasis>: Go to the root menu of the DVD (since VLC 0.8.5).
+  </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>