index
:
QuickMedia
master
A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Program.cpp
Age
Commit message (
Collapse
)
Author
2023-05-06
Add missing string include
dec05eba
2023-04-01
4chan: fix link in quote
dec05eba
2022-12-16
Fix bug where image are not removed from loading when not visible
dec05eba
Matrix: fix invites not showing notification
2022-11-18
Readd meme gpg encryption in matrix, this time asynchronous decryption
dec05eba
of only visible items
2022-11-08
Add syntax highlighting (currently only for matrix codeblocks)
dec05eba
2022-09-10
Matrix: better name for clipboard file (with extension), give pantalaimon ↵
dec05eba
files proper filenames when downloading
2021-07-11
Remove dependency on imagemagick. Use stb resize to downscale image.
dec05eba
2021-07-11
Prepare for imagemagick removal, use vfork instead of fork
dec05eba
2021-06-25
Rework youtube redirect code
dec05eba
2021-06-25
Add a http server proxy for better youtube downloading (bypassing rate limit ↵
dec05eba
cased by http range header). Fix youtube live streams
2021-06-11
Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵
dec05eba
video startup
2021-05-13
Fix soundcloud not loading all playlist tracks, auto load next page if ↵
dec05eba
bottom visible
2021-04-14
Rework manga plugins downloading.. preparing for parallel downloads
dec05eba
2021-02-12
Matrix: prevent new programs from being launched after a task is killed
dec05eba
2021-02-01
oops
dec05eba
2021-02-01
Reap child in exec program async
dec05eba
2020-10-31
Make matrix posting, deleting, replying, edit async and video check if ↵
dec05eba
streamable async
2020-10-30
Matrix: re-add /logout, cancel task immediately
dec05eba
Cancel video download when pressing escape, other fixes..