dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

README.md (1078B)


      1 # mpv.el [![NonGNU ELPA](https://elpa.nongnu.org/nongnu/mpv.svg)](https://elpa.nongnu.org/nongnu/mpv.html)[![MELPA Stable](http://stable.melpa.org/packages/mpv-badge.svg)](http://stable.melpa.org/#/mpv) [![MELPA](http://melpa.org/packages/mpv-badge.svg)](http://melpa.org/#/mpv)
      2 *control mpv for easy note-taking*
      3 
      4 This package is a potpourri of helper functions to control a [mpv][]
      5 process via its IPC interface.
      6 
      7 ## Installation
      8 
      9 mpv.el is available on [MELPA][]:
     10 
     11     M-x package-install mpv
     12 
     13 To start playback, have a look at `mpv-play`.
     14 Among others, mpv.el provides
     15 
     16 - `mpv-pause`
     17 - `mpv-kill`
     18 - `mpv-seek-forward` / `mpv-seek-backward`
     19 - `mpv-speed-increase` / `mpv-speed-decrease`
     20 - `mpv-volume-increase` / `mpv-speed-volume`
     21 - `mpv-insert-playback-position`
     22 - `mpv-seek-to-position-at-point`
     23 - `mpv-playlist-next` / `mpv-playlist-prev`
     24 
     25 Apart from that, just have a look at the interactive functions in
     26 [mpv.el](mpv.el) or the [wiki][] for tips on configuration.
     27 
     28 [mpv]: http://mpv.io/
     29 [MELPA]: http://melpa.milkbox.net
     30 [wiki]: https://github.com/kljohann/mpv.el/wiki