aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Add yeetube--mpv-playThanos Apollo2023-08-181-0/+15
| | | | Used to play url and defining a process session
* Update yeetube-play-urlThanos Apollo2023-08-181-11/+8
| | | | If not 'mpv just use 'media-player 'url
* Add yeetube-mpv-disable-videoThanos Apollo2023-08-181-3/+4
| | | | Custom value that adds --no-video flag
* yeetube-player: Make it as symbolThanos Apollo2023-08-181-3/+5
|
* yeetube-search: Add type & timeout at 30sThanos Apollo2023-08-181-2/+3
|
* redo yeetube-send-command-to-socketThanos Apollo2023-08-181-15/+6
| | | | Simplify network-process
* Rename old toggle to just disable videoThanos Apollo2023-08-181-1/+3
|
* Change yeetube-toggle-pause-mpvThanos Apollo2023-08-181-9/+10
| | | | Use yeetube--send-command instead of socat
* Add yeetube--send-commandThanos Apollo2023-08-181-0/+6
| | | | Mostly for cycle between values
* Add yeetube-send-command-to-socketThanos Apollo2023-08-181-0/+14
| | | | No need for socat anymore
* dont use socat path as global variableThanos Apollo2023-08-181-11/+10
|
* Mark as version 1.5.01.5.0Thanos Apollo2023-08-171-2/+2
| | | | | | | | Changes: - Display video view count - Fix order of videos displayed - Improve error messages - Fix youtube titles issues
* Add error messages when yeetube-player not on PATHThanos Apollo2023-08-171-0/+3
|
* change `Youtube/Invidious` to `Youtube & Invidious`Thanos Apollo2023-08-171-4/+4
|
* style indentationThanos Apollo2023-08-171-24/+24
|
* yeetube-get-content-invidious: get view-countThanos Apollo2023-08-171-1/+7
|
* yeetube-get-content-youtube: get view-countThanos Apollo2023-08-171-27/+35
|
* yeetube-create-buffer: Adjust with view-countThanos Apollo2023-08-171-5/+11
|
* Add yeetube-display-view-countThanos Apollo2023-08-171-0/+6
| | | | | Custom boolean to enable displaying view-count on *Yeetube Search* buffer
* use backquoted list for (videoids videotitles)Thanos Apollo2023-08-161-6/+4
| | | | This will make it easier to add more info in the future
* yeetube-create-buffer: Add gap for titleThanos Apollo2023-08-161-1/+2
|
* fix: title gap at insertionThanos Apollo2023-08-161-1/+1
| | | | Since replacements now work properly, there is no need for the gap [%s ]
* yeetube-fix-title: Update replacementsThanos Apollo2023-08-161-1/+2
|
* fix: yeetube-toggle-pause-mpv error messagesThanos Apollo2023-08-161-9/+9
| | | | Redo yeetube-toggle-pause-mpv error messages & docstring
* yeetube-toggle-pause-mpv: Add yeetube-socatThanos Apollo2023-08-161-3/+8
| | | | Use executable-find for socat shell commands.
* Fix variable namesThanos Apollo2023-08-161-5/+5
| | | | just use a single dast for yeetube-yt-dlp exec
* yeetube-create-buffer: Insert content in reverse orderThanos Apollo2023-08-111-1/+1
|
* Mark as Version 1.4.21.4.2Thanos Apollo2023-08-041-2/+2
| | | | | - Feature: Change video platform interactively - Simplify creation of *Yeetube Search* buffer
* Merge yeetube-change-query-url to yeetube-change-platformThanos Apollo2023-08-041-16/+12
| | | | | | yeetube-change-query-url didn't make much sense to exist as a seperated interactive function since there is yeetube-change-platform now, with the option of a custom value for a url.
* yeetube-get-content-invidious: AdjustThanos Apollo2023-08-041-23/+31
| | | | Rewrite the same way as yeetube-get-content-youtube
* yeetube-mode-map: Replace yeetube-change-query-urlThanos Apollo2023-08-041-2/+2
| | | | Replace yeetube-change-query-url with yeetube-change-platform
* Add yeetube-change-platformThanos Apollo2023-08-031-0/+12
| | | | | | Instead of having user just to use yeetube-change-query-url and be prompted with just a "URL: ", having predefined invidious instaces and options is a nice addition
* yeetube-change-query-url: Redo with argument inputThanos Apollo2023-08-031-4/+4
|
* yeetube-play-url: put last played url to a varThanos Apollo2023-08-031-0/+1
|
* Simplify namesThanos Apollo2023-08-031-20/+25
|
* yeetube-create-buffer: RewriteThanos Apollo2023-08-031-8/+10
| | | | | Rewrite this function to use temp-buffer & use a dolist to generate content links
* remove yeetube-insert-contentThanos Apollo2023-08-031-17/+0
| | | | | This is too much of a common-lisp function, plus it's better to have it less complex using something like dolist.
* Replace yeetube-video-ids & titles with yeetube-contentThanos Apollo2023-08-031-4/+1
|
* Add invidious instancesThanos Apollo2023-08-031-0/+13
|
* fix docstringsThanos Apollo2023-08-031-4/+3
|
* Mark as Version 1.4.11.4.1Thanos Apollo2023-08-031-2/+2
| | | | - Improved download functionality
* yeetube-download-videos: RewriteThanos Apollo2023-08-031-25/+16
| | | | | | Rewrite yeetube-download-videos Functionality remains the same
* yeetube-change-download-audio-format: rename argumentThanos Apollo2023-08-031-2/+2
| | | | Rename format -> audio-format
* yeetube-update-info: Fix mark changesThanos Apollo2023-08-021-2/+2
|
* yeetube-download-videos: Add prompt for audio formatThanos Apollo2023-08-021-3/+6
|
* Update Package CommentaryThanos Apollo2023-08-011-4/+9
|
* Mark as Version 1.4.01.4.0Thanos Apollo2023-08-011-2/+2
| | | | | | - Feature: Save videos - Add autoloads #4 - Minor rewrites function & bug fixes
* fix: Docstrings and PathThanos Apollo2023-08-011-8/+15
| | | | | | | Update docstrings For (yeetube-load-saved-videos) add if statement to check if yeetube file exists
* fix: use user-emacs-directoryThanos Apollo2023-08-011-2/+2
| | | | | Save saved video list under user-emacs-directory instead of hard coding ~/.emacs.d
* yeetube-update/insert-info: Remove yeetube-playerThanos Apollo2023-08-011-6/+1
|