Age | Commit message (Collapse) | Author |
|
Use shell-quote-arguments and fix download as audio format
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add minor mode
- Define keybindings and doc them to *Yeetube-Search* buffer
|
|
|
|
|
|
- Searches for X amount of videoids and videotitles
- Creates a read only org buffer and inserts the results
|
|
- 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
|
|
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.
|
|
|