From e857377830071c0d86e55f923c711a8554a4e9b1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 9 Feb 2024 11:42:50 +0200 Subject: Update README --- README.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e92df6e..a2efdbc 100644 --- a/README.md +++ b/README.md @@ -84,11 +84,25 @@ For example: This will filter & sort the search results according to the number of views. +### Torsocks -### FAQ -#### Feature request: display thumbnails -Formatting images in a text buffer is not something that I found easy -or fun to do. Feel free to submit a patch if you manage to make an -appealing version of it +If you are using `yeetube-mpv-play` as your media player & running +[tor](https://wiki.archlinux.org/title/Tor), you can use torsocks to +route your traffic via the tor network. +``` emacs-lisp +(setf yeetube-mpv-enable-torsocks t) +``` + +*You can toggle that option with `yeetube-mpv-toggle-torsocks`* + +### Video Quality + +If you are using `yeetube-mpv-play` as your media player, you can +specify video quality using `yeetube-mpv-change-video-quality` +*recommended* or by using this snippet. + +``` emacs-lisp +(setf yeetube-mpv-video-quality "720") ;; Accepted values include: 1080, 720, 480, 360, 240, 144 +``` -- cgit v1.2.3