aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-06-30 02:25:10 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-30 16:55:20 +0200
commit07f80da8f9c46c228c272e95ab88a3e098c899d9 (patch)
treebef7b74826c1845911f0afcbf8611a2e8ad75e15 /README.md
parent82e66059dc09087b625e25027922a9e3c3ccc6cd (diff)
Add infinite image scroll mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 438b65d..e24c663 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,13 @@ QuickMedia youtube --tor
echo -e "hello\nworld" | QuickMedia dmenu
```
## Controls
-Press `arrow up` and `arrow down` to navigate the menu and also to go to the previous/next image when viewing manga.\
+Press `arrow up` and `arrow down` to navigate the menu and also to scroll to the previous/next image when viewing manga. Alternatively you can use the mouse scroll to scroll to the previous/next manga.\
Press `Enter` (aka `Return`) to select the item.\
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.\
Press `Backspace` to return to the preview item when reading replies in image board threads.\
-Press `R` to paste the post number of the selected post into the post field (image boards).
+Press `R` to paste the post number of the selected post into the post field (image boards).\
Press `Ctrl + C` to begin writing a post to a thread (image boards).\
Press `1 to 9` or `Numpad 1 to 9` to select google captcha image when posting a comment on 4chan.\
Press `P` to preview the attached item of the selected row in full screen view. Only works for image boards when browsing a thread.
@@ -55,7 +55,6 @@ See project.conf \[dependencies].
# TODO
If a search returns no results, then "No results found for ..." should be shown and navigation should go back to searching with suggestions.\
Give user the option to start where they left off or from the start or from the start.\
-For manga, view the next chapter when reaching the end of a chapter.\
Search is asynchronous, but download of image also needs to be asynchronous, also add loading animation.\
Retain search text when navigating back.\
Disable ytdl_hook subtitles. If a video has subtitles for many languages, then it will stall video playback for several seconds
@@ -75,4 +74,7 @@ Wrap text that is too long.\
Add greentext support for quotes.\
Add support for special formatting for posts by admins on imageboards.\
For image boards, track (You)'s and show notification when somebody replies to your post.\
-In image boards when viewing videos, automatically play the next one after the current one has finished playing (just like the youtube plugin does).
+In image boards when viewing videos, automatically play the next one after the current one has finished playing (just like the youtube plugin does).\
+When viewing images the image download start from page 1 to the end page. The image download should start from the viewing page.\
+Go to next chapter when reaching the end of the chapter in image endless mode.\
+Allow to switch between 1 page and endless mode for images.