0

I need to learn how to play my music directly from terminal. No GUI. The music is in a folder in another drive

2 Answers2

1

You could use ogg123 or mpg123, depending on the file format. They are both in the standard repositories at least on Ubuntu 14.04.

The usage is..

ogg123 path
mpg123 path

For other alternatives have a look here: http://www.tuxarena.com/2011/12/10-console-music-players-for-linux/

Oli
  • 293,335
Bruni
  • 10,542
0

I am a big fan of audacious, you can give a go to this: http://manpages.ubuntu.com/manpages/raring/man1/audtty.1.html

Andrea Borga
  • 1,050