Saturday, March 12, 2011

How to run songs in terminal of ubuntu?

Firstly, Install any music player e.g. VLC Player By typing command in terminal

sudo apt-get install vlc

Then give the following commands in terminal:

cd Desktop
vlc -I ncurses song_name.mp3


Note: Make sure that The song you want to play should be on desktop.

If Song is in any folder then syntax of command is:
vlc -I ncurses /home/user_name/music_folder


1 comment: