Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2023-06-30 | play video using mpv | Thanos Apollo | |
Create yt-play, a simple function that checks if the link starts with "http" and then uses `async-shell-command` to open the URL with `mpv`. It also displays a message confirming the URL being opened. This is still a testing function, a video player should be defined using a defcustom | |||
2023-06-30 | init project | Thanos Apollo | |