gst123 follows the usual GNU command line syntax, with long options starting with two dashes ('-').
- -h, --help
Shows a brief help message.
- -v, --version
Prints out gst123 version.
- -v, --full-version
Prints out gst123 version and version of libraries used by gst123.
- -r, --repeat
Repeat playlist forever.
- -z, --shuffle
Shuffle playlist before playing.
- -Z, --random
Play files in random order forever.
- -x, --novideo
Do not play the video stream.
- -@ <playlist>, --list <playlist>
Load files to play from the playlist file.
- -a, --audio-output <driver>[=<device>]
Set audio output driver (and device). See section audio drivers for details.
- --verbose
Print GStreamer pipeline used to play files
Besides filenames, playlist entries or command line args can be
directories. In this case, gst123 recursively searches the directory and
plays all files contained in it.