qt: use VLC access implementation to read resources in RoundImage
artwork may reference a network resource, so far we were using QNetwork to read these resources, but it has some drawbacks
-
The protocol for the artwork may not be handled by QNetwork
-
The access to the artwork may require credentials that will likely be the same as the one required to access the media
-
QNetwork may not be present as this is not a requirement for building VLC