Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-05 | fix: remove unused variables | Thanos Apollo | |
2023-07-05 | Update README | Thanos Apollo | |
2023-07-05 | Add support for localhost | Thanos Apollo | |
Check if url contains localhost, then ask for port | |||
2023-07-05 | style & display search query | Thanos Apollo | |
2023-07-05 | Add yeetube-change-query-url | Thanos Apollo | |
Change URL interactively Add kbindings, update info & variable watchers as well. | |||
2023-07-05 | Remove *bold* for info variables | Thanos Apollo | |
2023-07-05 | Add yeetube-query-url indication in *Yeetube Search* buffer | Thanos Apollo | |
2023-07-05 | update yeetube-search to support invidious | Thanos Apollo | |
Use yeetube-check-if-youtube to seperate searching process. Adjust yeetube-query-url since both invidious and youtube can use URL/search?q= Everything else remains the same since they are almost identical. | |||
2023-07-05 | Add yeetube-insert-content | Thanos Apollo | |
This was used in yeetube-search. Keeping them seperate to make debugging easier & make it less spaghetti like | |||
2023-07-05 | Add yeetube-check-if-youtube | Thanos Apollo | |
Check if it's youtube Will be used to differentiate between invidious/youtube | |||
2023-07-05 | Update README | Thanos Apollo | |
2023-07-05 | fix: Remove titles & videoids that contain vssLoggingContext | Thanos Apollo | |
This marks version v0.0.1 making it a "usable" package | |||
2023-07-04 | fix: Do not switch buffer after yeetube-play | Thanos Apollo | |
2023-07-04 | yeetube-mode-map: update keybindings & info | Thanos Apollo | |
Add yeetube-change-download-audio-format keybinding, making it easier to change it by default. | |||
2023-07-04 | yeetube-update-info: use push-mark | Thanos Apollo | |
Use push-mark and let a variable for buffer to always switch. Replace kill-visual-line with kill-region to not mess with the kill-ring | |||
2023-07-04 | Add yeetube-change-download-audio-format | Thanos Apollo | |
Create an interactive function to change download audio format & watch for its value using variable watchers using yeetube-update-info | |||
2023-07-04 | Update README | Thanos Apollo | |
2023-07-04 | Add yeetube-change-download-directory | Thanos Apollo | |
2023-07-04 | README: typo | Thanos Apollo | |
2023-07-04 | fix: Unused lexical variable | Thanos Apollo | |
Add _ for 'operation' and 'where' Change 'string-equal to 'equal(personal preference) | |||
2023-07-03 | Update README | Thanos Apollo | |
2023-07-03 | fix updates | Thanos Apollo | |
2023-07-03 | Add yeetube-update-info and variable-watchers | Thanos Apollo | |
Update yeetube-player and yeetube-download-directory displayed in *Yeetube Search* buffer each time user changes their values | |||
2023-07-03 | Add yeetube-info & yeetube-info-keys custom | Thanos Apollo | |
Create a yeetube-info function that displays - Yeetube Player - Yeetube Download Directory when yeetube-info-keys t display default keybindings | |||
2023-07-03 | yeetube-results-limit: change to 15 | Thanos Apollo | |
2023-07-03 | yeetube-search: Display info | Thanos Apollo | |
Display Download directory & yeetube player | |||
2023-07-03 | yeetube-download-videos: Check for audio-format | Thanos Apollo | |
If yeetube-download-audio-format, covert to the specified format. If nil use the default. | |||
2023-07-03 | melpafy: Use shell-quote-argument for async-shell-commands | Thanos Apollo | |
Use shell-quote-arguments and fix download as audio format | |||
2023-07-03 | yeetube-play: Move to call-process-shell-command | Thanos Apollo | |
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. | |||
2023-07-03 | melpafy: fix header, dependencies & namings. Add quit key | Thanos Apollo | |
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. | |||
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 | update readme | Thanos Apollo | |
2023-07-01 | Add group, commentary and style code | Thanos Apollo | |
2023-07-01 | Define yt-mode | Thanos Apollo | |
- Add minor mode - Define keybindings and doc them to *Yeetube-Search* buffer | |||
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 | Thanos Apollo | |
- Searches for X amount of videoids and videotitles - Creates a read only org buffer and inserts the results | |||
2023-07-01 | Add customs | Thanos Apollo | |
- 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 | |||
2023-07-01 | Add basic search functionality | Thanos Apollo | |
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. | |||
2023-06-30 | rename to yeetube | Thanos Apollo | |
2023-06-30 | Merge branch '#download-videos' into dev | Thanos Apollo | |
2023-06-30 | Merge branch '#play-videos' into dev | Thanos Apollo | |
2023-06-30 | Add custom to downlaod only as a specific audio format | Thanos Apollo | |
2023-06-30 | Add func to download multiple videos by manually | Thanos Apollo | |
yt-download-videos should be used from within a Dired buffer in the desired path. yt-dlp is not youtube specific, just like this package. User should be able to manually run yt-dlp anywhere, downloading videos without being restricted to a predefined search query | |||
2023-06-30 | Add func to download single video from org buffer | Thanos Apollo | |
Identical to playing video but with yt-dlp instead of mpv. |