Jump to content

Music on Console

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 68.193.194.181 (talk) at 15:32, 9 August 2009. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Music On Console
Original author(s)Damian Pietras
Initial release2002
Stable release
2.4.4 / 2009-01-04
Preview release
2.5.0 alpha 3 / 2008-02-25
Repositorynone Edit this at Wikidata
Written inC
Operating systemLinux/Unix
TypeAudio player
LicenseGNU General Public License
Websitehttp://moc.daper.net/

Music On Console (MOC) is an ncurses-based console audio player for Linux/UNIX written by Damian Pietras. It is designed to be powerful and easy to use, and its command structure and window layouts are similar to the Midnight Commander console file manager. It is very configurable, with ALSA, OSS or JACK outputs, customizable color schemes, interface layouts, key bindings, and tag parsing. MOC supports a single playlist (which can be saved in m3u format) and has the concept of a 'music directory' but it has no library file where metadata is saved. Instead this information is read from the files themselves as needed upon access or during idle time. If the playlist has extended m3u information, that will be read.

Its text-only nature consumes very little system resources, and it uses an output buffer in a separate thread to avoid skipping under high system loads and to enable gapless playback. Normally, exiting the program only closes the interface - the program daemonizes itself so the music continues playing in the background.

This client/server architecture is similar to MPD, but unlike MPD, the MOC daemon is not accessible over a network, and does not have an open API to communicate with alternate clients. This has both advantages and disadvantages as, while MOC can't be controlled by a remote graphical client (it can, of course, be used via SSH), it can securely range the entire filesystem, which is not advisable by a remotely- and anonymously-accessible server such as MPD.

The binary is named mocp for "MOC Player" because of a conflict with a Qt utility called moc.

See also