summaryrefslogtreecommitdiff
path: root/yeetube.el
AgeCommit message (Expand)Author
2023-08-30yeetube-download-video: use call-process-shell-commandThanos Apollo
2023-08-26Fix: hardcode url as string in shell commandsThanos Apollo
2023-08-26fix: yeetube-start-mpv-process...Adjust for non bash shells Thanos Apollo
2023-08-20yeetube-start-process: Rename variablesThanos Apollo
2023-08-20Add message when a yeetube process startsThanos Apollo
2023-08-20Rename: yeetube-send-keypress -> yeetube-mpv-send-keypress...Since I'm using this package with mpv, and this function probably is not working with all the media players out there, it would be more appropriate to have all the media-player specific functions for yeetube to be with 'yeetube-mpv to avoid any confusion in the future. Thanos Apollo
2023-08-19Mark as version 2.0.0...- Rewrite all media player functionality - Make it easier to use other packages to manage media players Thanos Apollo
2023-08-19yeetube-mode-map: Add yeetube-mpv-toggle-no-video-flagThanos Apollo
2023-08-19Update Info keysThanos Apollo
2023-08-19Add yeetube-send-keypress and rewrite toggle functions with itThanos Apollo
2023-08-19Add yeetube-mpv-toggle-no-video-flagThanos Apollo
2023-08-19Add yeetube-start-mpv-processThanos Apollo
2023-08-19Rewrite yeetube-start-processThanos Apollo
2023-08-19yeetube-play-url: fix formattingThanos Apollo
2023-08-19remove yeetube-mpv-socketThanos Apollo
2023-08-18Rewrite yeetube-mpv-toggle-videoThanos Apollo
2023-08-18Add yeetube-mpv-send-keypressThanos Apollo
2023-08-18Add yeetube-mpv-toggle-fullscreenThanos Apollo
2023-08-18Rewrite yeetube-mpv-toggle-pauseThanos Apollo
2023-08-18remove old send-socket-commandThanos Apollo
2023-08-18Add docstringsThanos Apollo
2023-08-18Add yeetube--mpv-play...Used to play url and defining a process session Thanos Apollo
2023-08-18Update yeetube-play-url...If not 'mpv just use 'media-player 'url Thanos Apollo
2023-08-18Add yeetube-mpv-disable-video...Custom value that adds --no-video flag Thanos Apollo
2023-08-18yeetube-player: Make it as symbolThanos Apollo
2023-08-18yeetube-search: Add type & timeout at 30sThanos Apollo
2023-08-18redo yeetube-send-command-to-socket...Simplify network-process Thanos Apollo
2023-08-18Rename old toggle to just disable videoThanos Apollo
2023-08-18Change yeetube-toggle-pause-mpv...Use yeetube--send-command instead of socat Thanos Apollo
2023-08-18Add yeetube--send-command...Mostly for cycle between values Thanos Apollo
2023-08-18Add yeetube-send-command-to-socket...No need for socat anymore Thanos Apollo
2023-08-18dont use socat path as global variableThanos Apollo
2023-08-17Mark as version 1.5.0...Changes: - Display video view count - Fix order of videos displayed - Improve error messages - Fix youtube titles issues Thanos Apollo
2023-08-17Add error messages when yeetube-player not on PATHThanos Apollo
2023-08-17change `Youtube/Invidious` to `Youtube & Invidious`Thanos Apollo
2023-08-17style indentationThanos Apollo
2023-08-17yeetube-get-content-invidious: get view-countThanos Apollo
2023-08-17yeetube-get-content-youtube: get view-countThanos Apollo
2023-08-17yeetube-create-buffer: Adjust with view-countThanos Apollo
2023-08-17Add yeetube-display-view-count...Custom boolean to enable displaying view-count on *Yeetube Search* buffer Thanos Apollo
2023-08-16use backquoted list for (videoids videotitles)...This will make it easier to add more info in the future Thanos Apollo
2023-08-16yeetube-create-buffer: Add gap for titleThanos Apollo
2023-08-16fix: title gap at insertion...Since replacements now work properly, there is no need for the gap [%s ] Thanos Apollo
2023-08-16yeetube-fix-title: Update replacementsThanos Apollo
2023-08-16fix: yeetube-toggle-pause-mpv error messages...Redo yeetube-toggle-pause-mpv error messages & docstring Thanos Apollo
2023-08-16yeetube-toggle-pause-mpv: Add yeetube-socat...Use executable-find for socat shell commands. Thanos Apollo
2023-08-16Fix variable names...just use a single dast for yeetube-yt-dlp exec Thanos Apollo
2023-08-11yeetube-create-buffer: Insert content in reverse orderThanos Apollo
2023-08-04Mark as Version 1.4.2...- Feature: Change video platform interactively - Simplify creation of *Yeetube Search* buffer Thanos Apollo
2023-08-04Merge yeetube-change-query-url to yeetube-change-platform...yeetube-change-query-url didn't make much sense to exist as a seperated interactive function since there is yeetube-change-platform now, with the option of a custom value for a url. Thanos Apollo