aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-16 07:31:02 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-16 07:31:02 +0200
commitb09d1e70661226697e2441c18ea6ff59c387fb93 (patch)
tree66f75dbc0237407912c522a54c7a46f9987f4642 /TODO
parent2167a32f3730e569a636d9b041122558aceb89f1 (diff)
Add sorting options to nyaa.si
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 3d74d0a..8bb8825 100644
--- a/TODO
+++ b/TODO
@@ -34,7 +34,6 @@ Cleanup keybindings. Some require ctrl, some dont.
Set the icon of the window to be the icon of the plugin. Nice for KDE, GNOME, etc with titlebars.
If --no-audio is used then music should be played with a lightweight music player instead. MPV is heavy even for music (60mb RAM). Maybe use sfml audio functions?
Update 4chan thread in real time, just like 4chan-x.
-Add option to sort by other than timestamp for nyaa.si.
Add url preview for matrix (using matrix api, fallback to client url preview (using our own url preview project) if disabled by the homeserver).
IMPORTANT: Cleanup old messages in matrix (from matrix plugin), and instead either save them to disk or refetch them from server when going up to read old messages. (High memory usage, high disk space)
Do not try to reload/redownload thumbnail that fails to download after its cleared when its no longer visible on screen and then becomes visible.
@@ -172,4 +171,5 @@ Youtube download gets stuck sometimes because of audio. Find a workaround for th
Dynamically change youtube video quality by modifying the itags (and other params?) if download is buffering or if the video is lagging.
Use the new media proxy for downloading youtube videos as well.
PgUp/PgDown shouldn't move body by the number of visible items. It should instead move by the height of the body.
-Add option to view dead link in 4chan with 4chan archive and navigate to crossboard links. \ No newline at end of file
+Add option to view dead link in 4chan with 4chan archive and navigate to crossboard links.
+Show latest message before sync is done for a room when the latest message is an edit. Right now it has to fetch previous messages until the first non-edit message.