sam0402 / ArchQ

ArchQ Linux for Audiophiles
13 stars 3 forks source link

Adding radiostreams via myMPD causes error "Unsupported URI scheme" #6

Closed d3m0naz closed 5 months ago

d3m0naz commented 6 months ago

Hi sam0402, when i try to add a radio stream via the myMPD webinterface MPD gives me the follwing error: "Unsupported URI scheme".

Is there a fix available? (maybe mpd compiled with libcurl support?)

Thank you!

sam0402 commented 6 months ago

Install the MPD stream version as below: wget -P /tmp https://raw.githubusercontent.com/sam0402/ArchQ/main/pkg/mpd-stream-0.23.14-12-x86_64.pkg.tar.zst sudo pacman -U --noconfirm /tmp/mpd-stream-0.23.14-12-x86_64.pkg.tar.zst

d3m0naz commented 5 months ago

Ok, this works . No more URI scheme errors. Thank you.