Skip to main content

How to Play movies and songs in ubuntu from command line

$ totem --help
Usage:
  totem [OPTION...] -: Play movies and songs

Help Options:
  -h, --help                        Show help options
  --help-all                        Show all help options
  --help-gst                        Show GStreamer Options
  --help-gtk                        Show GTK+ Options
  --help-sm-client                  Show session management options

Application Options:
  --debug                           Enable debug
  --play-pause                      Play/Pause
  --play                            Play
  --pause                           Pause
  --next                            Next
  --previous                        Previous
  --seek-fwd                        Seek Forwards
  --seek-bwd                        Seek Backwards
  --volume-up                       Volume Up
  --volume-down                     Volume Down
  --mute                            Mute sound
  --fullscreen                      Toggle Fullscreen
  --toggle-controls                 Show/Hide Controls
  --quit                            Quit
  --enqueue                         Enqueue
  --replace                         Replace
  --no-existing-session             Don't connect to an already-running instance
  --display=DISPLAY                 X display to use

Comments

Popular posts from this blog

Backslash on mac

I had been struggling to type back slash ( \) character on mac japanese keyboard as they don't have it printed on the keyboard, and I was doing copy paste all the time from google when i needed to type it until recently a tip came to my rescue , shortcut to backslash on mac japanese keyboard. Alt + ¥  Hope it helps others.