aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.md b/README.md
index 14ea3ec..594fb03 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,20 @@
# QuickMedia
Native clients of websites with fast access to what you want to see. [Demo with manga](https://beta.lbry.tv/quickmedia_manga-2019-08-05_21.20.46/7).
-Press `ctrl + t` when hovering over a manga chapter to start tracking manga after that chapter. This only works if AutoMedia is installed and
+## Controls
+Press `ESC` to go back to the previous menu.\
+Press `Ctrl + T` when hovering over a manga chapter to start tracking manga after that chapter. This only works if AutoMedia is installed and
accessible in PATH environment variable.
+## Video controls
+Press `space` to pause/unpause video. `Double-click` video to fullscreen or leave fullscreen.
# Dependencies
## Compile
See project.conf \[dependencies].
## Runtime
### Required
-curl needs to be downloaded for network requests.
+`curl` needs to be downloaded for network requests.
### Optional
-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).
+`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
Fix x11 freeze that sometimes happens when playing video.\
If a search returns no results, then "No results found for ..." should be shown and navigation should go back to searching with suggestions.\
@@ -23,4 +27,6 @@ until all subtitles have been downloaded and loaded.
Figure out why memory usage doesn't drop much when killing the video player. Is it a bug in proprietary nvidia drivers on gnu/linux?\
Add grid-view when thumbnails are visible.\
Add scrollbar.\
-Add option to scale image to window size.
+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