aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-01-30 20:19:16 +0100
committerdec05eba <dec05eba@protonmail.com>2023-01-30 20:19:16 +0100
commit24fb11d22f29f6d4797cc27daebe23dfc8ecb2de (patch)
tree547f7feb4fd9e2f7031dc9e19c7a5155debf7131 /TODO
parent5c854e116785a2c0c261d5f83c159c34e71fe718 (diff)
Periodically save watch progress. This makes watch progress survive system crash
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index 25c0d45..c1b8592 100644
--- a/TODO
+++ b/TODO
@@ -223,7 +223,7 @@ Instead of having an option to disable rounded corners, add an option to set cor
Consider adding an option to use external sxiv, imv etc instead of mpv/quickmedia image viewer.
Fallback to playing videos/etc from origin homeserver in matrix if the file is larger than the users homeserver allows. This wont work with pantalaimon + encrypted rooms, so it should be delayed until quickmedia supports matrix encryption.
Fix 4chan posting! cloudflare broke shit. Then create external captcha solver program that solves captcha from captcha image.
-Add option to use invidious, and the invidious front page.
+Add option to use invidious/piped, and the invidious/piped front page.
Add proper vim modal mode. Maybe switch focused part with tab? then also need to show which part is focused.
Send clipboard content to clipboard manager when destroying the window, if we are the clipboard owner.
Bypass compositor when fullscreening application.
@@ -231,7 +231,7 @@ Automatically cleanup old cache files.
Download manga pages in parallel. This helps downloading for certain websites such as mangakatana where a single page can take more than 2 seconds but loading 5 at once allows each page to load in 0.4 seconds.
Allow pasting a file link (with or without file://) directly into matrix chat to upload a file (if the chat input is empty). This allows replying-with-media to work with ctrl+v.
The formatting of replying to a message with an image in matrix is a bit weird. The reply image should be below the replied to message instead of on the left side.
-Add ctrl+h to go back to the front page.
+Add ctrl+h to go back to the front page or show a manual.
Async load textures (not just images). This can be done efficiently by using different opengl contexts in different threads and making the context current right before a heavy opengl operation. All threads need to set their opengl context often.
Downloading files should take into account the remove mime type if available. Fallback to file extension.
Text images atlas or vertex buffer with multiple active textures (grouped into 32 images to not go over active texture limit).
@@ -254,4 +254,6 @@ Some mangadex chapter images are .webp files, such as the images for chapter 0 f
Fully support all emoji, including the minimally-qualified ones. Sometimes twemoji doesn't have the correct sequence images.
@room in rooms do not currently work (for show as notifications in quickmedia matrix). This is because quickmedia matrix doesn't fetch power level states and doesn't parse them. Quickmedia has code to parse room events power levels but it doesn't actually fetch the data so that part is never used.
Support NicoNicoDouga and BiliBili (user request).
-Support arabic/hebrew text. Use Text class for all text rendering. \ No newline at end of file
+Support arabic/hebrew text. Use Text class for all text rendering.
+Add command to change avatar/username/etc globally/per room in matrix.
+Fix youtube information page missing info, show more youtube info in search results. \ No newline at end of file