I want a command line to play a specific music file in terminal (or script) from my hard-disk. Is it possible without installing extra packages?
-
MoC (Music on Console) is another option worth exploring. Here's a guide to set this up. – legends2k Feb 27 '14 at 16:58
4 Answers
I think the default installation has no way to play audio files from command line, other than using aplay
on WAV files (aplay
also support other formats, but the man page is not clear in this regard).
To play, for example, MP3 files, you need restricted codecs available through ubuntu-restricted-extras
, and a player like mplayer
or cvlc
, but there are many other: see What Media Players Are there? where text based and GUI based audio players are listed.
-
ubuntu-restricted-extras is considered as default in Ubuntu(as all have to install it with installation or after)i always install them when setting-up Ubuntu. – Black Block Nov 25 '11 at 18:02
-
-
APlay does not play m4a files... or it does, but it sounds like a dialup connection. – Anon Apr 16 '14 at 07:18
Try sudo apt-get install moc
and then mocp
in a new terminal window.
This will let you play the selected audio from the terminal.

- 35,891

- 31
There are several text based Media Players which play in the Terminal, which are not mentioned in "What Media Players Are There?" ---but they will all involve some download.
(You do say "It would be better to do it without installing extra packages" but you do not say it is a definite no-no)
Have a look at http://kmandla.wikispaces.com/search/view/music.
Worthy of special mention are moc and cmus.