diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-10 20:51:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-10 20:51:11 +0200 |
commit | b878e5473c4ddb21b926557d0e38c0b46a2ffc79 (patch) | |
tree | 6fec50fe08bd009f7380ecd15628d4f8e1bac8f7 | |
parent | 6f11b42b7015646bcdc5f8bbec7da61e76655861 (diff) |
Add screenshots
-rw-r--r-- | README.md | 35 | ||||
-rw-r--r-- | TODO | 19 |
2 files changed, 30 insertions, 24 deletions
@@ -4,8 +4,6 @@ Currently supported websites: `youtube`, `manganelo`, `mangatown`, `mangadex`, ` **Note:** Manganelo doesn't work when used with TOR.\ **Note:** Posting comments on 4chan doesn't work when used with TOR. However browsing works.\ **Note:** TOR system service needs to be running (`systemctl start tor.service`).\ -Here is an example with YouTube:\ -![QuickMedia Youtube Picture](QuickMediaYoutube.png)\ Config data, including manga progress is stored under `$HOME/.config/quickmedia`.\ Cache is stored under `$HOME/.cache/quickmedia`. ## Usage @@ -62,25 +60,14 @@ See project.conf \[dependencies]. `notify-send` needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\ `torsocks` needs to be installed when using the `--tor` option.\ [automedia](https://git.dec05eba.com/AutoMedia/) needs to be installed when tracking manga with `Ctrl + T`. -# 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.\ -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. -Add grid-view when thumbnails are visible.\ -Add scrollbar.\ -Add option to scale image to window size.\ -Somehow deal with youtube banning ip when searching too often.\ -Optimize shadow rendering for items (Right now they fill too much space that is behind items). It should also be a blurry shadow.\ -When continuing to read manga from a different page from the first and there is no cache for the chapter, -then start downloading from the current page instead of page 1.\ -Show progress of manga in the history tab (current chapter out of total chapters).\ -Animate page navigation.\ -Properly format text in items. For example for 4chan. The size of the item should also change.\ -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.\ -Go to next chapter when reaching the end of the chapter in image endless mode.\ -Some text is not visible on 4chan, such as code blocks.\ -Show indication when search is in progress (or when something is loading). Some sites such as youtube and mangadex are slow at searching.\ -Allow deleting watch history with delete key (and show confirmation). +# Screenshots +## Youtube search +![](https://www.dec05eba.com/images/youtube-search.png) +## Youtube video +![](https://www.dec05eba.com/images/youtube-video.png) +## Manganelo search +![](https://www.dec05eba.com/images/manganelo-search.png) +## Manganelo chapters +![](https://www.dec05eba.com/images/manganelo-chapters.png) +## Manganelo page +![](https://www.dec05eba.com/images/manganelo-page.png)
\ No newline at end of file @@ -0,0 +1,19 @@ +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. +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. +Add grid-view when thumbnails are visible. +Add scrollbar. +Add option to scale image to window size. +Somehow deal with youtube banning ip when searching too often. +Optimize shadow rendering for items (Right now they fill too much space that is behind items). It should also be a blurry shadow. +When continuing to read manga from a different page from the first and there is no cache for the chapter, then start downloading from the current page instead of page 1. +Show progress of manga in the history tab (current chapter out of total chapters). +Animate page navigation. +Properly format text in items. For example for 4chan. The size of the item should also change. +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. +Go to next chapter when reaching the end of the chapter in image endless mode. +Some text is not visible on 4chan, such as code blocks. +Show indication when search is in progress (or when something is loading). Some sites such as youtube and mangadex are slow at searching. +Allow deleting watch history with delete key (and show confirmation). |