CDrummond / cantata

Qt5 Graphical MPD Client
GNU General Public License v3.0
1.04k stars 184 forks source link

Latest version of curl > 7.77 does not like the "#<track name>" being passed as a url to locate #1748

Closed pwr33 closed 2 years ago

pwr33 commented 2 years ago

just tested mpd using python-mpd2 and the url plays OK if I do not add the #track name that cantata adds to mpd playlist

not always... like a url with a ? in it works OK just a url that is specified as just a name with no .suffix end point

So... after bit of messing it is curl that is causing all the issues with even standard urls... go back to 7.77 and it all works OK, so the # is only one of many issues, it's like curl is returning duff data that ffmpeg or whatever cant recognise