summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mark as version 1.3.31.3.3Thanos Apollo2023-07-191-1/+1
| | | | | | - Adjust code to make it more maintanable - Improve decoding - Adjust socket for non-unix systems -- this needs further testing
* README: remove terrible demoThanos Apollo2023-07-191-1/+0
|
* yeetube-search: Add decodingThanos Apollo2023-07-191-4/+1
| | | | decode-region to 'utf-8
* (style):Restracture and rename functionsThanos Apollo2023-07-191-7/+6
| | | | | | Rename yeetube--draw-buffer -> yeetube-create-buffer Remove (interactive) from yeetube--get-title Move yeetube--video-ids & titles at the top
* yeetube-mpv-socket: Set it as customThanos Apollo2023-07-191-2/+5
| | | | | Different systems, such as windows, will require to change it's value (see issue #3)
* remove scratchThanos Apollo2023-07-181-73/+0
|
* Break yeetube-searchThanos Apollo2023-07-181-47/+68
|
* Add duplicated adjusted for invidiousThanos Apollo2023-07-181-10/+38
|
* Add testing file for yeetubet-search rewriteThanos Apollo2023-07-181-0/+45
|
* remove commentsThanos Apollo2023-07-181-3/+1
|
* Update READMEThanos Apollo2023-07-171-1/+4
| | | | | Add MELPA badge & update installation instructions Add Demo Video
* README: update badgesThanos Apollo2023-07-161-1/+2
|
* fix: untabifyThanos Apollo2023-07-161-5/+5
|
* Mark as version 1.3.21.3.2Thanos Apollo2023-07-161-1/+1
| | | | - Fix yt-dlp issues & shell arguments
* Add yeetube--yt-dlpThanos Apollo2023-07-161-4/+11
| | | | Use yt-dlp as (executable-find "yt-dlp")
* fix: convert tabs to spacesThanos Apollo2023-07-161-84/+84
|
* tests: Update & add test-package-lintThanos Apollo2023-07-161-22/+15
|
* Mark as version 1.3.11.3.1Thanos Apollo2023-07-161-1/+1
| | | | | - Fix socket issues - Fix requirments
* yeetube--mpv-socket: use temporary-file-directoryThanos Apollo2023-07-161-8/+5
|
* fix: require emacs 27.2 -- pacakge-lint issueThanos Apollo2023-07-161-1/+1
|
* Mark as version 1.3.01.3.0Thanos Apollo2023-07-161-2/+2
| | | | | - Display last played option - Fix yeetube-player 'not playing' using 'find-executable for mpv
* yeetube-play: kill mpvThanos Apollo2023-07-151-5/+5
| | | | | | | | 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.
* Set custom socketThanos Apollo2023-07-151-3/+9
| | | | Define & apply `yeetube--mpv-socket`
* yeetube-player: Adjust with find-executableThanos Apollo2023-07-151-14/+13
| | | | | | | Change yeetube-player to use (excutable-find "mpv") and adjust yeetube-toggle functions This probably fixes issues like #3
* Add yeetube--draw-bufferThanos Apollo2023-07-131-16/+19
| | | | | | | Seperate the creation of *Yeetube Search* buffer to an "isolated" function. Making yeetube-search less complicated.
* Update READMEThanos Apollo2023-07-121-1/+0
|
* Display currently playing video/songThanos Apollo2023-07-121-3/+24
| | | | | | | | 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
* README: typoThanos Apollo2023-07-091-1/+1
|
* Update KeywordsThanos Apollo2023-07-081-1/+1
|
* build: sent email only if falureThanos Apollo2023-07-081-1/+1
|
* Mark as version 1.2.01.2.0Thanos Apollo2023-07-081-1/+1
| | | | | | | | | | - 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.
* yeetube-results-limit: Set to 15 by defaultThanos Apollo2023-07-081-5/+2
| | | | | Since we don't have to worry about invidious instances that only display 10 results anymore.
* yeetube-search: make yeetube-results limit only be a limiting factorThanos Apollo2023-07-081-10/+4
| | | | | | | | | | 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.
* fix: indentationThanos Apollo2023-07-081-2/+2
|
* README: fix typoThanos Apollo2023-07-071-1/+1
|
* Add build.ymlThanos Apollo2023-07-071-0/+13
|
* Mark as version 1.1.01.1.0Thanos Apollo2023-07-071-1/+1
| | | | | | - fix issues with titles - Use socket for mpv to allow for pause/play functionality - Add error handlers/warnings
* Update READMEThanos Apollo2023-07-071-60/+8
|
* remove yeetube-read-manualThanos Apollo2023-07-071-4/+0
| | | | Who reads the manual anyway?
* change:(yeetube-change-download-audio-format)Thanos Apollo2023-07-071-5/+4
| | | | Change it so it takes FORMAT as an argument to make it easier to test
* Add testsThanos Apollo2023-07-071-0/+44
| | | | | Simple tests, mainly to check if is-youtube and audio format are working properly to avoid previous issues.
* fix(yeetube-search): fix is-youtube?Thanos Apollo2023-07-071-1/+2
| | | | Change to check yeetube-query-url.
* Add error handlersThanos Apollo2023-07-061-9/+21
| | | | | | | | | | | | | yeetube-toggle functions: - Throw error to have mpv installed and set it to the default value if not already done so - toggle-video just checks if it's not nil(meaning it's installed assuming user has not changed default value), making it easier to reset it yeetube-search - Throw condition errors if user has set yeetube-search-limits too high.
* (fix) yeetube-fix-title: adjust for "&"Thanos Apollo2023-07-061-2/+3
|
* yeetube-results-limit: update docstring for invidious instancesThanos Apollo2023-07-061-3/+2
|
* rename: yeetube-read-documentation -> yeetube-read-manualThanos Apollo2023-07-061-3/+3
|
* note: issue? for not killing previous instances of mpvThanos Apollo2023-07-061-0/+3
| | | | | | | | if user plays with --no-video flag and then opens a new url without --no-video flag, it will not kill previous session. Not sure if I should fix this with killing all instances of mpv or just let it be as is.
* yeetube-mode-map: Update KeybindingsThanos Apollo2023-07-061-1/+3
| | | | Add yeetube-toggle-pause-mpv & yeetube-toggle-video-mpv
* yeetube-insert-info: add warning if mpv is nil and update keysThanos Apollo2023-07-061-4/+8
|
* Add yeetube-toggle-pause-mpvThanos Apollo2023-07-061-0/+7
| | | | Play/pause mpv