Age | Commit message (Expand) | Author |
---|---|---|
2023-07-03 | fix updates | Thanos Apollo |
2023-07-03 | Add yeetube-update-info and variable-watchers...Update yeetube-player and yeetube-download-directory displayed in *Yeetube Search* buffer each time user changes their values | Thanos Apollo |
2023-07-03 | Add yeetube-info & yeetube-info-keys custom...Create a yeetube-info function that displays - Yeetube Player - Yeetube Download Directory when yeetube-info-keys t display default keybindings | Thanos Apollo |
2023-07-03 | yeetube-results-limit: change to 15 | Thanos Apollo |
2023-07-03 | yeetube-search: Display info...Display Download directory & yeetube player | Thanos Apollo |
2023-07-03 | yeetube-download-videos: Check for audio-format...If yeetube-download-audio-format, covert to the specified format. If nil use the default. | Thanos Apollo |
2023-07-03 | melpafy: Use shell-quote-argument for async-shell-commands...Use shell-quote-arguments and fix download as audio format | Thanos Apollo |
2023-07-03 | yeetube-play: Move to call-process-shell-command...Redo this function using call-process-shell-command & kill all previous commands with 'yeetube-player' This way the user can just select video/song to play and get back to whatever he was working on, without generating new buffers that async-shell-command does. | Thanos Apollo |
2023-07-03 | melpafy: fix header, dependencies & namings. Add quit key...Fix header issues with `package-lint`. Add quit key(q) to make it more like a special-mode buffer. speical-mode could be an option, but using org-mode it's easier to make the search results look decent. | Thanos Apollo |
2023-07-02 | update docstrings | Thanos Apollo |
2023-07-02 | change from prefix yt- to yeetube- | Thanos Apollo |
2023-07-02 | fix titles with commas & add open in browser key doc | Thanos Apollo |
2023-07-01 | require cl-lib | Thanos Apollo |
2023-07-01 | update documentation | Thanos Apollo |
2023-07-01 | fix: enable multibyte-characters | Thanos Apollo |
2023-07-01 | Add group, commentary and style code | Thanos Apollo |
2023-07-01 | Define yt-mode...- Add minor mode - Define keybindings and doc them to *Yeetube-Search* buffer | Thanos Apollo |
2023-07-01 | style | Thanos Apollo |
2023-07-01 | yt-download(s): Update to use default dir & update docs | Thanos Apollo |
2023-07-01 | yt-search: base function completed...- Searches for X amount of videoids and videotitles - Creates a read only org buffer and inserts the results | Thanos Apollo |
2023-07-01 | Add customs...- yt-search-for: Defining the amount of search results - yt-player: Define video player as command using a string - yt-download-directory: Define download directory | Thanos Apollo |
2023-07-01 | Add basic search functionality...custom yt-search-query, youtube is the default, but in hopefully in the future it won't be youtube specific. yt-search only searches for a single url for now, just for testing purposes. | Thanos Apollo |
2023-06-30 | rename to yeetube | Thanos Apollo |