I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
912 B

4 years ago
  1. #+TITLE: Media
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. #+PROPERTY: header-args:emacs-lisp :tangle media.el :comments org
  5. #+PROPERTY: header-args:shell :tangle no
  6. #+PROPERTY: header-args :results silent :eval no-export :comments org
  7. Play multimedia inside of Emacs using *GNU/EMMS*, the Emacs Multimedia System[fn:1]:
  8. #+begin_quote
  9. 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].
  10. #+end_quote
  11. #+begin_quote
  12. Emms can display album art, play streaming audio, tag music files, search for lyrics, provide MPD connectivity, control the volume, and more[fn:1].
  13. #+end_quote
  14. * Setup
  15. #+begin_src emacs-lisp
  16. ;; TODO.
  17. #+end_src
  18. * Footnotes
  19. [fn:1] https://gnu.org/software/emms