aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-08 00:28:57 +0200
committerdec05eba <dec05eba@protonmail.com>2019-08-08 00:29:00 +0200
commitfa16958deba177ca7a816563fca23bd11aee3736 (patch)
treeed8b2bc7c7c07d63f9d9aefd26e65748914fe10f /README.md
parente745c2239b8bcd30e75af27de5067dbcb1707ac1 (diff)
Show notification on error / when tracking manga
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index d95d51b..cce411a 100644
--- a/README.md
+++ b/README.md
@@ -9,17 +9,18 @@ See project.conf \[dependencies].
### Required
curl needs to be downloaded for network requests.
### Optional
-youtube-dl needs to be installed to play videos from youtube.
+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.
-Give user the option to start where they left off or from the start.
-For manga, view the next chapter when reaching the end of a chapter.
-Make network requests asynchronous to not freeze gui when navigating. Also have loading animation.
-Retain search text when navigating back.
+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.\
+Give user the option to start where they left off or from the start.\
+For manga, view the next chapter when reaching the end of a chapter.\
+Make network requests asynchronous to not freeze gui when navigating. Also have 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
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.
+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. \ No newline at end of file