summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-21Update READMEThanos 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-keypressThanos Apollo
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.
2023-08-19Mark as version 2.0.0Thanos Apollo
- Rewrite all media player functionality - Make it easier to use other packages to manage media players
2023-08-19Update READMEThanos 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-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.