Replies: 1 comment 1 reply
-
If you believe the feature is useful (I don't need it), and if you do it properly, I'll merge it. Beware, there are lots of complexities in what looks simple at first:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idea: allow users to define custom commands as input plugins, e.g. with this configuration
and this input:
mpc add https://www.youtube.com/watch?v=DON5WvSVYSc
mpd would spawn
yt-dlp
with the URL as first argument, or something, and read the audio from its standard output (the curl input plugin would have a lower priority for this example to work.. or be disabled completely in the configuration).This could be an easier way to support the following ideas, without adding more lines of code to this project:
I'm willing to implement such plugin, and wanted to know your thoughts about this before digging into the code base. 😃
Beta Was this translation helpful? Give feedback.
All reactions