Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-01 | Update README | Thanos Apollo | |
2023-08-01 | remove old tests | Thanos Apollo | |
2023-08-01 | Mark as Version 1.4.0 | Thanos Apollo | |
- Feature: Save videos - Add autoloads #4 - Minor rewrites function & bug fixes | |||
2023-08-01 | fix: Docstrings and Path | Thanos Apollo | |
Update docstrings For (yeetube-load-saved-videos) add if statement to check if yeetube file exists | |||
2023-08-01 | fix: use user-emacs-directory | Thanos Apollo | |
Save saved video list under user-emacs-directory instead of hard coding ~/.emacs.d | |||
2023-08-01 | yeetube-update/insert-info: Remove yeetube-player | Thanos Apollo | |
2023-08-01 | Add Feature: Saved videos list | Thanos 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-01 | Remove last played video indication | Thanos Apollo | |
2023-08-01 | Update keybindings | Thanos Apollo | |
Add yeetube-save-video & yeetube-play-saved-video | |||
2023-08-01 | Edit: yeetube-video-toggle-mpv | Thanos Apollo | |
Add: Message current yeetube-player | |||
2023-08-01 | Update tests | Thanos Apollo | |
2023-08-01 | Add autoloads | Thanos Apollo | |
2023-08-01 | Rewrite with yeetube-play-url | Thanos Apollo | |
Add yeetube-play-url Rewrite yeetube-play & yeetube-play-saved-video to use yeetube-play-url --avoid duplication | |||
2023-08-01 | Add functions to remove saved videos | Thanos Apollo | |
Add yeetube-remove-saved-video -> Select & Remove video Add yeetube-remove-all-saved-videos -> set yeetube-saved-videos to nil | |||
2023-08-01 | Add yeetube-play-saved-video | Thanos Apollo | |
2023-08-01 | Add yeetube-save-video (New Feature) | Thanos Apollo | |
2023-08-01 | Add saved videos and last played | Thanos Apollo | |
2023-08-01 | Rename: yeetube-check-if-youtube to yeetube-youtube-p | Thanos Apollo | |
Rename: yeetube-check-if-youtube to yeetube-youtube-p Autoload yeetube-search | |||
2023-07-28 | Add yeetube-clear-history | Thanos Apollo | |
2023-07-20 | Mark as version 1.3.4 | Thanos Apollo | |
- Add version output interactively for support issues - Improve yeetube-title-fix | |||
2023-07-20 | Add yeetube-version | Thanos Apollo | |
Add version message function for debugging/support issues. | |||
2023-07-20 | yeetube-fix-title: Adjustments | Thanos Apollo | |
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 - '&' | |||
2023-07-19 | Update README | Thanos Apollo | |
2023-07-19 | remove changelog | Thanos Apollo | |
2023-07-19 | Mark as version 1.3.3 | Thanos Apollo | |
- Adjust code to make it more maintanable - Improve decoding - Adjust socket for non-unix systems -- this needs further testing | |||
2023-07-19 | README: remove terrible demo | Thanos Apollo | |
2023-07-19 | yeetube-search: Add decoding | Thanos Apollo | |
decode-region to 'utf-8 | |||
2023-07-19 | (style):Restracture and rename functions | Thanos Apollo | |
Rename yeetube--draw-buffer -> yeetube-create-buffer Remove (interactive) from yeetube--get-title Move yeetube--video-ids & titles at the top | |||
2023-07-19 | yeetube-mpv-socket: Set it as custom | Thanos Apollo | |
Different systems, such as windows, will require to change it's value (see issue #3) | |||
2023-07-18 | remove scratch | Thanos Apollo | |
2023-07-18 | Break yeetube-search | Thanos Apollo | |
2023-07-18 | Add duplicated adjusted for invidious | Thanos Apollo | |
2023-07-18 | Add testing file for yeetubet-search rewrite | Thanos Apollo | |
2023-07-18 | remove comments | Thanos Apollo | |
2023-07-17 | Update README | Thanos Apollo | |
Add MELPA badge & update installation instructions Add Demo Video | |||
2023-07-16 | README: update badges | Thanos Apollo | |
2023-07-16 | fix: untabify | Thanos Apollo | |
2023-07-16 | Mark as version 1.3.2 | Thanos Apollo | |
- Fix yt-dlp issues & shell arguments | |||
2023-07-16 | Add yeetube--yt-dlp | Thanos Apollo | |
Use yt-dlp as (executable-find "yt-dlp") | |||
2023-07-16 | fix: convert tabs to spaces | Thanos Apollo | |
2023-07-16 | tests: Update & add test-package-lint | Thanos Apollo | |
2023-07-16 | Mark as version 1.3.1 | Thanos Apollo | |
- Fix socket issues - Fix requirments | |||
2023-07-16 | yeetube--mpv-socket: use temporary-file-directory | Thanos Apollo | |
2023-07-16 | fix: require emacs 27.2 -- pacakge-lint issue | Thanos Apollo | |
2023-07-16 | Mark as version 1.3.0 | Thanos Apollo | |
- Display last played option - Fix yeetube-player 'not playing' using 'find-executable for mpv | |||
2023-07-15 | yeetube-play: kill mpv | Thanos Apollo | |
There was an issue that using different flags wouldn't kill current playing song. If user is using the mpv which is the default, this should not be an issue any more. | |||
2023-07-15 | Set custom socket | Thanos Apollo | |
Define & apply `yeetube--mpv-socket` | |||
2023-07-15 | yeetube-player: Adjust with find-executable | Thanos Apollo | |
Change yeetube-player to use (excutable-find "mpv") and adjust yeetube-toggle functions This probably fixes issues like #3 | |||
2023-07-13 | Add yeetube--draw-buffer | Thanos Apollo | |
Seperate the creation of *Yeetube Search* buffer to an "isolated" function. Making yeetube-search less complicated. | |||
2023-07-12 | Update README | Thanos Apollo | |