logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

music123 - plays various sound files (usually including MP3, Ogg and Wav).

Authors

       Authors:
              David Starner <dvdeug@debian.org>, Xavier Grave <xavier.grave@csnsm.in2p3.fr>, Nicolas  Boulenguez
              <nicolas@debian.org>

                                                  July 24, 2002                                      music123(1)

Description

music123  is  a  shell  around  various  command  line  programs  to  play  music files.  It will descend
       directories trees with -r, and randomize file lists with -z. The programs used and the options given them
       are listed in /etc/music123rc or ~/.music123rc.

Examples

       Play three songs:
              music123test1.oggtest2.mp3test3.wav

       Play a couple of directories and other songs at random:
              music123-rzRock/test1.oggPop/test4.wav

       Play a playlist then a strange file name with a delay between the songs:
              music123-d6.0-@playlist-−-strange.ogg

Files

       /etc/music123rc
              Describes which programs music123 uses, which files types it supports, and which options it passes
              those programs.

       ~/.music123rc
              Per-user config file to override the system wide settings.

Name

       music123 - plays various sound files (usually including MP3, Ogg and Wav).

Options

       -D     Equivalent to -d0.  May make music123 harder to kill.

       -d     Customize the time music123 delays between songs.  -d takes one argument,  expressed  in  seconds,
              which may have a fractional part.

       -h     Show command help and exit immediately.

       -i     Ignore case of file path extensions.  For example, .ogg and .OGG are considered equivalent.

       -l     Loop at the end of the playlist.

       -L     List files and exit immediately.

       -q     Quiet mode.  No messages are displayed.

       -r     Recurse into directories, instead of ignoring them.

       -T     Redirect standard input, allowing q or Q keys to stop after current file.  The player will not see
              its standard output anymore.

       -v     Display version information and exit immediately.

       -z     Randomize the song list once before starting to play.  music123 will shuffle the list once and for
              all, then play the songs without repetition (and repeat the selected order over and over with -l).

       -Z     Pick  up  a  song after the other randomly and endlessly, possibly playing a given song twice in a
              row, or never playing a given song.  This disables -l and -z options.

       -@     Play the files listed in the mandatory argument of -@.  Other files can be added  on  the  command
              line, and this option can be given several times.  Note that music123 doesn't yet play URLs.

       --     End  option  list.   Following  arguments are interpreted as file names, even if they start with a
              dash.

Synopsis

music123 [-DhiLlqrvZz] [-dARG] [-@ARG] [--] files ...

See Also