Git commit 2fecb248ba8554a5ba00135cae685fdcec5cbea8 by Koos Vriezen. Committed on 07/08/2005 at 18:19. Pushed by ltoscano into branch '0.11'.
Add a note how to change the intro/exit animation svn path=/trunk/extragear/multimedia/doc/kmplayer/; revision=443886 M +31 -0 doc/index.docbook https://commits.kde.org/kmplayer/2fecb248ba8554a5ba00135cae685fdcec5cbea8 diff --git a/doc/index.docbook b/doc/index.docbook index 3613f7e..c522501 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -75,6 +75,37 @@ to:[email protected]">The &kde; User Mailing list</ulink>.</para> <para><emphasis>The &kde; Team</emphasis></para> </chapter> +<chapter id="settings"> +<title>Settings</title> +<section> + <title>Intro/exit animation</title> + <para> + Disabling the starting/ending animation can be configured by editing <filename>~/.kde/share/config/kmplayerrc</filename> and modify + <programlisting> +[General Options] + No Intro=0 + </programlisting> + the above option to '1'. Just add this option if it's not there yet. +</para> +<para> + It's also possible to set an alternative animation. KMPlayer will look at resp. <filename>~/.kde/share/apps/kmplayer/intro.xml</filename> and <filename>~/.kde/share/apps/kmplayer/exit.xml</filename>. The format has to be a supported <acronym>XML</acronym> file. +</para> +<para> + The intro animation doesn't have to be a short one, because it will automatically end when another source is opened. Of course for the exit animation this would be a bit annoying, however the user can always end the application twice. +</para> +<para> + A simple example of an intro, showing your favorite photo can be + <programlisting> +<smil> + <body> + <img dur="indefinite" src="file:///home/koos/mum.gif" fit="meet"/> + </body> +</smil> + </programlisting> + In KMPlayer's source package, in the <filename>tests/</filename> are some examples of <acronym>SMIL</acronym> that KMPlayer supports. +</para> +</section> +</chapter> <chapter id="sources"> <title>The playable sources</title> <para>
