aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-08 22:12:09 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-08 22:12:12 +0200
commitf26534ca8d7107b14fdd5a02cbadd56505d159de (patch)
treee8f91f264126665a175709046bd92c9b0973323a /README.md
parentc9c2621accb68634685a14703491cacdd7ed2bb1 (diff)
Switch from libmpv to mpv process with window embed
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 594fb03..57a83d3 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,9 @@ Press `space` to pause/unpause video. `Double-click` video to fullscreen or leav
See project.conf \[dependencies].
## Runtime
### Required
-`curl` needs to be downloaded for network requests.
+`curl` is required for network requests.
### Optional
+`mpv` is required for playing videos. This is not required if you dont plan on playing videos.\
`youtube-dl` needs to be installed to play videos from youtube.\
`notify-send` needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).
# TODO
@@ -29,4 +30,5 @@ Add grid-view when thumbnails are visible.\
Add scrollbar.\
Add option to scale image to window size.\
If you search too fast the search suggestion wont show up and when you press enter it will clear and you wont progress.
-The search should wait until there are search results before clearing the search field and selecting the search suggestion. \ No newline at end of file
+The search should wait until there are search results before clearing the search field and selecting the search suggestion.\
+Currently the video player doesn't have any UI and the only input that works is `ESC` (exit video) and `space` (toggle pause). \ No newline at end of file