summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* require cl-libThanos Apollo2023-07-011-0/+2
|
* update documentationThanos Apollo2023-07-011-1/+1
|
* fix: enable multibyte-charactersThanos Apollo2023-07-012-7/+11
|
* update readmeThanos Apollo2023-07-011-1/+22
|
* 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-3/+3
|
* Merge branch '#download-videos' into devThanos Apollo2023-06-301-1/+58
|\
| * Add custom to downlaod only as a specific audio formatThanos Apollo2023-06-301-0/+10
| |
| * Add func to download multiple videos by manuallyThanos Apollo2023-06-301-2/+34
| | | | | | | | | | | | | | | | | | | | 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
| * Add func to download single video from org bufferThanos Apollo2023-06-301-0/+9
| | | | | | | | Identical to playing video but with yt-dlp instead of mpv.
* | Merge branch '#play-videos' into devThanos Apollo2023-06-301-1/+11
|\ \ | |/ |/|
| * play video using mpvThanos Apollo2023-06-301-1/+11
|/ | | | | | | | | | | 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
* init projectThanos Apollo2023-06-303-0/+717