Browse Source

Add media module (WIP)

main
parent
commit
038d70be4a
  1. 7
      README.org
  2. 27
      modules/media.org

7
README.org

@ -31,6 +31,7 @@ All of the options available for configuration are defined here. They may be ove
shell
email
feeds
media
terminal
encryption
desktop
@ -151,9 +152,11 @@ Breaking down the project into logical units or chapters to keep the code more m
+ [[file:modules/desktop.org][Desktop]]
+ [[file:modules/development.org][Development]]
+ [[file:modules/editor.org][Editor]]
+ [[file:modules/email.org][Email]]
+ [[file:modules/email.org][Email]]
+ [[file:modules/encryption.org][Encryption]]
+ [[file:modules/interface.org][Interface]]
+ [[file:modules/feeds.org][Feeds]]
+ [[file:modules/interface.org][Interface]]
+ [[file:modules/media.org][Media]]
+ [[file:modules/presentations.org][Presentations]]
+ [[file:modules/projects.org][Projects]]
+ [[file:modules/shell.org][Shell]]

27
modules/media.org

@ -0,0 +1,27 @@
#+TITLE: Media
#+AUTHOR: Christopher James Hayward
#+EMAIL: chris@chrishayward.xyz
#+PROPERTY: header-args:emacs-lisp :tangle feeds.el :comments org
#+PROPERTY: header-args:shell :tangle no
#+PROPERTY: header-args :results silent :eval no-export :comments org
Play multimedia inside of Emacs using *GNU/EMMS*, the Emacs Multimedia System[fn:1]:
#+begin_quote
EMMS displays and plays multimedia from within GNU/Emacs using a variety of external players and from different sources. It can run as a minimalist player and controlled with Emacs commands, or a fully-fledged, interactive media browser[fn:1].
#+end_quote
#+begin_quote
Emms can display album art, play streaming audio, tag music files, search for lyrics, provide MPD connectivity, control the volume, and more[fn:1].
#+end_quote
* Setup
#+begin_src emacs-lisp
;; TODO.
#+end_src
* Footnotes
[fn:1] https://gnu.org/software/emms
Loading…
Cancel
Save