aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-09Youtube: fix search, related videos, comments and channel page after youtube ↵dec05eba
REVERTED their changes
2022-04-084chan: move replies text to reactions, clear reactions when not visible on ↵dec05eba
screen
2022-04-07Force disable threaded gl optimization to reduce cpu usage (thread ↵dec05eba
optimization doesn't improve performance here so its useless)
2022-04-07Fix manganelo and readm: dont use wget, and fix cloudflare bypass download ↵dec05eba
to file
2022-04-06Soundcloud: fix client_id extraction (no more &, ends with " instead)dec05eba
2022-04-06Youtube: fix search, channel page, related videos and commentsdec05eba
For these pages, the json response root is not longer an array. It's instead the first json object in the array.
2022-04-03Make saucenao work when using pantalaimon (doesn't work for encrypted rooms)dec05eba
2022-03-29Reduce youtube response size by disabling pretty jsondec05eba
2022-03-29Youtube: fix age restricted videos (works only for embeddable videos)dec05eba
2022-03-28Attempt to fix focus in video player by waiting until video loads, fix ↵dec05eba
losing focus when opening save window
2022-03-24Add youtube.load_progress optiondec05eba
2022-03-14Image scroll view: add first/last image to allow scrolling to previous/next ↵dec05eba
chapter, load next chapters page when reaching bottom
2022-03-13Only update watch progress if the video successfully loadsdec05eba
2022-03-13youtube: fix long videos not working (int64_t in video seek), ctrl+r not ↵dec05eba
working because searchbar and tab images loaded in non-main thread
2022-03-13Attempt to fix video player focus, add keys to navigate to previous/next ↵dec05eba
chapter in image scroll view
2022-03-11Fix youtube streaming for really long videosdec05eba
I dedicate this one to rat
2022-03-11youtube video: fix video with redirect not getting content length correctly, ↵dec05eba
re-enable youtube timestamp
2022-03-11Youtube downloader: do not make non blockingdec05eba
2022-03-11youtube: use mpv stream_cb instead of proxy serverdec05eba
2022-03-11Fix video player focus (in dwm, it would cause focus spam)dec05eba
2022-03-10Focus video player when focusing the main windowdec05eba
2022-03-09i dont knowdec05eba
2022-03-09youtube proxy: dont make write to client with data blockingdec05eba
2022-03-09Fix compile on clangdec05eba
2022-03-08Save youtube watch progress and resume next time the video is playeddec05eba
2022-03-07Attempt to fix youtube video issue where video stops playing because audio ↵dec05eba
finishes download Remove youtube livestream code
2022-03-06Do not cache local-anime, reseek to anime on progress updatedec05eba
2022-03-05Make ui behavior nicer with spacing_scale less than 1.0dec05eba
2022-03-05Fix video fullscreen button, double-click fullscreendec05eba
Fix video seekbar mouse collision not working for the top of the seekbar
2022-03-05Change video player style (dont scale ui with window size, larger seekbar ↵dec05eba
and progress text)
2022-03-05Icon changedec05eba
2022-03-04Add window icon and launcher icondec05eba
2022-03-04Fix fileanalyzer load_metadata on load not workingdec05eba
2022-03-04Do not call ffprobe for thumbnails unless its guaranteed to be a local video ↵dec05eba
file
2022-03-04Fix xv video and related page, fix possible crash when going back from ↵dec05eba
related video
2022-03-03Fix related videos window not showing for generic media, fix ph related ↵dec05eba
videos always same (anti-curl website)
2022-03-02Allow using ~ and $HOME in config pathsdec05eba
2022-03-02Set anime as finished watching in ui without having to restartdec05eba
2022-03-01Make login a bit generalized, readd 4chan login (not tested)dec05eba
2022-03-01SearchBar refactor. Dont show search icon if searchbar is not used for searchdec05eba
2022-03-01poopdec05eba
2022-03-01Add search icondec05eba
2022-02-28Use custom mpv osd script to change mpv uidec05eba
2022-02-28Update submodule urlsdec05eba
2022-02-27youtube: fix youtu.be/watch?v= urlsdec05eba
2022-02-21Revert back to recommending youtube videos based on related videosdec05eba
2022-02-20Local-anime: add option to group episodes into anime groups from the name of ↵dec05eba
the anime by using the local_manga.auto_group_episodes config
2022-02-20Fix video thumbnail not maintaining aspect ratiodec05eba
2022-02-19Attempt to fix video/audio desync on youtube (load audio at same time as video)dec05eba
2022-02-18local-anime: go to watched if we have only watched part of the videodec05eba