summaryrefslogtreecommitdiff
path: root/help/C/totem.xml
blob: 0e4944192b4a484787164a17f4e7a7c25b1cb823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
  <!ENTITY legal SYSTEM "legal.xml">
  <!ENTITY appversion "1.6.0">
  <!ENTITY manrevision "2.0">
  <!ENTITY date "August 2006">
  <!ENTITY app "Totem Movie Player">
  <!-- Information about the entities
       The legal.xml file contains legal information, there is no need to edit the file. 
       Use the appversion entity to specify the version of the application.
       Use the manrevision entity to specify the revision number of this manual.
       Use the date entity to specify the release date of this manual.
       Use the app entity to specify the name of the application. -->
]>

<!-- 
      (Do not remove this comment block.)
  Maintained by the GNOME Documentation Project
  http://developer.gnome.org/projects/gdp
  Template version: 2.0 beta
  Template last modified Apr 11, 2002
-->

<!-- =============Document Header ============================= -->
<article id="index" lang="en">
<!-- please do not change the id; for translations, change lang to -->
<!-- appropriate code -->
  <articleinfo> 
    <title><application>&app;</application> Manual</title>       
    <copyright> 
      <year>2003</year> 
      <holder>Chee Bin HOH</holder> 
    </copyright> 

    <abstract role="description">
      <para>&app; is a movie player for the GNOME desktop</para>
    </abstract>

    <publisher> 
      <publishername> GNOME Documentation Project </publishername> 
    </publisher> 

    &legal;
    <!-- This file  contains link to license for the documentation (GNU FDL), and 
         other legal stuff such as "NO WARRANTY" statement. Please do not change 
	 any of this. -->

    <authorgroup> 
      <author role="maintainer"> 
	<firstname>Chee Bin</firstname> 
	<surname>HOH</surname> 
	<affiliation> 
  	  <orgname>GNOME Documentation Project</orgname> 
	  <address> <email>cbhoh@gnome.org</email> </address> 
	</affiliation> 
      </author>
      <author>
	<firstname>Baptiste</firstname> 
	<surname>Mille-Mathias</surname> 
	<affiliation> 
      <orgname>GNOME Documentation project</orgname> 
  	<address> <email>baptiste.millemathias@gmail.org</email> </address> 
  </affiliation>
        <contrib>Update documentation</contrib>      
      </author>      

<!-- This is appropriate place for other contributors: translators,
     maintainers,  etc. Commented out by default.
      <othercredit role="translator">
	<firstname>Latin</firstname> 
	<surname>Translator 1</surname> 
	<affiliation> 
          <orgname>Latin Translation Team</orgname> 
  	  <address> <email>translator@gnome.org</email> </address> 
        </affiliation>
        <contrib>Latin translation</contrib>
      </othercredit>
-->
    </authorgroup>
<!-- According to GNU FDL, revision history is mandatory if you are -->
<!-- modifying/reusing someone else's document.  If not, you can omit it. -->
<!-- Remember to remove the &manrevision; entity from the revision entries other -->
<!-- than the current revision. -->
<!-- The revision numbering system for GNOME manuals is as follows: -->
<!-- * the revision number consists of two components -->
<!-- * the first component of the revision number reflects the release version of the GNOME desktop. -->
<!-- * the second component of the revision number is a decimal unit that is incremented with each revision of the manual. -->
<!-- For example, if the GNOME desktop release is V2.x, the first version of the manual that -->
<!-- is written in that desktop timeframe is V2.0, the second version of the manual is V2.1, etc. -->
<!-- When the desktop release version changes to V3.x, the revision number of the manual changes -->
<!-- to V3.0, and so on. -->  
    <revhistory>
      <revision> 
        <revnumber>&app; Manual V&manrevision;</revnumber> 
	<date>&date;</date> 
	<revdescription> 
	  <para role="author">Chee Bin HOH
	    <email>cbhoh@gnome.org</email>
	  </para>
	  <para role="publisher">GNOME Documentation Project</para>
        </revdescription> 
      </revision> 
    </revhistory> 

    <releaseinfo>This manual describes version &appversion; of &app;.
    </releaseinfo> 
    <legalnotice> 
      <title>Feedback</title> 
      <para>To report a bug or make a suggestion regarding the &app; application or
        this manual, follow the directions in the 
        <ulink url="ghelp:user-guide#feedback" type="help">GNOME Feedback Page</ulink>. 
      </para>
    </legalnotice> 
  </articleinfo> 

  <indexterm zone="index"> 
    <primary>&app;</primary> 
  </indexterm> 
  <indexterm zone="index"> 
    <primary>totem</primary> 
  </indexterm>


<!-- ============= Document Body ============================= -->
<!-- ============= Introduction ============================== -->
<!-- Use the Introduction section to give a brief overview of what
     the application is and what it does. -->
  <sect1 id="totem-introduction"> 
    <title>Introduction</title> 
    <para>The <application>&app;</application> application is a movie player for the GNOME desktop based on
      Gstreamer framework and xine library, it enables you to play movies or songs.
    </para>
    <para><application>&app;</application> provides the following features:</para>
    <itemizedlist> 
      <listitem> 
	<para>Support a variety of video and audio files.</para>
      </listitem> 
      <listitem> 
	<para>Provide a variety of zoom levels and aspect ratios, and a full screen view.
        </para> 
      </listitem>
      <listitem>
        <para>Seek and Volume controls.</para>
      </listitem>
      <listitem>
        <para>A playlist.</para>
      </listitem>
      <listitem>
	<para>A complete keyboard navigation.</para>
      </listitem>
    </itemizedlist> 
    <note>
      <para><application>&app;</application> also comes with additional functionalities such as:
      </para>
      <itemizedlist>
	<listitem>
	  <para>Video thumbnailer for GNOME.</para>
        </listitem>
	<listitem>
	  <para>Nautilus properties tab.</para>
        </listitem>
      </itemizedlist>
    </note>
  </sect1>
<!-- =========== End of Introduction ========================= -->

<!-- =========== Getting Started ============================= -->
<!-- Use the Getting Started section to describe the steps required
     to start the application and to describe the user interface components
     of the application. If there is other information that it is important
     for readers to know before they start using the application, you should
     also include this information here. 
     If the information about how to get started is very short, you can 
     include it in the Introduction and omit this section. -->

  <sect1 id="totem-getting-started"> 
    <title>Getting Started</title> 

    <sect2 id="totem-start">
      <title>To Start &app;</title>
      <para>You can start <application>&app;</application> in the following ways:
      </para> 
      <variablelist>
	<varlistentry>
	  <term><guimenu>Applications</guimenu> menu</term>
	  <listitem>
	    <para>Choose  
              <menuchoice>
		<guisubmenu>Multimedia</guisubmenu>
		<guimenuitem>&app;</guimenuitem>
	      </menuchoice>. 
            </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>Command line</term>
	  <listitem>
	    <para>To start <application>&app;</application> from a command line, type the following command, 
    	      then press <keycap>Return</keycap>:</para>
	    <para> 
            <command>totem</command> 
            </para> 
	    <tip>
	      <para>To view other command line options that are available,
                type <command>totem --help</command>, then press <keycap>Return</keycap>.
              </para>
	    </tip>
	  </listitem>
	</varlistentry>
      </variablelist>
    </sect2>

    <sect2 id="totem-when-start">
      <title>When You Start &app;</title>
      <para>When you start <application>&app;</application>, the following window is displayed.</para>

      <!-- ==== Figure ==== -->
      <figure id="totem-start-fig"> 
	<title>&app; Start Up Window</title> 
	<screenshot> 
	  <mediaobject> 
	    <imageobject>
	      <imagedata fileref="figures/totem_start_window.png" format="PNG"/> 
	    </imageobject>
	    <textobject> 
	      <phrase>Shows <application>&app;</application> main window with
		  sidebar opened on playlist. Contains
		  menubar, display area, sidebar, time elapsed slider, seek control
		  buttons, volume slider and statusbar.
          </phrase>
	    </textobject> 
	  </mediaobject> 
	</screenshot> 
      </figure>
      <!-- ==== End of Figure ==== -->

      <!-- Include any descriptions of the GUI immediately after the screenshot of the main UI, -->
      <!-- for example, the items on the menubar and on the toolbar. This section is optional. -->
      <para>The <application>&app;</application> window contains the following elements:
      </para>
      <variablelist>
	<varlistentry>
	  <term>Menubar.</term>
  	  <listitem>
  	    <para>The menus on the menubar contain all of the commands you need to use in 
            <application>&app;</application>.</para>
 	  </listitem>
   	</varlistentry>
	<varlistentry>
	  <term>Display area.</term>
	  <listitem>
	    <para>The display area displays movie or visualisation of song.
            </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>Sidebar.</term>
	  <listitem>
	    <para>The sidebar displays properties of file played and acts as
		playlist.
            </para>
	  </listitem>
	</varlistentry>
	<varlistentry>
	  <term>Time elapsed slider.</term>
	  <listitem>
	    <para>The time elapsed slider displays the elapsed time of movie or song that is playing.
              It also enables you to skip forward or backward a movie or song.
            </para>
	  </listitem>
        </varlistentry>
        <varlistentry>
          <term>Seek control buttons.</term>
          <listitem>
            <para>The seek control buttons enables you to move to next or previous track, to pause or play
              a movie or song.
            </para>
	  </listitem>
        </varlistentry>
	<varlistentry>
	  <term>Volume slider.</term>
          <listitem>
	    <para>The volume slider enables you to adjust volume.</para>
          </listitem>
        </varlistentry>
	<varlistentry>
	  <term>Statusbar.</term>
	  <listitem>
	    <para>The statusbar displays status information about movie or song that is playing.</para>
	  </listitem>
	</varlistentry>
      </variablelist>
    </sect2>
  </sect1>
<!-- =========== End of Getting Started ====================== -->

<!-- =========== Usage ======================================= -->
<!-- Use this section to describe how to use the application to perform the tasks for 
  which the application is designed. -->
  <sect1 id="totem-usage"> 
    <title>Usage</title> 

    <!-- ================ Usage Subsection ================================ -->
    <sect2 id="totem-open-file"> 
      <title>To Open a File</title> 
      <para>To open a video or an audio file, choose
        <menuchoice>
	  <shortcut><keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo></shortcut>
          <guimenu>Movie</guimenu>
	  <guisubmenu>Open</guisubmenu>
        </menuchoice>.
        The <guilabel>Select Movies or Playlists</guilabel> dialog is displayed.
		Select the file(s) you want to open, then click 
	<guibutton>OK</guibutton>. 
      </para>
      <para>You can drag a file from another application such as a file manager to the
        <application>&app;</application> window. The <application>&app;</application> application
        will open the file and play the movie or song. <application>&app;</application> 
        displays the title of the movie or song beneath the display area and in the titlebar of
        the window.
      </para>
      <para>If you try to open a file format that <application>&app;</application> does
	not recognize, the application displays an error message.
      </para>
      <tip>
	<para>You can double-click on a video or an audio file in the <application>Nautilus</application>
          file manager to open it on the <application>&app;</application> window.
        </para>
      </tip>
    </sect2> 

    <sect2 id="totem-usage-open-location">
      <title>To Open a Location</title>
      <para>To open a file by URI location, choose
        <menuchoice>
	  <shortcut><keycombo><keycap>Ctrl</keycap><keycap>L</keycap></keycombo></shortcut>
	  <guimenu>Movie</guimenu>
	  <guimenuitem>Open Location</guimenuitem>
        </menuchoice>. The <guilabel>Open from URI</guilabel> dialog is displayed. Use the drop-down
        combination box to specify the URI location of file you would like to open, then click 
        on the <guibutton>Open</guibutton> button.
      </para>
    </sect2>

    <sect2 id="totem-usage-play">
      <title>To Play a Movie (DVD, VCD or CD)</title>
	      <para>Insert the disc in the optical device of your computer, then choose
          	<menuchoice><guimenu>Movie</guimenu><guimenuitem>Play Disc</guimenuitem>
              </menuchoice>.</para>
       </sect2>

    <sect2 id="totem-usage-eject">
      <title>To Eject a DVD, VCD or CD</title>
      <para>To eject a DVD, VCD, or CD, choose 
        <menuchoice>
	  <shortcut><keycombo><keycap>Ctrl</keycap><keycap>E</keycap></keycombo></shortcut>
	  <guimenu>Movie</guimenu>
	  <guimenuitem>Eject</guimenuitem>
        </menuchoice>.
      </para>
    </sect2>

    <sect2 id="totem-usage-pause">
      <title>To Pause a Movie or Song</title>
      <para>To pause a movie or song that is playing, click on the 
        <inlinemediaobject>
	  <imageobject><imagedata fileref="figures/totem_pause_button.png" format="PNG"/></imageobject>
          <textobject><phrase>Shows pause button.</phrase></textobject>
        </inlinemediaobject> button, or choose 
        <menuchoice>
	  <shortcut><keycap>P</keycap></shortcut>
	  <guimenu>Movie</guimenu>
          <guimenuitem>Play / Pause</guimenuitem>
        </menuchoice>. When you pause a movie or song, the statusbar displays <guilabel>Paused</guilabel>
        and the time elapsed on the current movie or song stops.
      </para>
      <para>To resume playing a movie or song, click on the 
        <inlinemediaobject>
	  <imageobject><imagedata fileref="figures/totem_play_button.png" format="PNG"/></imageobject>
          <textobject><phrase>Shows play button.</phrase></textobject>
        </inlinemediaobject> button, or choose 
        <menuchoice>
	  <shortcut><keycap>P</keycap></shortcut>
	  <guimenu>Movie</guimenu>
          <guimenuitem>Play / Pause</guimenuitem>
        </menuchoice>.
      </para>
    </sect2>

    <sect2 id="totem-usage-view-properties">
      <title>To View Properties of a Movie or Song</title>
      <para>To view properties of a movie or song, choose 
        <menuchoice>
	  <guimenu>View</guimenu>
	  <guimenuitem>Sidebar</guimenuitem></menuchoice> to make the sidebar
	  appear, and choose <guimenu>Properties</guimenu> in the grop-down list.</para>
	  <para>The dialog contains the following information:
        <variablelist>
	  <varlistentry>
            <term>General</term>
            <listitem>
	      <para>Title, artist, year and duration of movie or song.</para>
            </listitem>
          </varlistentry>
	  <varlistentry>
            <term>Video</term>
            <listitem>
              <para>Video dimensions, codec and framerate.</para>
            </listitem>
          </varlistentry>
	  <varlistentry>
            <term>Audio</term>
            <listitem>
              <para>Audio bitrate and codec.</para>
            </listitem>
          </varlistentry>
        </variablelist>
      </para>
    </sect2>

    <sect2 id="totem-usage-seek">
      <title>To Seek Through Movies or Songs</title>
      <para>To seek through movies or songs, you can use the following methods:
      </para>
      <variablelist>
	<varlistentry>
	  <term>To skip forward</term>
	  <listitem>
	    <para>To skip forward a movie or song, choose
              <menuchoice>
		<shortcut><keycap>Right</keycap></shortcut>
                <guimenu>Go</guimenu>
		<guimenuitem>Skip Forward</guimenuitem>
              </menuchoice>.
            </para>
          </listitem>
        </varlistentry>
	<varlistentry>
	  <term>To skip backward</term>
	  <listitem>
	    <para>To skip backward a movie or song, choose
              <menuchoice>
		<shortcut><keycap>Left</keycap></shortcut>
                <guimenu>Go</guimenu>
		<guimenuitem>Skip Backward</guimenuitem>
              </menuchoice>.
             </para>
          </listitem>
        </varlistentry>
	<varlistentry>
	  <term>To skip to time</term>
	  <listitem>
	    <para>To skip to a specific elapsed time, choose 
              <menuchoice>
		<shortcut><keycap>S</keycap></shortcut>
                <guimenu>Go</guimenu>
		<guimenuitem>Skip to</guimenuitem>
              </menuchoice>. The <guilabel>Skip to</guilabel> dialog is displayed. Use the 
              spin box to specify the elapsed time (in second) to skip to, then
              click <guibutton>OK</guibutton>.
            </para>
          </listitem>
        </varlistentry>
	<varlistentry>
	  <term>To move to next movie or song</term>
	  <listitem>
	    <para>To move to next movie or song, choose 
              <menuchoice>
                <shortcut><keycap>N</keycap></shortcut>
                <guimenu>Go</guimenu>
                <guimenuitem>Next Chapter/Movie</guimenuitem>
              </menuchoice> or click on the 
              <inlinemediaobject> 
	        <imageobject><imagedata fileref="figures/totem_next_button.png" format="PNG"/></imageobject>
	        <textobject><phrase>Shows a seek next button</phrase></textobject>
              </inlinemediaobject> button.
            </para>
          </listitem>
        </varlistentry>
	<varlistentry>
	  <term>To move to previous movie or song</term>
	  <listitem>
	    <para>To move to previous movie or song, choose 
              <menuchoice>
                <shortcut><keycap>B</keycap></shortcut>
                <guimenu>Go</guimenu>
                <guimenuitem>Previous Chapter/Movie</guimenuitem>
              </menuchoice>, or click on the
              <inlinemediaobject> 
	        <imageobject><imagedata fileref="figures/totem_previous_button.png" format="PNG"/></imageobject>
	        <textobject><phrase>Shows a seek previous button</phrase></textobject>
              </inlinemediaobject> button.
            </para>
          </listitem>
        </varlistentry>
      </variablelist>
    </sect2>

    <sect2 id="totem-usage-change-zoom">
      <title>To Change the Zoom Factor</title>
	  <sect3 id="totem-usage-change-size">
		<title>To Change the Video Size</title>
      <para>To change the zoom factor of display area, you can use the 
        following methods:
      </para>
      <itemizedlist>
	<listitem>
	  <para>To zoom to full screen mode, choose
	  <menuchoice><shortcut><keycap>F</keycap></shortcut>
	  <guimenu>View</guimenu><guimenuitem>Fullscreen</guimenuitem></menuchoice>
	  . To exit fullscreen mode, click on the
			<guibutton>Leave Fullscreen</guibutton> button or press
			<keycap>Esc</keycap> or <keycap>F</keycap>.
          </para>
    </listitem>
	<listitem>
	  <para>To zoom to half size (50%) of the original movie or visualisation,
            choose 
            <menuchoice>
	      <shortcut><keycap>0</keycap></shortcut>
	      <guimenu>View</guimenu><guisubmenu>Fit Window to Movie</guisubmenu>
              <guimenuitem>Resize 1:2</guimenuitem>
            </menuchoice>.
      </para>
    </listitem>
	<listitem>
	  <para>To zoom to size (100%) of the original movie or visualisation,
            choose 
            <menuchoice>
	      <shortcut><keycap>1</keycap></shortcut>
	      <guimenu>View</guimenu><guisubmenu>Fit Window to Movie</guisubmenu>
              <guimenuitem>Resize 1:1</guimenuitem>
            </menuchoice>.
      </para>
    </listitem>
	<listitem>
	  <para>To zoom to double size (200%) of the original movie or visualisation,
            choose 
            <menuchoice>
	      <shortcut><keycap>2</keycap></shortcut>
	      <guimenu>View</guimenu><guisubmenu>Fit Window to Movie</guisubmenu>
              <guimenuitem>Resize 2:1</guimenuitem>
            </menuchoice>.
          </para>
        </listitem>
	</itemizedlist>
	</sect3>
	 <sect3 id="totem-usage-change-ratio">
		<title>To Change the Video Aspect Ratio</title>
	      <para>To switch between different aspect ratios, choose
            <menuchoice>
	      <shortcut><keycap>A</keycap></shortcut>
	      <guimenu>View</guimenu>
	      <guisubmenu>Aspect Ratio</guisubmenu>
            </menuchoice>. The supported aspect ratios available are:
            <itemizedlist>
              <listitem><para>Auto</para></listitem>
	          <listitem><para>Square</para></listitem>
              <listitem><para>4:3 (TV)</para></listitem>
              <listitem><para>16:9 (Widescreen)</para></listitem>
              <listitem><para>2.11:1 (DVB)</para></listitem>
            </itemizedlist>
            <note>
              <para>The default aspect ratio is Auto.
              </para>
            </note>
          </para>
	  </sect3>
    </sect2>

    <sect2 id="totem-usage-adjust-volume">
      <title>To Adjust the Volume</title>
      <para>To increase the volume, choose 
        <menuchoice>
	  <shortcut><keycap>Up</keycap></shortcut>
          <guimenu>Sound</guimenu>
          <guimenuitem>Volume Up</guimenuitem>
        </menuchoice> or move the volume slider to the right. 
        To decrease the volume, choose
        <menuchoice>
	  <shortcut><keycap>Down</keycap></shortcut>
          <guimenu>Sound</guimenu>
          <guimenuitem>Volume Down</guimenuitem>
        </menuchoice> or move the volume slider to the left.         
      </para>
      <para>To adjust the sound volume, you can also use the volume button.
	  Press the volume button and choose the volume level with the slider.
      </para>
    </sect2>

    <sect2 id="totem-usage-on-top">
      <title>To Make Window Always On Top</title>
      <para>To make the <application>&app;</application> window always on top of other application windows,
        choose
        <menuchoice>
          <guimenu>View</guimenu>
          <guimenuitem>Always on Top</guimenuitem>
        </menuchoice>.
       </para>
    </sect2>

    <sect2 id="totem-usage-show-control">
      <title>To Show or Hide Controls</title>
      <para>To hide the <application>&app;</application> window controls,  choose 
        <menuchoice>
	  <shortcut><keycap>H</keycap></shortcut>
          <guimenu>View</guimenu>
          <guimenuitem>Show Controls</guimenuitem>
        </menuchoice> to unselect the <guilabel>Show Controls</guilabel> option. 
        To show the controls on the <application>&app;</application> window, 
        right-click on the window, then choose
        <menuchoice>
	  <shortcut><keycap>H</keycap></shortcut>
	  <guimenuitem>Show Controls</guimenuitem>
        </menuchoice> from the popup menu.
      </para>
      <para>If the <guilabel>Show Controls</guilabel> option is selected,
        <application>&app;</application> will show the menubar, time elapsed slider,
        seek control buttons, volume slider and statusbar on the window. If
        the <guilabel>Show Controls</guilabel> option is unselected, the application
        will hide these controls and show only display area.
      </para>
    </sect2>

    <sect2 id="totem-usage-playlist">
      <title>To Manage Playlist</title>
      <para>
        <itemizedlist>
	  <listitem>
	    <para><xref linkend="totem-usage-playlist-show-hide"/></para>
	  </listitem>
	  <listitem>
	    <para><xref linkend="totem-usage-playlist-manage"/></para>
	  </listitem>
	  <listitem>
	    <para><xref linkend="totem-usage-playlist-repeat"/></para>
	  </listitem>
	  <listitem>
	    <para><xref linkend="totem-usage-playlist-shuffle"/></para>
	  </listitem>
        </itemizedlist>
      </para>

      <sect3 id="totem-usage-playlist-show-hide">
	<title>To Show or Hide Playlist</title>
	<para>To show playlist, choose 
          <menuchoice>
	    <guimenu>View</guimenu><guimenuitem>Sidebar</guimenuitem>
          </menuchoice>, or click the <guilabel>Sidebar</guilabel> button, and
		  choose <guimenu>Playlist</guimenu> on the top of 
		  the sidebar. The <guilabel>Playlist</guilabel> dialog is displayed.</para>
		  <para>To hide Playlist, choose <menuchoice><guimenu>View</guimenu>
	    <guimenuitem>Sidebar</guimenuitem></menuchoice> or click on the
         <guilabel>Sidebar</guilabel> button again.
        </para>
      </sect3>

      <sect3 id="totem-usage-playlist-manage">
	<title>Manage a PlayList</title>
	<para>You can use the <guilabel>Playlist</guilabel> dialog to do the following:
          <variablelist>
	    <varlistentry>
	      <term>To add a track or movie</term>
	      <listitem>
		<para>To add a track or movie to the playlist, click on the <guibutton>Add</guibutton>
                  button. The <guilabel>Select files</guilabel> dialog is displayed. Select the file that you 
                  want to add to playlist, then click <guibutton>OK</guibutton>.
                </para>
              </listitem>
            </varlistentry>
	    <varlistentry>
	      <term>To remove a track or movie</term>
	      <listitem>
		<para>To remove track or movie from the playlist, select the filenames from the
                  <guilabel>filename</guilabel> list box, then click on the <guibutton>Remove</guibutton> button.
                </para>
              </listitem>
	    </varlistentry>
	    <varlistentry>
	      <term>To save playlist to file</term>
	      <listitem>
		<para>To save playlist to file, click on the <guibutton>Save</guibutton>
                  button. The <guilabel>Save playlist</guilabel> dialog is displayed, specify
                  the filename that you want to save the playlist.
                </para>
              </listitem>
	    </varlistentry>
	    <varlistentry>
	      <term>To move track or movie up the playlist</term>
	      <listitem>
		<para>To move track or movie up the playlist, select the filenames from the 
                  <guilabel>filename</guilabel> list box, then click on the <guibutton>Up</guibutton> button.
                </para>
              </listitem>
	    </varlistentry>
	    <varlistentry>
	      <term>To move track or movie down the playlist</term>
	      <listitem>
		<para>To move track or movie down the playlist, select the filenames from the 
                  <guilabel>filename</guilabel> list box, then click on the <guibutton>Down</guibutton> button.
                </para>
              </listitem>
	    </varlistentry>
          </variablelist>
        </para>
      </sect3>
      <sect3 id="totem-usage-playlist-repeat">
	<title>To Select or Unselect Repeat Mode</title>
	<para>To enable or disable repeat mode, choose
          <menuchoice><guimenu>Edit</guimenu><guimenuitem>Repeat Mode</guimenuitem></menuchoice>.
        </para>
      </sect3>
      <sect3 id="totem-usage-playlist-shuffle">
	<title>To Select or Unselect Shuffle Mode</title>
	<para>To enable or disable shuffle mode, choose
          <menuchoice><guimenu>Edit</guimenu><guimenuitem>Shuffle
		  Mode</guimenuitem></menuchoice>.
        </para>
      </sect3>
    </sect2>

    <sect2 id="totem-usage-subtitle">
	  <title>To Choose Subtitle</title>
	  <para>To choose
	  the language of the subtitles, select
	  <menuchoice><guimenu>View</guimenu><guisubmenu>Subtitles</guisubmenu></menuchoice>
	  and choose the subtitles language you want to display.</para>
	  <para>To disable the display of subtitles, select
	  <menuchoice><guimenu>View</guimenu><guisubmenu>Subtitles</guisubmenu><guimenuitem>None</guimenuitem></menuchoice>.</para>
	  <note><para>By default, &app; will choose the same language for the
	  subtitles that the one you use  on your computer.</para></note>
	  <tip><para>&app; will automatically load and display subtitles if the file which content them has the same
	  name than the video file played and the extention <filename>asc</filename>, <filename>txt</filename>,
	  <filename>sub</filename>, <filename>smi</filename>, or <filename>ssa</filename>.
	  </para></tip>
	</sect2>

    <sect2 id="totem-usage-take-screenshot">
      <title>To Take Screenshot</title>
      <para>To take screenshot of movie or visualisation of song that is playing, choose 
        <menuchoice>
          <guimenu>Edit</guimenu>
          <guimenuitem>Take Screenshot</guimenuitem>
        </menuchoice>. The <guilabel>Save Screenshot</guilabel> dialog is displayed, click
        the <guibutton>Save</guibutton> button to save the screenshot.
      </para>
      <para>You can save a screenshot to
        <itemizedlist>
          <listitem>
	    <para>File: select the <guilabel>Save screenshot to file</guilabel> option,
              then click on the <guibutton>Browse</guibutton> button to specify a file to save
              the screenshot.
            </para>
          </listitem>
	  <listitem>
	    <para>The desktop: select the <guilabel>Save screenshot to the desktop</guilabel> option.
            </para>
	  </listitem>
        </itemizedlist>
      </para>
    </sect2>

  </sect1>

<!-- =========== Usage ======================================= -->
<!-- Use this section to describe how to customize the 
     application. -->
  <sect1 id="totem-prefs">
    <title>Preferences</title>
    <para>To modify the preferences of <application>&app;</application>, choose
      <menuchoice>
        <guimenu>Edit</guimenu>
	<guimenuitem>Preferences</guimenuitem>
      </menuchoice>. The 
      <guilabel>Preferences</guilabel> dialog contains the following tabbed
      sections:</para> 
    <itemizedlist> 
      <listitem> 
	<para> 
	  <xref linkend="totem-prefs-general"/>
        </para> 
      </listitem> 
      <listitem> 
        <para> 
          <xref linkend="totem-prefs-display"/>
        </para> 
      </listitem> 
      <listitem> 
  	<para> 
	  <xref linkend="totem-prefs-audio"/>
        </para> 
      </listitem> 
    </itemizedlist>

    <sect2 id="totem-prefs-general">
      <title>General</title>
      <variablelist>
	<varlistentry>
	  <term>Networking</term>
	  <listitem>
	    <para>Select network connection speed from the <guilabel>Connection speed</guilabel> 
              drop-down list box.
            </para>
          </listitem>
        </varlistentry>	
	<varlistentry>
	  <term>TV-Out</term>
	  <listitem>
	    <itemizedlist>
	      <listitem>
                <para><guilabel>No TV-out</guilabel>: select this option if you
				have no TV-out connection (Selected by default if you don't have an
				TV-out interface).</para>
              </listitem>
	      <listitem>
			<para><guilabel>TV-out in fullscreen by Nvidia (NTSC)</guilabel>:
			select this option if you want TV-out connection in NTSC.</para>
              </listitem>
			  <listitem>
			  	<para><guilabel>TV-out in fullscreen by Nvidia (PAL)</guilabel>:
			select this option if you want TV-out connection in PAL.</para>
			  </listitem>
            </itemizedlist>
          </listitem>
        </varlistentry>
		<varlistentry>
	  <term>Text Subtitles</term>
	  <listitem>
	    <itemizedlist>
	      <listitem>
                <para><guilabel>Font</guilabel>: select this option to change
				the font used to display subtitles.</para>
              </listitem>
	          <listitem>
				<para><guilabel>Encoding</guilabel>: select this option to the
				encoding used to display subtitles.</para>
              </listitem>
            </itemizedlist>
          </listitem>
        </varlistentry>	
      </variablelist>
    </sect2>
    <sect2 id="totem-prefs-display">
      <title>Display</title>
      <variablelist>
	<varlistentry>
	  <term>Display</term>
	  <listitem>
	    <para>Select the <guilabel>resize</guilabel> option if you want <application>&app;</application>
              to automatically resize the window when a new video is loaded.
            </para>
          </listitem>
        </varlistentry>
	<varlistentry>
	  <term>Visual Effects</term>
	  <listitem>
	    <itemizedlist>
	      <listitem>
                <para><guilabel>Visual</guilabel>: select this option to show visual effects
                  while an audio file is playing.
                </para>
              </listitem>
	      <listitem>
		<para><guilabel>Type of visualisation</guilabel>: select type of visualisation from the
                  drop-down list box.
                </para>
              </listitem>
	      <listitem>
		<para><guilabel>Visualisation size</guilabel>: select visualisation size from the
                  drop-down list box.
                </para>
              </listitem>
            </itemizedlist>
          </listitem>
        </varlistentry>
	<varlistentry>
	  <term>Color balance</term>
	  <listitem>
	    <itemizedlist>
	      <listitem>
		    <para><guilabel>Brightness</guilabel>: use the slider to specify the level of brightness.</para>
          </listitem>
	      <listitem>
		     <para><guilabel>Contrast</guilabel>: use the slider to specify the level of contrast.</para>
          </listitem>
	      <listitem>
		    <para><guilabel>Saturation</guilabel>: use the slider to specify the
			level of saturation.</para>
          </listitem>
	      <listitem>
		     <para><guilabel>Hue</guilabel>: use the slider to specify the level
			 of hue.</para>
          </listitem>
	    </itemizedlist>
      </listitem>
	</varlistentry>
      </variablelist>
    </sect2>
    <sect2 id="totem-prefs-audio">
      <title>Audio</title>
      <variablelist>
	<varlistentry>
	  <term>Audio Output</term>
	  <listitem>
	    <para>Select audio output type from the <guilabel>Audio output type</guilabel>
              drop-down list.
            </para>
          </listitem>
        </varlistentry>
      </variablelist>
    </sect2>
  </sect1>

<!-- ============= Bugs ================================== -->
<!-- This section is optional and is commented out by default. 
     You can use it to describe known bugs and limitations of the 
	  program if there are any - please be frank and list all
     problems you know of. 
  
  <sect1 id="mayapp-bugs">
  <title>Known Bugs and Limitations</title>
  <para> </para>
 </sect1>
-->

<!-- ============= About ================================== -->
<!-- This section contains info about the program (not docs), such as
      author's name(s), web page, license, feedback address. This
      section is optional: primary place for this info is "About.." box of
      the program. However, if you do wish to include this info in the
      manual, this is the place to put it. Alternatively, you can put this information in the title page.-->
  <sect1 id="totem-about"> 
    <title>About <application>&app;</application></title> 
    <para><application>&app;</application> is written by
      Bastien Nocera (<email>hadess@hadess.net</email>),
      Julien Moutte (<email>julien@moutte.net</email>) for GStreamer backend,
      and Guenter Bartsch (<email>guenter@users.sourceforge.net</email>).
      To find more information about <application>&app;</application>, please visit the 
      <ulink url="http://www.gnome.org/projects/totem/" type="http"><application>&app;</application> 
      Home Page</ulink>. 
    </para>
    <para>
      To report a bug or make a suggestion regarding this application or
      this manual, follow the directions in this 
      <ulink url="ghelp:user-guide#feedback" type="help">document</ulink>.
    </para>
    <para> This program is distributed under the terms of the GNU
      General Public license as published by the Free Software
      Foundation; either version 2 of the License, or (at your option)
      any later version. A copy of this license can be found at this
      <ulink url="ghelp:gpl" type="help">link</ulink>, or in the file
      COPYING included with the source code of this program. </para>
  </sect1> 
</article>