Monday, June 30, 2014
10:42 AM

Console Music Player On Linux

dear linuxer...

Oke next after listening radio online, now how to play music library on your console? okay, checkitout i will review some music player console, happy reading linuxer ;)

CMus
This is one of the best, feature-rich players for console. Build using ncurses and thus offering a text user interface, CMus has several view modes, organizes your music by artist/album, provides playlists and a library view, a filebrowser, it allows searching, Last.fm/Libre.fm scrobbling via this script, and it uses Vi-like keyboard shortcuts. A complete review can be found here and a guide to using ithere.
Homepage

CMus is a powerful, feature-rich music player for the terminal which uses the Ncurses library:

cmus

mp3blaster
mp3blaster is one of the most popular music players for the terminal out there. It uses the ncurses toolkit, and has features like grouping of tracks, playlists, shuffle and repeat modes.
Homepage

mp3blaster

MOC
MOC stands for Music on Console and it is a twin-panel music player with the file browser to the left and the playlist to the right. MOC is built upon ncurses and allows shuffle, repeat, volume control.
Homepage
MOC running in Ubuntu 11.10:

moc

Herrie
Another ncurses-based music player for the terminal, Herrie is a minimalistic player that comes with playlists, support for various audio files, including Ogg and MP3, jump to next/previous song.
Homepage

MPlayer
This is MPlayer, the famous video/audio player and converter. However MPlayer can also be used as a command-line audio player, and it supports all the formats out there, including Ogg, FLAC, MP3 or WAV.
Homepage

SoX
Self-described as “Sound eXchange, the Swiss Army Knife of audio manipulation”, SoX is actually a powerful command-line audio manipulation tool which can also be used as a music player, using the command play music_file.
Homepage

PyTone
Written in Python, PyTone is yet another command-line audio player. Simple and clean, it supports formats like MP3 or Ogg.
Homepage

PyRadio
Another program written in Python, PyRadio is able to play Internet radio inside the terminal. To use it, download it from here, unzip the archive and then run the./pyradio script.
Homepage

With preselected stations, PyRadio is able to play Internet radio inside a terminal:


ogg123
This little command-line tool is included in the vorbis-tools package and is able to reproduce Ogg Vorbis and FLAC. It’s very basic, yet very fast and useful for quickly listening to songs which are encoded in a free format.
Homepage

The command-line player ogg123 plays the free formats Vorbis and FLAC:
ogg123

mpg123
Just as ogg123, only that mpg123 plays the MP3 format.
Homepage

eeww, choose one of music player you want and happy listening guys ;) don't forget to keep coding and be a good programmer ;)

creatorbe

1 comments:

Anonymous said...

cool dude... B)

Post a Comment