mpv
- Description
- control mpv for easy note-taking
- Latest
- mpv-0.2.0.tar (.sig), 2024-Mar-31, 20.0 KiB
- Maintainer
- Johann Klähn <johann@jklaehn.de>
- Atom feed
- mpv.xml
- Website
- https://github.com/kljohann/mpv.el
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
This package is a potpourri of helper functions to control a mpv process via its IPC interface. You might want to add the following to your init file: (org-add-link-type "mpv" #'mpv-play) (defun org-mpv-complete-link (&optional arg) (replace-regexp-in-string "file:" "mpv:" (org-file-complete-link arg) t t)) (add-hook 'org-open-at-point-functions #'mpv-seek-to-position-at-point)
Old versions
mpv-0.1.0.tar.lz | 2021-Dec-28 | 4.31 KiB |