aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-01-25 16:52:35 +0100
committerdec05eba <dec05eba@protonmail.com>2021-01-25 16:52:35 +0100
commit0d7ce5264e8c87c522a93172c944541bb205b9d5 (patch)
tree3fe19f12d96c1bf830f777e101e37edfedd0b80d /TODO
parent82d4273e445b85e15fe12caaa52c301fa77aaa6c (diff)
Limit ytdl video resolution to the largest monitors height
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 71bd2dd..c53a2c9 100644
--- a/TODO
+++ b/TODO
@@ -162,7 +162,7 @@ Remove reply formatting from edited text in room description in room list.
Add option to decline and mute user in invites. This is to combat invite spam, where muted users cant invite you.
Searching in channel page should search in the channel instead of filter, because with filtering we only filter the videos we have loaded in the channel page and the channel page uses pagination; so we may have only loaded 20 videos while the channel may actually have 2000 videos.
Allow hiding videos so they dont show up in recommendations and related videos.
-Limit youtube-dl video resolution to <= largest monitor resolution. This is absolutely required for smooth playback on pinephone. Also add an option to select video resolution, if we want to use less power and less bandwidth.
+Add an option to select video resolution, if we want to use less power and less bandwidth for example.
Use mpv option --gpu-context=x11egl on pinephone to force xwayland on wayland, to be able to embed the mpv window inside the quickmedia.
Read marker may be incorrect if the last message in a room has an earlier timestamp than a previous message (as seen in element and matrix api). Setting read marker to a previous message seems to be ignored silently by synapse. To fix this we would have to sort messages by unsigned age field instead (I guess?), or save the read marker in user account data specifically for quickmedia (under an unique namespace).
Replies to the local user shouldn't remove the red text. Maybe fix this by checking if the reply to message user is the local user or when the replied to message has loaded then make the reply red if its a reply to us. Also for existing messages check if the message is a notification message and then make the message red.