Simple media player on top of mpv #1844
vindarel
started this conversation in
Show and tell
Replies: 1 comment
-
Love it! Thx. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With this simple extension (very much POC quality), you can read a directory with
M-x media-player-play-directory
, or go to directory mode and runM-x media-player-play
on a file.Then, toggle play/pause, stop, next/previous track… it's easy to do with mpv. The rest is in the details, and in the UI.
I want to add context menus for the player commands.
https://github.com/vindarel/lem-media-player
https://dev.to/vindarel/common-lisp-a-command-line-interactive-terminal-application-in-2-lines-2gnb
Beta Was this translation helpful? Give feedback.
All reactions