aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-09 11:42:50 +0200
committerThanos Apollo <[email protected]>2024-02-09 18:38:46 +0200
commite857377830071c0d86e55f923c711a8554a4e9b1 (patch)
tree6bb693835652a76dbd80a247fadf9882ad913d36
parentfbe5bd642c6a8d1cae3b7b37bfb96420a18fe5ff (diff)
Update README
-rw-r--r--README.md24
1 files 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
+```