summaryrefslogtreecommitdiff
path: root/yeetube.el
AgeCommit message (Expand)Author
2023-08-04yeetube-get-content-invidious: Adjust...Rewrite the same way as yeetube-get-content-youtube Thanos Apollo
2023-08-04yeetube-mode-map: Replace yeetube-change-query-url...Replace yeetube-change-query-url with yeetube-change-platform Thanos Apollo
2023-08-03Add yeetube-change-platform...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 Thanos Apollo
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: Rewrite...Rewrite this function to use temp-buffer & use a dolist to generate content links Thanos Apollo
2023-08-03remove yeetube-insert-content...This is too much of a common-lisp function, plus it's better to have it less complex using something like dolist. Thanos Apollo
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.1...- Improved download functionality Thanos Apollo
2023-08-03yeetube-download-videos: Rewrite...Rewrite yeetube-download-videos Functionality remains the same Thanos Apollo
2023-08-03yeetube-change-download-audio-format: rename argument...Rename format -> audio-format Thanos Apollo
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-01Mark as Version 1.4.0...- Feature: Save videos - Add autoloads #4 - Minor rewrites function & bug fixes Thanos Apollo
2023-08-01fix: Docstrings and Path...Update docstrings For (yeetube-load-saved-videos) add if statement to check if yeetube file exists Thanos Apollo
2023-08-01fix: use user-emacs-directory...Save saved video list under user-emacs-directory instead of hard coding ~/.emacs.d Thanos Apollo
2023-08-01yeetube-update/insert-info: Remove yeetube-playerThanos Apollo
2023-08-01Add Feature: Saved videos list...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 Thanos Apollo
2023-08-01Remove last played video indicationThanos Apollo
2023-08-01Update keybindings...Add yeetube-save-video & yeetube-play-saved-video Thanos Apollo
2023-08-01Edit: yeetube-video-toggle-mpv...Add: Message current yeetube-player Thanos Apollo
2023-08-01Add autoloadsThanos Apollo
2023-08-01Rewrite with yeetube-play-url...Add yeetube-play-url Rewrite yeetube-play & yeetube-play-saved-video to use yeetube-play-url --avoid duplication Thanos Apollo
2023-08-01Add functions to remove saved videos...Add yeetube-remove-saved-video -> Select & Remove video Add yeetube-remove-all-saved-videos -> set yeetube-saved-videos to nil Thanos Apollo
2023-08-01Add yeetube-play-saved-videoThanos Apollo
2023-08-01Add yeetube-save-video (New Feature)Thanos Apollo
2023-08-01Add saved videos and last playedThanos Apollo
2023-08-01Rename: yeetube-check-if-youtube to yeetube-youtube-p...Rename: yeetube-check-if-youtube to yeetube-youtube-p Autoload yeetube-search Thanos Apollo
2023-07-28Add yeetube-clear-historyThanos Apollo
2023-07-20Mark as version 1.3.4...- Add version output interactively for support issues - Improve yeetube-title-fix Thanos Apollo
2023-07-20Add yeetube-version...Add version message function for debugging/support issues. Thanos Apollo
2023-07-20yeetube-fix-title: Adjustments...Since uusing decode-region 'utf-8 does not fix much, I guess yeetube-fix-title is here to stay. Rewrote this and added adjustments for u0026 - '&' Thanos Apollo
2023-07-19Mark as version 1.3.3...- Adjust code to make it more maintanable - Improve decoding - Adjust socket for non-unix systems -- this needs further testing Thanos Apollo
2023-07-19yeetube-search: Add decoding...decode-region to 'utf-8 Thanos Apollo
2023-07-19(style):Restracture and rename functions...Rename yeetube--draw-buffer -> yeetube-create-buffer Remove (interactive) from yeetube--get-title Move yeetube--video-ids & titles at the top Thanos Apollo
2023-07-19yeetube-mpv-socket: Set it as custom...Different systems, such as windows, will require to change it's value (see issue #3) Thanos Apollo
2023-07-18Break yeetube-searchThanos Apollo
2023-07-18remove commentsThanos Apollo
2023-07-16fix: untabifyThanos Apollo
2023-07-16Mark as version 1.3.2...- Fix yt-dlp issues & shell arguments Thanos Apollo
2023-07-16Add yeetube--yt-dlp...Use yt-dlp as (executable-find "yt-dlp") Thanos Apollo
2023-07-16fix: convert tabs to spacesThanos Apollo
2023-07-16Mark as version 1.3.1...- Fix socket issues - Fix requirments Thanos Apollo
2023-07-16yeetube--mpv-socket: use temporary-file-directoryThanos Apollo
2023-07-16fix: require emacs 27.2 -- pacakge-lint issueThanos Apollo
2023-07-16Mark as version 1.3.0...- Display last played option - Fix yeetube-player 'not playing' using 'find-executable for mpv Thanos Apollo