Age | Commit message (Collapse) | Author |
|
There is no need for more specific error messages (via pcase).
|
|
Check if yt-dlp & mpv is installed, produce an error if not.
|
|
yeetube-mpv & yeetube-buffer do not need package-requires.
|
|
|
|
This function is not specific to just playing urls. User may make
custom functions to play local files with it, thus the change of name.
|
|
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
|