summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-18Add yeetube-send-command-to-socketThanos Apollo
No need for socat anymore
2023-08-18dont use socat path as global variableThanos Apollo
2023-08-17Mark as version 1.5.0Thanos Apollo
Changes: - Display video view count - Fix order of videos displayed - Improve error messages - Fix youtube titles issues
2023-08-17Add error messages when yeetube-player not on PATHThanos Apollo
2023-08-17change `Youtube/Invidious` to `Youtube & Invidious`Thanos Apollo
2023-08-17style indentationThanos Apollo
2023-08-17yeetube-get-content-invidious: get view-countThanos Apollo
2023-08-17yeetube-get-content-youtube: get view-countThanos Apollo
2023-08-17yeetube-create-buffer: Adjust with view-countThanos Apollo
2023-08-17Add yeetube-display-view-countThanos Apollo
Custom boolean to enable displaying view-count on *Yeetube Search* buffer
2023-08-16use backquoted list for (videoids videotitles)Thanos Apollo
This will make it easier to add more info in the future
2023-08-16yeetube-create-buffer: Add gap for titleThanos Apollo
2023-08-16fix: title gap at insertionThanos Apollo
Since replacements now work properly, there is no need for the gap [%s ]
2023-08-16yeetube-fix-title: Update replacementsThanos Apollo
2023-08-16fix: yeetube-toggle-pause-mpv error messagesThanos Apollo
Redo yeetube-toggle-pause-mpv error messages & docstring
2023-08-16README: Add dependenciesThanos Apollo
2023-08-16yeetube-toggle-pause-mpv: Add yeetube-socatThanos Apollo
Use executable-find for socat shell commands.
2023-08-16Fix variable namesThanos Apollo
just use a single dast for yeetube-yt-dlp exec
2023-08-11yeetube-create-buffer: Insert content in reverse orderThanos Apollo
2023-08-04Mark as Version 1.4.2Thanos Apollo
- Feature: Change video platform interactively - Simplify creation of *Yeetube Search* buffer
2023-08-04Merge yeetube-change-query-url to yeetube-change-platformThanos Apollo
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.
2023-08-04yeetube-get-content-invidious: AdjustThanos Apollo
Rewrite the same way as yeetube-get-content-youtube
2023-08-04yeetube-mode-map: Replace yeetube-change-query-urlThanos Apollo
Replace yeetube-change-query-url with yeetube-change-platform
2023-08-03Add yeetube-change-platformThanos Apollo
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
2023-08-03yeetube-change-query-url: Redo with argument inputThanos Apollo
2023-08-03yeetube-play-url: put last played url to a varThanos Apollo
2023-08-03Simplify namesThanos Apollo
2023-08-03yeetube-create-buffer: RewriteThanos Apollo
Rewrite this function to use temp-buffer & use a dolist to generate content links
2023-08-03remove yeetube-insert-contentThanos Apollo
This is too much of a common-lisp function, plus it's better to have it less complex using something like dolist.
2023-08-03Replace yeetube-video-ids & titles with yeetube-contentThanos Apollo
2023-08-03Add invidious instancesThanos Apollo
2023-08-03fix docstringsThanos Apollo
2023-08-03Mark as Version 1.4.1Thanos Apollo
- Improved download functionality
2023-08-03yeetube-download-videos: RewriteThanos Apollo
Rewrite yeetube-download-videos Functionality remains the same
2023-08-03yeetube-change-download-audio-format: rename argumentThanos Apollo
Rename format -> audio-format
2023-08-02yeetube-update-info: Fix mark changesThanos Apollo
2023-08-02yeetube-download-videos: Add prompt for audio formatThanos Apollo
2023-08-01Update Package CommentaryThanos Apollo
2023-08-01Update READMEThanos Apollo
2023-08-01remove old testsThanos Apollo
2023-08-01Mark as Version 1.4.0Thanos Apollo
- Feature: Save videos - Add autoloads #4 - Minor rewrites function & bug fixes
2023-08-01fix: Docstrings and PathThanos Apollo
Update docstrings For (yeetube-load-saved-videos) add if statement to check if yeetube file exists
2023-08-01fix: use user-emacs-directoryThanos Apollo
Save saved video list under user-emacs-directory instead of hard coding ~/.emacs.d
2023-08-01yeetube-update/insert-info: Remove yeetube-playerThanos Apollo
2023-08-01Add Feature: Saved videos listThanos Apollo
Add yeetube-update-saved-videos-list - Every time yeetube-saved-videos changes, it's value is written to ~/.emacs.d/yeetube-saved Add yeetube-load-saved-videos - Loads saved videos at ~/.emacs.d/yeetube-saved
2023-08-01Remove last played video indicationThanos Apollo
2023-08-01Update keybindingsThanos Apollo
Add yeetube-save-video & yeetube-play-saved-video
2023-08-01Edit: yeetube-video-toggle-mpvThanos Apollo
Add: Message current yeetube-player
2023-08-01Update testsThanos Apollo
2023-08-01Add autoloadsThanos Apollo