Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-07 | remove yeetube-read-manual | Thanos Apollo | |
Who reads the manual anyway? | |||
2023-07-07 | change:(yeetube-change-download-audio-format) | Thanos Apollo | |
Change it so it takes FORMAT as an argument to make it easier to test | |||
2023-07-07 | Add tests | Thanos Apollo | |
Simple tests, mainly to check if is-youtube and audio format are working properly to avoid previous issues. | |||
2023-07-07 | fix(yeetube-search): fix is-youtube? | Thanos Apollo | |
Change to check yeetube-query-url. | |||
2023-07-06 | Add error handlers | Thanos Apollo | |
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. | |||
2023-07-06 | (fix) yeetube-fix-title: adjust for "&" | Thanos Apollo | |
2023-07-06 | yeetube-results-limit: update docstring for invidious instances | Thanos Apollo | |
2023-07-06 | rename: yeetube-read-documentation -> yeetube-read-manual | Thanos Apollo | |
2023-07-06 | note: issue? for not killing previous instances of mpv | Thanos Apollo | |
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. | |||
2023-07-06 | yeetube-mode-map: Update Keybindings | Thanos Apollo | |
Add yeetube-toggle-pause-mpv & yeetube-toggle-video-mpv | |||
2023-07-06 | yeetube-insert-info: add warning if mpv is nil and update keys | Thanos Apollo | |
2023-07-06 | Add yeetube-toggle-pause-mpv | Thanos Apollo | |
Play/pause mpv | |||
2023-07-06 | Add yeetube-toggle-video-mpv | Thanos Apollo | |
Toggle between video on/off for mpv player | |||
2023-07-06 | yeetube-player: use socket | Thanos Apollo | |
Change this to enable remote control | |||
2023-07-06 | yeetube-insert-content: renames | Thanos Apollo | |
rename camel-case variables -> proper lisp names using dashes | |||
2023-07-06 | yeetube-search: Add new var, renames & style | Thanos Apollo | |
Add new variable: is-youtube? removing all the repetitive if statements Renames: rename videoIds videoTitles etc -> video-titles video-ids Style code | |||
2023-07-06 | rename: yeetube-info -> yeetube-insert-info | Thanos Apollo | |
2023-07-06 | Add yeetube-read-documentation | Thanos Apollo | |
Opens documentation.org | |||
2023-07-06 | yeetube-results-limit: default to 10 | Thanos Apollo | |
Some invidious instances don't retrieve enough results for certain queries. It's recommended to keep it as 10 if you are using invidious. | |||
2023-07-06 | fix: Adjust titles | Thanos Apollo | |
Add "duck-tape" function to fix titles that keep "unicode" ='= and ="= | |||
2023-07-05 | Add changelog | Thanos Apollo | |
2023-07-05 | fix: adjust for multiple urls in invidious | Thanos Apollo | |
invidious search does not auto translates spaces to "+". This fixes the issue ensuring every space in search QUERY is replaced with + | |||
2023-07-05 | README: Add badges | Thanos Apollo | |
2023-07-05 | checkdoc: Auto Update Docstrings | Thanos Apollo | |
2023-07-05 | readme: style | Thanos Apollo | |
2023-07-05 | Mark as version 1.0.0 | Thanos Apollo | |
- Add invidious instances support - Make interface more usable & customizable | |||
2023-07-05 | Update README | Thanos Apollo | |
2023-07-05 | Update commentary & default url | Thanos Apollo | |
2023-07-05 | README: Add invidious instances link | Thanos Apollo | |
2023-07-05 | fix: remove unused variables | Thanos Apollo | |
2023-07-05 | Update README | Thanos Apollo | |
2023-07-05 | Add support for localhost | Thanos Apollo | |
Check if url contains localhost, then ask for port | |||
2023-07-05 | style & display search query | Thanos Apollo | |
2023-07-05 | Add yeetube-change-query-url | Thanos Apollo | |
Change URL interactively Add kbindings, update info & variable watchers as well. | |||
2023-07-05 | Remove *bold* for info variables | Thanos Apollo | |
2023-07-05 | Add yeetube-query-url indication in *Yeetube Search* buffer | Thanos Apollo | |
2023-07-05 | update yeetube-search to support invidious | Thanos Apollo | |
Use yeetube-check-if-youtube to seperate searching process. Adjust yeetube-query-url since both invidious and youtube can use URL/search?q= Everything else remains the same since they are almost identical. | |||
2023-07-05 | Add yeetube-insert-content | Thanos Apollo | |
This was used in yeetube-search. Keeping them seperate to make debugging easier & make it less spaghetti like | |||
2023-07-05 | Add yeetube-check-if-youtube | Thanos Apollo | |
Check if it's youtube Will be used to differentiate between invidious/youtube | |||
2023-07-05 | Update README | Thanos Apollo | |
2023-07-05 | fix: Remove titles & videoids that contain vssLoggingContext | Thanos Apollo | |
This marks version v0.0.1 making it a "usable" package | |||
2023-07-04 | fix: Do not switch buffer after yeetube-play | Thanos Apollo | |
2023-07-04 | yeetube-mode-map: update keybindings & info | Thanos Apollo | |
Add yeetube-change-download-audio-format keybinding, making it easier to change it by default. | |||
2023-07-04 | yeetube-update-info: use push-mark | Thanos Apollo | |
Use push-mark and let a variable for buffer to always switch. Replace kill-visual-line with kill-region to not mess with the kill-ring | |||
2023-07-04 | Add yeetube-change-download-audio-format | Thanos Apollo | |
Create an interactive function to change download audio format & watch for its value using variable watchers using yeetube-update-info | |||
2023-07-04 | Update README | Thanos Apollo | |
2023-07-04 | Add yeetube-change-download-directory | Thanos Apollo | |
2023-07-04 | README: typo | Thanos Apollo | |
2023-07-04 | fix: Unused lexical variable | Thanos Apollo | |
Add _ for 'operation' and 'where' Change 'string-equal to 'equal(personal preference) | |||
2023-07-03 | Update README | Thanos Apollo | |