Difference between revisions of "Emms"

From Free Software Directory
Jump to: navigation, search
m (Add mp3 and ogg vorbis tags)
m (cleaning)
(5 intermediate revisions by 3 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 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. The VCS version of Emms is normally stable and is recommended over the tarball release.
+
|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=git clone git://git.savannah.gnu.org/emms.git
+
|Extension of=emacs
 +
|VCS checkout command=git clone git://git.sv.gnu.org/emms.git
 
|Computer languages=Emacs Lisp
 
|Computer languages=Emacs Lisp
|Documentation note=The Emms distribution comes with a manual.
+
|Documentation note=The VCS version of Emms is normally stable and is recommended over the tarball release.
|Related projects=MoB,aRts,MinDIA,mp3play,amaroK
+
 
|Keywords=emacs,playlist,player,Lisp,track,multimedia
+
Next, add the following lines to your emacs config:
|Version identifier=3
+
(add-to-list 'load-path "~/elisp/emms/")
|Version date=2007-06-29
+
(require 'emms-setup)
 +
(emms-standard)
 +
(emms-default-players)
 +
 
 +
An online version of the manual is available at: https://www.gnu.org/software/emms/manual/
 +
|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://www.gnu.org/software/emms/download/emms-3.0.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/emms/emms-4.2.tar.gz
|Version comment=3
+
|Last review by=Genium
|Last review by=Yoni Rabkin <yonirabkin@member.fsf.org>
+
|Last review date=2017/01/11
|Last review date=2012-09-21
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 26: Line 35:
 
{{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
 +
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
Line 41: Line 57:
 
{{Person
 
{{Person
 
|Real name=Michael W. Olson
 
|Real name=Michael W. Olson
|Resource URL=
 
}}
 
{{Person
 
|Real name=Yoni Rabkin
 
|Role=maintainer
 
|Email=yrk@gnu.org
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 62: Line 72:
 
|Resource audience=Bug Tracking,Developer
 
|Resource audience=Bug Tracking,Developer
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://www.emacswiki.org/cgi-bin/wiki/EMMS
+
|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=Debian
 +
|Resource kind=Homepage
 +
|Resource URL=https://packages.debian.org/jessie/emms
 +
}}
 +
{{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 URL=https://www.freshports.org/audio/emms/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Audio=cd-playing, mp3, ogg-vorbis
 
|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 73: Line 114:
 
{{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 22:24, 11 January 2017


[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.

















"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.


"Debian" 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.