aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
Commit message (Collapse)AuthorAgeFilesLines
* fix updatesThanos Apollo2023-07-031-1/+5
|
* Add yeetube-update-info and variable-watchersThanos Apollo2023-07-031-0/+29
| | | | | Update yeetube-player and yeetube-download-directory displayed in *Yeetube Search* buffer each time user changes their values
* Add yeetube-info & yeetube-info-keys customThanos Apollo2023-07-031-9/+22
| | | | | | | | Create a yeetube-info function that displays - Yeetube Player - Yeetube Download Directory when yeetube-info-keys t display default keybindings
* yeetube-results-limit: change to 15Thanos Apollo2023-07-031-1/+1
|
* yeetube-search: Display infoThanos Apollo2023-07-031-1/+4
| | | | Display Download directory & yeetube player
* yeetube-download-videos: Check for audio-formatThanos Apollo2023-07-031-5/+11
| | | | | | If yeetube-download-audio-format, covert to the specified format. If nil use the default.
* melpafy: Use shell-quote-argument for async-shell-commandsThanos Apollo2023-07-031-3/+10
| | | | Use shell-quote-arguments and fix download as audio format
* yeetube-play: Move to call-process-shell-commandThanos Apollo2023-07-031-3/+7
| | | | | | | | | 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.
* melpafy: fix header, dependencies & namings. Add quit keyThanos Apollo2023-07-031-18/+31
| | | | | | | | 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.
* update docstringsThanos Apollo2023-07-021-2/+2
|
* change from prefix yt- to yeetube-Thanos Apollo2023-07-021-24/+24
|
* fix titles with commas & add open in browser key docThanos Apollo2023-07-021-3/+4
|
* require cl-libThanos Apollo2023-07-011-0/+2
|
* update documentationThanos Apollo2023-07-011-1/+1
|
* fix: enable multibyte-charactersThanos Apollo2023-07-011-1/+3
|
* Add group, commentary and style codeThanos Apollo2023-07-011-11/+17
|
* Define yt-modeThanos Apollo2023-07-011-4/+18
| | | | | - Add minor mode - Define keybindings and doc them to *Yeetube-Search* buffer
* styleThanos Apollo2023-07-011-4/+4
|
* yt-download(s): Update to use default dir & update docsThanos Apollo2023-07-011-1/+5
|
* yt-search: base function completedThanos Apollo2023-07-011-30/+30
| | | | | - Searches for X amount of videoids and videotitles - Creates a read only org buffer and inserts the results
* Add customsThanos Apollo2023-07-011-4/+25
| | | | | | - 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
* Add basic search functionalityThanos Apollo2023-07-011-7/+37
| | | | | | | | 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.
* rename to yeetubeThanos Apollo2023-06-301-0/+107