Commit 2eb7e0f4 authored by Olivier Teulière's avatar Olivier Teulière

* doc/skins/skins2-howto.xml: Documented the DVD-related actions

parent 7d96a1d6
...@@ -861,6 +861,21 @@ difficulty to understand how VLC skins work.</para> ...@@ -861,6 +861,21 @@ difficulty to understand how VLC skins work.</para>
<listitem><para> <listitem><para>
<emphasis>playlist.save()</emphasis>: Save the current playlist (since VLC 0.8.0). <emphasis>playlist.save()</emphasis>: Save the current playlist (since VLC 0.8.0).
</para></listitem> </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> <listitem><para>
<emphasis>WindowID.show()</emphasis>: Show the <link linkend="Window">Window</link> whose <link linkend="windowid">id</link> attribute is 'WindowID'. <emphasis>WindowID.show()</emphasis>: Show the <link linkend="Window">Window</link> whose <link linkend="windowid">id</link> attribute is 'WindowID'.
</para></listitem> </para></listitem>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment