aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-08 11:41:56 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-08 11:41:56 +0200
commitf0693a48f176c01dd7b22ca4aa2aca0299146b30 (patch)
tree67d2af68a63a3c0b822bbdd0ded4caad3cb8d947 /TODO
parent962d4aef43a8b2db1531b4a687766783f88e84ed (diff)
Youtube: fix livestream not working (filtered out by yt-dlp)
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0bc4a58..20471ee 100644
--- a/TODO
+++ b/TODO
@@ -276,6 +276,13 @@ Run ~/.config/quickmedia/script.sh or something like that for every body item an
This is similar to muting/ignore in matrix so maybe implement that at the same time? or was ignore server side, I forgot.
To make this work properly the script needs to be sent more information than the body item text only. It also needs plugin name,
current tab (url, name), body item url, etc.
+ Also do this when item is selected or a hotkey is used.
+Hotkeys should be in a config file that maps it to an action (a name). This would also allow the user to overwrite hotkeys or add
+ more hotkeys.
Ctrl+H to show/hide dot files in file manager.
Dramacool search pagination. Search for "samurai" for example and see that the results are limited.
-Fix flickering on resize by creating a child window and draw on that. See: https://bugs.chromium.org/p/chromium/issues/detail?id=326995 \ No newline at end of file
+Fix flickering on resize by creating a child window and draw on that. See: https://bugs.chromium.org/p/chromium/issues/detail?id=326995
+Add option to get notified on any matrix event type (maybe have a config list with events that we are interested in).
+ This could be used to get notified when somebody calls us (m.call.invite) with quickmedia doesn't implement, but
+ we could know when somebody calls us.
+ Also mark such room the same way as a mention - it should be put at the top of the room list. \ No newline at end of file