You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on integrating YouTube with mpd and landed on something like: mpc add $(youtube-dl -g --format bestaudio https://www.youtube.com/watch\?v\=1h4dI2pW8vg)
The audio url get added and plays but there is no meta information and it looks ugly in clients.
I would like to provide meta information either in the add command or in a separate command.
The protocol has addtagid {SONGID} {TAG} {VALUE} and addid {URL} [POSITION] if mpc provided these scripting would become much easier :-)
The text was updated successfully, but these errors were encountered:
I am currently working on integrating YouTube with mpd and landed on something like:
mpc add $(youtube-dl -g --format bestaudio https://www.youtube.com/watch\?v\=1h4dI2pW8vg)
The audio url get added and plays but there is no meta information and it looks ugly in clients.
I would like to provide meta information either in the
add
command or in a separate command.The protocol has
addtagid {SONGID} {TAG} {VALUE}
andaddid {URL} [POSITION]
if mpc provided these scripting would become much easier :-)The text was updated successfully, but these errors were encountered: