diff options
author | Thanos Apollo <[email protected]> | 2023-10-17 09:34:40 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-17 09:34:40 +0300 |
commit | f0dfd5508df5d33cbbc801a6e5a56b73b5aa3d7d (patch) | |
tree | 4244d6bbe7e8fb2eaa59a559311242bfe9c4d21b /README.md | |
parent | 0a2719e72a8bb09d104044f0cf0c9ebf9485647b (diff) | |
parent | 1b4a3c46643cf08cf867d632078eaff446f2dd0c (diff) |
Merge version 2.0.7 branch to 'master'2.0.7
- Add yeetube-replay (replay entry stored in yeetube-history)
- Fix title issues & separate unicode character replacements into
yeetube--title-replacements
- Improve messages, for future debugging & aesthetics
- Redo storing of content info and retrieval, using keywords
This version marks yeetube.el in maintenance mode. I have no further
plans for further feature additions. However, feel free to discuss
with me any changes you'd like to see.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ +[![self-host-badge](https://img.shields.io/badge/Repository-Self_hosted-black?logo=git&logoColor=red)](https://git.thanosapollo.com/yeetube/about) [![MELPA](https://melpa.org/packages/yeetube-badge.svg)](https://melpa.org/#/yeetube) # Yeetube | Emacs' Youtube Front End @@ -10,7 +11,7 @@ displayed in a proced-like buffer. Package functionality includes: -- Search Youtube for query +- Query YouTube - Play video url *by default using mpv* - Bookmark/Save video url - Download video *using yt-dlp* @@ -61,7 +62,7 @@ $ sudo apt install mpv yt-dlp ## Configuration ### Media Player -By default `yeetube-player` is set to `yeetube-mpv-play-url`, you can +By default `yeetube-player` is set to `yeetube-mpv-play`, you can use [mpv.el](https://github.com/kljohann/mpv.el), [GNU/Emms](https://www.gnu.org/software/emms/) or other similar packages like so: |