summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mark as version 2.0.02.0.0Thanos Apollo2023-08-191-2/+2
| | | | | - Rewrite all media player functionality - Make it easier to use other packages to manage media players
* Update READMEThanos Apollo2023-08-191-2/+20
|
* yeetube-mode-map: Add yeetube-mpv-toggle-no-video-flagThanos Apollo2023-08-191-2/+3
|
* Update Info keysThanos Apollo2023-08-191-2/+3
|
* Add yeetube-send-keypress and rewrite toggle functions with itThanos Apollo2023-08-191-10/+11
|
* Add yeetube-mpv-toggle-no-video-flagThanos Apollo2023-08-191-8/+7
|
* Add yeetube-start-mpv-processThanos Apollo2023-08-191-2/+6
|
* Rewrite yeetube-start-processThanos Apollo2023-08-191-9/+4
|
* yeetube-play-url: fix formattingThanos Apollo2023-08-191-2/+3
|
* remove yeetube-mpv-socketThanos Apollo2023-08-191-6/+0
|
* Rewrite yeetube-mpv-toggle-videoThanos Apollo2023-08-181-4/+7
|
* Add yeetube-mpv-send-keypressThanos Apollo2023-08-181-0/+5
|
* Add yeetube-mpv-toggle-fullscreenThanos Apollo2023-08-181-1/+5
|
* Rewrite yeetube-mpv-toggle-pauseThanos Apollo2023-08-181-4/+3
|
* remove old send-socket-commandThanos Apollo2023-08-181-15/+0
|
* Add docstringsThanos Apollo2023-08-181-0/+3
|
* Add yeetube--mpv-playThanos Apollo2023-08-181-0/+15
| | | | Used to play url and defining a process session
* Update yeetube-play-urlThanos Apollo2023-08-181-11/+8
| | | | If not 'mpv just use 'media-player 'url
* Add yeetube-mpv-disable-videoThanos Apollo2023-08-181-3/+4
| | | | Custom value that adds --no-video flag
* yeetube-player: Make it as symbolThanos Apollo2023-08-181-3/+5
|
* yeetube-search: Add type & timeout at 30sThanos Apollo2023-08-181-2/+3
|
* redo yeetube-send-command-to-socketThanos Apollo2023-08-181-15/+6
| | | | Simplify network-process
* Rename old toggle to just disable videoThanos Apollo2023-08-181-1/+3
|
* Change yeetube-toggle-pause-mpvThanos Apollo2023-08-181-9/+10
| | | | Use yeetube--send-command instead of socat
* Add yeetube--send-commandThanos Apollo2023-08-181-0/+6
| | | | Mostly for cycle between values
* Add yeetube-send-command-to-socketThanos Apollo2023-08-181-0/+14
| | | | No need for socat anymore
* dont use socat path as global variableThanos Apollo2023-08-181-11/+10
|
* Mark as version 1.5.01.5.0Thanos Apollo2023-08-171-2/+2
| | | | | | | | Changes: - Display video view count - Fix order of videos displayed - Improve error messages - Fix youtube titles issues
* Add error messages when yeetube-player not on PATHThanos Apollo2023-08-171-0/+3
|
* change `Youtube/Invidious` to `Youtube & Invidious`Thanos Apollo2023-08-171-4/+4
|
* style indentationThanos Apollo2023-08-171-24/+24
|
* yeetube-get-content-invidious: get view-countThanos Apollo2023-08-171-1/+7
|
* yeetube-get-content-youtube: get view-countThanos Apollo2023-08-171-27/+35
|
* yeetube-create-buffer: Adjust with view-countThanos Apollo2023-08-171-5/+11
|
* Add yeetube-display-view-countThanos Apollo2023-08-171-0/+6
| | | | | Custom boolean to enable displaying view-count on *Yeetube Search* buffer
* use backquoted list for (videoids videotitles)Thanos Apollo2023-08-161-6/+4
| | | | This will make it easier to add more info in the future
* yeetube-create-buffer: Add gap for titleThanos Apollo2023-08-161-1/+2
|
* fix: title gap at insertionThanos Apollo2023-08-161-1/+1
| | | | Since replacements now work properly, there is no need for the gap [%s ]
* yeetube-fix-title: Update replacementsThanos Apollo2023-08-161-1/+2
|
* fix: yeetube-toggle-pause-mpv error messagesThanos Apollo2023-08-161-9/+9
| | | | Redo yeetube-toggle-pause-mpv error messages & docstring
* README: Add dependenciesThanos Apollo2023-08-161-2/+6
|
* yeetube-toggle-pause-mpv: Add yeetube-socatThanos Apollo2023-08-161-3/+8
| | | | Use executable-find for socat shell commands.
* Fix variable namesThanos Apollo2023-08-161-5/+5
| | | | just use a single dast for yeetube-yt-dlp exec
* yeetube-create-buffer: Insert content in reverse orderThanos Apollo2023-08-111-1/+1
|
* Mark as Version 1.4.21.4.2Thanos Apollo2023-08-041-2/+2
| | | | | - Feature: Change video platform interactively - Simplify creation of *Yeetube Search* buffer
* Merge yeetube-change-query-url to yeetube-change-platformThanos Apollo2023-08-041-16/+12
| | | | | | 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.
* yeetube-get-content-invidious: AdjustThanos Apollo2023-08-041-23/+31
| | | | Rewrite the same way as yeetube-get-content-youtube
* yeetube-mode-map: Replace yeetube-change-query-urlThanos Apollo2023-08-041-2/+2
| | | | Replace yeetube-change-query-url with yeetube-change-platform
* Add yeetube-change-platformThanos Apollo2023-08-031-0/+12
| | | | | | 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
* yeetube-change-query-url: Redo with argument inputThanos Apollo2023-08-031-4/+4
|