aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-27 14:47:57 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-27 14:47:57 +0200
commit91db117734301a24e47ea784a677ec1b3df44465 (patch)
tree15806357a86aa9a397b206566a187d2c9497dfa8 /README.md
parent69ac43bc5136c1e6638e367280cf4be85322fb1d (diff)
Fix unable to play youtube videos (require dependency on yt-dlp for now)HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1db226e..35b30d7 100644
--- a/README.md
+++ b/README.md
@@ -37,12 +37,13 @@ Meson needs to be installed to run the build script.
### Libraries
`libglvnd (LibGL.so)`, `libx11`, `libxrandr`, `libmpv`
### Executables
-`curl`
+`curl`.\
+`yt-dlp` needs to be installed right now to play youtube videos. This requirement will be removed in the future.
### Fonts
`noto-fonts` (when `use_system_fonts` config is not set to `true`)
### Optional
`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters (when `use_system_fonts` config is not set to `true`).\
-`yt-dlp/youtube-dl` needs to be installed to download soundcloud music, fallback for youtube (for example for age restricted videos) or to play/download xxx videos.\
+`yt-dlp` needs to be installed to download soundcloud music or to play/download xxx videos.\
`notify-send` (which is part of `libnotify`) needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\
[automedia](https://git.dec05eba.com/AutoMedia/) needs to be installed when tracking anime/manga with `Ctrl + T`.\
`waifu2x-ncnn-vulkan` needs to be installed when using the `--upscale-images` or `--upscale-images-always` option.\