TrackId as request parameter causes URI parsing issues for the UPNP client
Hi,
I am using Moode with upmpdcli and Qobuz plug-in. mConnect is used as a controller, which offers a basic folder-like experience when browsing the Qobuz content in upmpdcli. I am OK with that, since we all know that Qobuz Connect is taking ages to come. I am trying to enable similar basic content browsing and play in Moode Folder view / MPD. I have configured the upnp database plugin in MPD and let it discover upmpdcli. All works fine, I can go in the folder view of Moode (or use mpc) and navigate in the folder exposed by upmpdcli from Qobuz. However, when I try playing a song, mpd upnp plug-in complains that cannot decode the URI because of "trackId=435243524;".
I see that @medoc92 you have changed the URI structure for the plug-ins to eliminate the request parameter "?trackId=..." and rather work with a REST path, which I think it is great. Do you think that should fix the issue? Any high level idea, when will you release the next version with this change?
Thank you once again for this great project!