Difference between revisions of "Emms"

From Free Software Directory
Jump to: navigation, search
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=emms
+
|Name=EMMS
|Short description=Emacs multimedia system
+
|Short description=Emacs package to play multimedia files using external players
|Full description='Emms' is a project to produce a clean and small application to play multimedia files from Emacs using external players. The core provides a simple playlist and the functionality to use all of EMMS's other features. It provides common user commands and interfaces for other parts.
+
|Full description='''EMMS'''  (a.k.a. Emacs Multimedia System) is an application to play multimedia files from [[Emacs]] using external players. It has simple, usable core functionality and a multitude of extensions which build on that core.
|Homepage URL=http://www.gnu.org/software/emms/
+
|Homepage URL=https://www.gnu.org/software/emms/
|User level=none
+
|User level=beginner
|VCS checkout command=-d:ext:anoncvs@savannah.nongnu.org:/cvsroot/emms co emms
+
|Extension of=emacs
 +
|VCS checkout command=git clone git://git.sv.gnu.org/emms.git
 
|Computer languages=Emacs Lisp
 
|Computer languages=Emacs Lisp
|Related projects=MoB,aRts,MinDIA,mp3play,amaroK
+
|Documentation note=The VCS version of Emms is normally stable and is recommended over the tarball release.
|Keywords=emacs,playlist,player,Lisp,track,multimedia
+
 
|Version identifier=3
+
Next, add the following lines to your emacs config:
|Version date=2007-06-29
+
(add-to-list 'load-path "~/elisp/emms/")
 +
(require 'emms-setup)
 +
(emms-standard)
 +
(emms-default-players)
 +
 
 +
An online version of the manual is available at: https://www.gnu.org/software/emms/manual/
 +
|Accepts cryptocurrency donations=No
 +
|IRC general=irc://irc.freenode.net/emacs
 +
|Related projects=MoB, aRts, MinDIA, AmaroK
 +
|Keywords=emacs, playlist, player, Lisp, track, multimedia
 +
|Version identifier=4.2
 +
|Version date=2016/11/08
 
|Version status=stable
 
|Version status=stable
|Version download=http://savannah.gnu.org/cgi-bin/viewcvs/emms/emms/
+
|Version download=https://ftp.gnu.org/gnu/emms/emms-4.2.tar.gz
|Version comment=3
+
|Last review by=Bendikker
|Last review by=Janet Casey
+
|Last review date=2018/02/19
|Last review date=2005-05-20
 
|Submitted by=Database conversion
 
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
 
|Is GNU=Yes
 
|Is GNU=Yes
 +
|GNU package identifier=emms
 
|License verified date=2004-04-13
 
|License verified date=2004-04-13
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Joshua S. Grant
+
|License verified by=Genium
|License verified date=2012-09-14
+
|License verified date=2017/01/11
 +
|License note=http://git.savannah.gnu.org/cgit/emms.git/tree/COPYING
 +
}}
 +
{{Person
 +
|Real name=Yoni Rabkin
 +
|Role=maintainer
 +
|Email=yrk@gnu.org
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Lucas Bonnet
 
|Real name=Lucas Bonnet
|Role=Maintainer
 
 
|Email=lucas@rincevent.net
 
|Email=lucas@rincevent.net
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Ulrik Jensen
 
|Real name=Ulrik Jensen
|Role=Maintainer
 
 
|Email=terryp@daimi.au.dk
 
|Email=terryp@daimi.au.dk
 +
}}
 +
{{Person
 +
|Real name=Michael W. Olson
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/emms
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://savannah.nongnu.org/cvs/?group=emms
+
|Resource URL=http://git.savannah.gnu.org/cgit/emms.git
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 47: Line 69:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer
+
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/emms
 +
}}
 +
{{Resource
 +
|Resource audience=EmacsWiki
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.emacswiki.org/emacs/EMMS
 +
}}
 +
{{Resource
 +
|Resource audience=Developer & User
 +
|Resource kind=Download
 +
|Resource URL=http://ftpmirror.gnu.org/emms/
 +
}}
 +
{{Resource
 +
|Resource audience=Guix
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.gnu.org/software/guix/packages/e.html
 +
}}
 +
{{Resource
 +
|Resource audience=Gentoo
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.gentoo.org/packages/app-emacs/emms
 +
}}
 +
{{Resource
 +
|Resource audience=FreeBSD
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://www.emacswiki.org/cgi-bin/wiki/EMMS
+
|Resource URL=https://www.freshports.org/audio/emms/
 
}}
 
}}
 
{{Software category
 
{{Software category
|Audio=cd-playing
+
|Audio=cd-playing, mp3, ogg-vorbis
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=lisp
 
|Use=playing
 
|Use=playing
 
|Works-with=audio
 
|Works-with=audio
Line 60: Line 107:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=Media Player (such as VLC)
+
|Prerequisite description=Media player (such as VLC)
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite

Revision as of 13:13, 19 February 2018


[edit]

EMMS

https://www.gnu.org/software/emms/
The Emacs Multimedia System.

EMMS is the Emacs Multimedia System. It is a small front-end which can control one of the supported external players. Thus, it supports whatever formats are supported by your music player. It also supports tagging and playlist management, all behind a clean and light user interface.

The latest version is available via GNU ELPA. To install this package, run in Emacs:

M-x package-install RET emms RET





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

10 October 2022




Leaders and contributors

Contact(s)Role
Pierre Neidhardt contributor
Yoni Rabkin maintainer


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q22661290
FTPDownloadhttps://ftpmirror.gnu.org/emms/
SavannahDeveloperhttps://savannah.gnu.org/projects/emms/
EmacsWikiGeneralhttps://www.emacswiki.org/emacs/EMMS
HistoryVCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/emms/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/emms.git/
Mailing Listhttps://lists.gnu.org/archive/html/emms-patches/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/emms-help/
DebianDeveloperhttps://tracker.debian.org/pkg/emms
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=emms.git
HistoryDownloadhttps://download.savannah.gnu.org/releases/emms/
HistoryVCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/emms/
ELPAHomepagehttps://elpa.gnu.org/packages/emms.html


Software prerequisites

KindDescription
Required to useMedia player
Weak prerequisiteMedia metadata reader (such as ogginfo)

This entry (in part or in whole) was last reviewed on 27 April 2023.




Entry





"maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.











"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Developer & User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Guix" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Gentoo" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FreeBSD" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.













Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.