EMMS (media player): Difference between revisions
Appearance
Content deleted Content added
No edit summary |
ref |
||
Line 18: | Line 18: | ||
'''EMMS''' (Emacs MultiMedia System) is a [[media player]] for [[Emacs]]. It is written in [[Emacs Lisp]]. The name echoes [[XMMS]]. It is derived from an earlier Emacs-based player called <tt>mp3-player</tt>. EMMS has multiple back ends to connect to external players so EMMS can support many different audio and video formats, while remaining clean and small itself. EMMS implements a buffer-based playlist and queue. One of the back ends connects to [[Music Player Daemon|MPD]]. Other backends are available for [[mplayer]] and [[gstreamer]]. Using Emacs server support, playlists can be built using a [[file manager]] such as [[ROX Filer]]. |
'''EMMS''' (Emacs MultiMedia System) is a [[media player]] for [[Emacs]]. It is written in [[Emacs Lisp]]. The name echoes [[XMMS]]. It is derived from an earlier Emacs-based player called <tt>mp3-player</tt>. EMMS has multiple back ends to connect to external players so EMMS can support many different audio and video formats, while remaining clean and small itself. EMMS is divided into three parts, the player back ends, media sources (which can be a local file system or a network stream), and the core player.<ref>{{cite web|url=http://www.gnu.org/software/emms/manual/Introduction.html#Introduction|title=EMMS manual}}</ref> |
||
EMMS implements a buffer-based playlist and queue. One of the back ends connects to [[Music Player Daemon|MPD]]. Other backends are available for [[mplayer]] and [[gstreamer]]. Using Emacs server support, playlists can be built using a [[file manager]] such as [[ROX Filer]]. |
|||
==External links== |
==External links== |
Revision as of 17:01, 14 May 2015
Developer(s) | GNU |
---|---|
Initial release | 30 October 2004 |
Repository | |
Written in | Emacs Lisp |
Operating system | Linux, Unix-like, OS X, Windows, |
Size | 273 KB[1] |
Available in | Multilanguage |
Type | Audio player |
License | GNU General Public License[2] |
Website | quodlibet |
EMMS (Emacs MultiMedia System) is a media player for Emacs. It is written in Emacs Lisp. The name echoes XMMS. It is derived from an earlier Emacs-based player called mp3-player. EMMS has multiple back ends to connect to external players so EMMS can support many different audio and video formats, while remaining clean and small itself. EMMS is divided into three parts, the player back ends, media sources (which can be a local file system or a network stream), and the core player.[3]
EMMS implements a buffer-based playlist and queue. One of the back ends connects to MPD. Other backends are available for mplayer and gstreamer. Using Emacs server support, playlists can be built using a file manager such as ROX Filer.