aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-30 17:01:14 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-30 17:01:14 +0200
commit664835fcee5f0dc1fa5aba63c845c4561628a20f (patch)
treea296eb4e0dd911e54bc9ba458244263764e1837b /TODO
parent196fd3182672b03f8468e5654736c614242b0f64 (diff)
Add option to only save audio for youtube videos. Use youtube plugin for info urls. Use youtube plugin for urls on matrix
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0b9aded..cd2c1b6 100644
--- a/TODO
+++ b/TODO
@@ -138,4 +138,10 @@ Restrict sf::View viewport in Body to x axis as well, to hide the body in the en
Ctrl+F to either bring up search that searches in the body (filtering, of searching for all messages in the room in matrix) or does an autocomplete search. For youtube that would be a google autocomplete search.
The autocomplete search menu should overlay the window (with translucent black overlay) and with the search bar in the middle and autocomplete results below.
Or do not have such an overlay and instead just put the autocomplete list below the search bar and close the autocomplete when pressing ESC or clicking inside the body or moving to another tab.
-Automatically delete old thumbnails and media files. \ No newline at end of file
+Automatically delete old thumbnails and media files.
+Ctrl+I for youtube comments that have a timestamp should have an option to jump to the timestamp in the video.
+Ctrl+R for youtube should have a page for the video title, description, views, upload date, likes/dislikes (and maybe a button to go to the channel instead of having a channels tab?).
+Add a keybinding for going to the front page of the plugin. This would be especially useful for youtube and manga, where you have history, subscriptions and recommendations.
+Reaching end of download menu filename entry should scroll the entry vertically instead of putting the text on multiple lines.
+Ctrl+S saving a video should copy the video from cache if the video was downloaded to cache, instead of downloading it again.
+When synapse adds support for media download http request range then quickmedia should download the last 4096 bytes of mp4 files and move the moov atom and co64 atoms (and others) to the front of the file before mdat, similar to how qt-faststart does it. This is needed for video streaming certain mp4 files. \ No newline at end of file