Replies: 1 comment 2 replies
-
@MaxKellermann Sorry to tag you directly, but I was wondering if you had any thoughts around this :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heyo!
I've been playing with MPD's WebDAV support for a while, and I realised the curl input plugin supports configuration options, but the storage plugin doesn't use those same options yet:
MPD/src/storage/plugins/CurlStorage.cxx
Line 92 in c71e586
This means that if you're e.g. using HTTPS and configure
cafile
, playback works fine, but updating the database fails with:While I'm not the greatest at C++, this seems like something I could work on, and I'm looking for feedback from someone with more experience with the codebase before diving deeper.
The way I see it, there are three ways to implement this:
Thoughts? Other approaches I've missed?
Beta Was this translation helpful? Give feedback.
All reactions