Age | Commit message (Expand) | Author |
---|---|---|
2024-04-11 | [fix] yeetube-play: Use 2nd argument only when yeetube-mpv-modeline...- Pass information for yeetube-mpv-modeline as a second argument only when it's enabled. This way it should not break current users configuration with different media players. We could write this differently to hardcode yeetube-mpv-play, but I would like to make it possible for others to make 3rd party media players to be used with yeetube & yeetube-mpv-modeline. | Thanos Apollo |
2024-04-06 | yeetube-mpv: Add yeetube-mpv-modeline-mode | Thanos Apollo |
2024-04-06 | Add yeetube-mpv-currently-playing...Variable to hold info regarding currently playing video/file | Thanos Apollo |
2024-03-18 | yeetube-mpv: Remove mpv-show-status...If such a feature will be implemented, should be done as yeetube-modeline-mode, similarly to emms-mode-line-mode. | Thanos Apollo |
2024-03-18 | Fix status command and pass process to quit-process | Rahguzar |
2024-03-17 | Command to quit and go forward/backward | Rahguzar |
2024-03-17 | Optionally show status of mpv process on modeline | Rahguzar |
2024-02-09 | Add yeetube-mpv-change-video-quality | Thanos Apollo |
2024-02-09 | Add yeetube-mpv-ytdl-format-video-quality | Thanos Apollo |
2024-02-09 | Add yeetube-mpv-video-quality | Thanos Apollo |
2024-02-08 | yeetube-mpv-play: Use torsocks, when enabled | Thanos Apollo |
2024-02-08 | Add yeetube-mpv-toggle-torsocks | Thanos Apollo |
2024-02-08 | Add yeetube-mpv-torsocks | Thanos Apollo |
2024-02-08 | Add yeetube-mpv-enable-torsocks | Thanos Apollo |
2024-02-01 | yeetube-mpv-toggle-no-video-flag: Use enable/disable for message | Thanos Apollo |
2023-11-22 | yeetube-mpv:(check) Improve error message & use `unless`...There is no need for more specific error messages (via pcase). | Thanos Apollo |
2023-11-21 | yeetube-mpv: Add yeetube-mpv-check...Check if yt-dlp & mpv is installed, produce an error if not. | Thanos Apollo |
2023-11-20 | fix: Remove needless Package-Requires...yeetube-mpv & yeetube-buffer do not need package-requires. | Thanos Apollo |
2023-11-08 | Update to new domain | Thanos Apollo |
2023-10-13 | yeetube-mpv-play-url: Rename to yeetube-mpv-play...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. | Thanos Apollo |
2023-10-04 | yeetube: Rewrite keymap & require version 27.2...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. | Thanos Apollo |
2023-10-04 | Rename #'yeetube-mpv to yeetube-mpv-play-url...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. | Thanos Apollo |
2023-10-03 | [fix] yeetube-mpv: Use shell-quote-argument...Add shell-quote-argument to pass the url value. Pointed out by progfolio https://github.com/melpa/melpa/pull/8625 | Thanos Apollo |
2023-10-03 | yeetube-mpv: Remove :safe keyword | Thanos Apollo |
2023-10-03 | yeetube-mpv: Add errors...Display error message "Mpv not found. Install mpv or change the value of yeetube-player" if yeetube-mpv-path is nil | Thanos Apollo |
2023-10-03 | yeetube-mpv: make mpv executable as a variable | Thanos Apollo |
2023-09-28 | [Commentary] Update commentary & code format | Thanos Apollo |
2023-09-27 | yeetube-mpv: Fix functions name prefix | Thanos Apollo |
2023-09-27 | [Fix] cycle dependencies | Thanos Apollo |
2023-09-25 | [Rewrite] seperate yeetube-mpv functionality...- Seperate yeetube-mpv - Make it easier to use other programs as yeetube-player, such as emms | Thanos Apollo |