aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-03-14 18:41:31 +0100
committerdec05eba <dec05eba@protonmail.com>2022-03-14 18:41:31 +0100
commitce00471fd84745dcbbcb9f2d9ef434acb3d0fd2b (patch)
treed79a9c3d04d8ae182ccf6697da9f4d9f9e18f54d /TODO
parent0b1f7936b0d52ad39016c9a7ad5320474034d500 (diff)
Image scroll view: add first/last image to allow scrolling to previous/next chapter, load next chapters page when reaching bottom
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index a530f0e..c78db7a 100644
--- a/TODO
+++ b/TODO
@@ -143,7 +143,6 @@ Ctrl+arrow key to move to previous/next video.
Add keybinding to view file-manager images in fullscreen to preview them. Also add keybinding to create/delete directories.
Reload youtube video url if the video is idle for too long. The video url is only valid for a specific amount of time (the valid duration is in the json).
Improve live stream startup time by downloading the video formats in parts instead of the hls/dash manifest? (use YoutubeLiveStreamMediaProxy).
-Load the next page in chapter list when reaching the bottom (when going to previous chapters in image view).
Loading image background should be rounded.
Better deal with reading from file errors. This could happen when reading a file while its being modified. See read_file_as_json.
Allow ctrl+r for video when the video is loading.