summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-playThanos Apollo
Used to play url and defining a process session
2023-08-18Update yeetube-play-urlThanos Apollo
If not 'mpv just use 'media-player 'url
2023-08-18Add yeetube-mpv-disable-videoThanos Apollo
Custom value that adds --no-video flag
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-socketThanos Apollo
Simplify network-process
2023-08-18Rename old toggle to just disable videoThanos Apollo
2023-08-18Change yeetube-toggle-pause-mpvThanos Apollo
Use yeetube--send-command instead of socat
2023-08-18Add yeetube--send-commandThanos Apollo
Mostly for cycle between values
2023-08-18Add yeetube-send-command-to-socketThanos Apollo
No need for socat anymore
2023-08-18dont use socat path as global variableThanos Apollo
2023-08-17Mark as version 1.5.0Thanos Apollo
Changes: - Display video view count - Fix order of videos displayed - Improve error messages - Fix youtube titles issues
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-countThanos Apollo
Custom boolean to enable displaying view-count on *Yeetube Search* buffer
2023-08-16use backquoted list for (videoids videotitles)Thanos Apollo
This will make it easier to add more info in the future
2023-08-16yeetube-create-buffer: Add gap for titleThanos Apollo
2023-08-16fix: title gap at insertionThanos Apollo
Since replacements now work properly, there is no need for the gap [%s ]
2023-08-16yeetube-fix-title: Update replacementsThanos Apollo
2023-08-16fix: yeetube-toggle-pause-mpv error messagesThanos Apollo
Redo yeetube-toggle-pause-mpv error messages & docstring
2023-08-16README: Add dependenciesThanos Apollo
2023-08-16yeetube-toggle-pause-mpv: Add yeetube-socatThanos Apollo
Use executable-find for socat shell commands.
2023-08-16Fix variable namesThanos Apollo
just use a single dast for yeetube-yt-dlp exec
2023-08-11yeetube-create-buffer: Insert content in reverse orderThanos Apollo
2023-08-04Mark as Version 1.4.2Thanos Apollo
- Feature: Change video platform interactively - Simplify creation of *Yeetube Search* buffer
2023-08-04Merge yeetube-change-query-url to yeetube-change-platformThanos Apollo
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.
2023-08-04yeetube-get-content-invidious: AdjustThanos Apollo
Rewrite the same way as yeetube-get-content-youtube
2023-08-04yeetube-mode-map: Replace yeetube-change-query-urlThanos Apollo
Replace yeetube-change-query-url with yeetube-change-platform
2023-08-03Add yeetube-change-platformThanos Apollo
Instead of having user just to use yeetube-change-query-url and be prompted with just a "URL: ", having predefined invidious instaces and options is a nice addition
2023-08-03yeetube-change-query-url: Redo with argument inputThanos Apollo
2023-08-03yeetube-play-url: put last played url to a varThanos Apollo
2023-08-03Simplify namesThanos Apollo
2023-08-03yeetube-create-buffer: RewriteThanos Apollo
Rewrite this function to use temp-buffer & use a dolist to generate content links
2023-08-03remove yeetube-insert-contentThanos Apollo
This is too much of a common-lisp function, plus it's better to have it less complex using something like dolist.