Do you know how to open Music Store from QML application to show specific song/album/artist or at least to search in it?
I've tried Qt.openUrlExternally(link) with various links but it still shows only the main page in Music Store app. I know it can be done somehow maybe not with Qt.openUrlExternally.
Thanks a lot.