Age | Commit message (Collapse) | Author |
|
Rewrite keymap to use make-sparse-keymap & require version 27.2.
defvar-keymap which was previously used requires emacs version 29.1
This change was suggested by emacs-devel mailing list, to make this
package available to users that have not updated to the latest emacs version.
|
|
This function is used as the default value of yeetube-player.
Renaming it to yeetube-mpv-play-url will hopefully reduce confusion
by making the name more specific.
|
|
Add shell-quote-argument to pass the url value.
Pointed out by progfolio https://github.com/melpa/melpa/pull/8625
|
|
|
|
Display error message "Mpv not found. Install mpv or change the value
of yeetube-player" if yeetube-mpv-path is nil
|
|
|
|
|
|
|
|
|
|
- Seperate yeetube-mpv
- Make it easier to use other programs as yeetube-player, such as emms
|