Age | Commit message (Expand) | Author |
---|---|---|
2023-08-01 | Rewrite 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-01 | Add 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-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...Rename: yeetube-check-if-youtube to yeetube-youtube-p Autoload yeetube-search | Thanos Apollo |
2023-07-28 | Add yeetube-clear-history | Thanos Apollo |
2023-07-20 | Mark as version 1.3.4...- Add version output interactively for support issues - Improve yeetube-title-fix | Thanos Apollo |
2023-07-20 | Add yeetube-version...Add version message function for debugging/support issues. | Thanos Apollo |
2023-07-20 | yeetube-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-19 | Update README | Thanos Apollo |
2023-07-19 | remove changelog | Thanos Apollo |
2023-07-19 | Mark 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-19 | README: remove terrible demo | Thanos Apollo |
2023-07-19 | yeetube-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-19 | yeetube-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-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...Add MELPA badge & update installation instructions Add Demo Video | Thanos Apollo |
2023-07-16 | README: update badges | Thanos Apollo |
2023-07-16 | fix: untabify | Thanos Apollo |
2023-07-16 | Mark as version 1.3.2...- Fix yt-dlp issues & shell arguments | Thanos Apollo |
2023-07-16 | Add yeetube--yt-dlp...Use yt-dlp as (executable-find "yt-dlp") | Thanos Apollo |
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...- Fix socket issues - Fix requirments | Thanos Apollo |
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...- Display last played option - Fix yeetube-player 'not playing' using 'find-executable for mpv | Thanos Apollo |
2023-07-15 | yeetube-play: kill mpv...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. | Thanos Apollo |
2023-07-15 | Set custom socket...Define & apply `yeetube--mpv-socket` | Thanos Apollo |
2023-07-15 | yeetube-player: Adjust with find-executable...Change yeetube-player to use (excutable-find "mpv") and adjust yeetube-toggle functions This probably fixes issues like #3 | Thanos Apollo |
2023-07-13 | Add yeetube--draw-buffer...Seperate the creation of *Yeetube Search* buffer to an "isolated" function. Making yeetube-search less complicated. | Thanos Apollo |
2023-07-12 | Update README | Thanos Apollo |
2023-07-12 | Display currently playing video/song...Add yeetube--currently-playing variable Add yeetube--get-title function that gets the context at point Use yeetube--get-title with yeetube-play & add currenlty playing info in yeetube-insert-info | Thanos Apollo |
2023-07-09 | README: typo | Thanos Apollo |
2023-07-08 | Update Keywords | Thanos Apollo |
2023-07-08 | build: sent email only if falure | Thanos Apollo |
2023-07-08 | Mark as version 1.2.0...- Fix integration between yeetube-search and yeetube-results-limit yeetube-search does not "fail" anymore if yeetube-search does not find enough video-ids to satisfy yeetube-results-limit. yeetube-results-limit is now just a limit just like it should have been from the start. | Thanos Apollo |
2023-07-08 | yeetube-results-limit: Set to 15 by default...Since we don't have to worry about invidious instances that only display 10 results anymore. | Thanos Apollo |
2023-07-08 | yeetube-search: make yeetube-results limit only be a limiting factor...Previously the while loop would run until there are enough video-ids to satisfy yeetube-results-limit(which was a stupid design by me). Change to run loop while video-ids < limit & if search-forward VIDEO-ID succeeds. This also makes the previous error messages unnecessary. | Thanos Apollo |
2023-07-08 | fix: indentation | Thanos Apollo |
2023-07-07 | README: fix typo | Thanos Apollo |
2023-07-07 | Add build.yml | Thanos Apollo |
2023-07-07 | Mark as version 1.1.0...- fix issues with titles - Use socket for mpv to allow for pause/play functionality - Add error handlers/warnings | Thanos Apollo |
2023-07-07 | Update README | Thanos Apollo |