diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-06-19 02:18:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-06-19 02:18:47 +0200 |
commit | 47d594f0676a644e7c072331a009ceb46de8f62e (patch) | |
tree | 94c94683628deda98976f5d1f7bbb6aa8e59d708 /TODO | |
parent | 613016a48d9b10fb81f5bc54b0bdd463c39f5283 (diff) |
Lbry: fix videos not working
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -269,4 +269,11 @@ Add ability to create room, commands for changing nickname, roomnickname, avatar Replace pepper emoji with gimp pepper. Consider adding typing notification to matrix. Make it possible to switch between list and grid view. -Automatically manage cache - remove old cache files.
\ No newline at end of file +Automatically manage cache - remove old cache files. +Run ~/.config/quickmedia/script.sh or something like that for every body item and/or specific actions. This can be used to filter out items, + edit items, text to speech, filter out imageboard threads, youtube videos, etc. + Make sure that filtering out matrix messages doesn't break replies and also doesn't notify user when the filtering out message mentions you. + 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. +Ctrl+H to show/hide dot files in file manager.
\ No newline at end of file |