Hi ,
Since I am using only qobuz as a streaming service it would be great if in the Volumio qobuz ui , will be implemented the same playlist categories as in qobuz official app like :
This will be possible ?
Thanks
Hi ,
Since I am using only qobuz as a streaming service it would be great if in the Volumio qobuz ui , will be implemented the same playlist categories as in qobuz official app like :
What do you think @volumio ?
Thanks
Hi Lintbf, we implemented the browsing structure as demanded by QOBUZ (there are strict requirements we have to follow when implementing a service, and we are required to pass a certification test).
AFAIK, this playlist structure is not available to us, what we get is a way longer playlist list.
Let us check with the API endpoint if there is a way to retrieve also this
Thanks for your request
It will be great , the listening experience will be much easier ,
Thanks .
To get requested play-list groups:
https://www.qobuz.com/api.json/0.2/playlist/getTags?app_id=xxxxxxx
{"tags": [
{
"position": "2",
"genre_tag": null,
"featured_tag_id": "51",
"color": "",
"name_json": "{\"fr\":\"Hi-Res\",\"en\":\"Hi-Res\",\"de\":\"Hi-Res\",\"it\":\"Hi-Res\",\"nl\":\"Hi-Res\",\"es\":\"Hi-Res\",\"pt\":\"Hi-Res\"}",
"is_discover": "true",
"slug": "hi-res"
},
{
"position": "3",
"genre_tag": null,
"featured_tag_id": "19",
"color": "",
"name_json": "{\"fr\":\"Nouveaut\\u00e9s\",\"en\":\"New Releases\",\"de\":\"Neuheiten\",\"it\":\"Novit\\u00e0\",\"nl\":\"New releases\",\"es\":\"Novedades\",\"pt\":\"Novidades\"}",
"is_discover": "true",
"slug": "new"
},
{
"position": "4",
"genre_tag": null,
"featured_tag_id": "20",
"color": "",
"name_json": "{\"fr\":\"Th\\u00e9matiques\",\"en\":\"Focus\",\"de\":\"Fokus\",\"it\":\"Panorama\",\"nl\":\"Focus\",\"es\":\"Foco\",\"pt\":\"Em Foco\"}",
"is_discover": "true",
"slug": "focus"
},
{
"position": "5",
"genre_tag": null,
"featured_tag_id": "21",
"color": "",
"name_json": "{\"fr\":\"Le go\\u00fbt des artistes\",\"en\":\"Listening with...\",\"de\":\"Geh\\u00f6rt von...\",\"it\":\"Ascoltando con\",\"nl\":\"Listening with...\",\"es\":\"Escuchando con\",\"pt\":\"Escute com...\"}",
"is_discover": "true",
"slug": "danslecasque"
},
{
"position": "6",
"genre_tag": null,
"featured_tag_id": "22",
"color": "",
"name_json": "{\"fr\":\"Histoires de labels\",\"en\":\"Label Stories\",\"de\":\"Label-Geschichten\",\"it\":\"Etichette\",\"nl\":\"Label stories\",\"es\":\"Historias de sellos\",\"pt\":\"Gravadoras\"}",
"is_discover": "true",
"slug": "label"
},
{
"position": "7",
"genre_tag": null,
"featured_tag_id": "24",
"color": "",
"name_json": "{\"fr\":\"Humeurs\",\"en\":\"Moods\",\"de\":\"Moods\",\"it\":\"Umori\",\"nl\":\"Moods\",\"es\":\"Humores\",\"pt\":\"Moods\"}",
"is_discover": "true",
"slug": "mood"
},
{
"position": "8",
"genre_tag": null,
"featured_tag_id": "39",
"color": "",
"name_json": "{\"fr\":\"Artistes\",\"en\":\"Artists\",\"de\":\"K\\u00fcnstler\",\"it\":\"Artisti\",\"nl\":\"Artists\",\"es\":\"Artistas\",\"pt\":\"Artistas\"}",
"is_discover": "true",
"slug": "artist"
},
{
"position": "9",
"genre_tag": null,
"featured_tag_id": "23",
"color": "",
"name_json": "{\"fr\":\"\\u00c9v\\u00e9nements & M\\u00e9dias\",\"en\":\"Events & Media\",\"de\":\"Events & Medien\",\"it\":\"Eventi & Media\",\"nl\":\"Events & media\",\"es\":\"Eventos & Medios\",\"pt\":\"Eventos e M\\u00eddia\"}",
"is_discover": "true",
"slug": "event"
},
{
"position": "11",
"genre_tag": null,
"featured_tag_id": "37",
"color": "",
"name_json": "{\"fr\":\"Hi-Fi Audio Partners\",\"en\":\"Hi-Fi Audio Partners\",\"de\":\"Hi-Fi Audio Partner\",\"it\":\"Hi-Fi Audio Partners\",\"nl\":\"Hi-Fi Audio Partners\",\"es\":\"Hi-Fi Audio Partners\",\"pt\":\"Hi-Fi Audio Partners\"}",
"is_discover": "true",
"slug": "partner"
},
{
"position": "13",
"genre_tag": null,
"featured_tag_id": "33",
"color": "",
"name_json": "{\"fr\":\"No\\u00ebl\",\"en\":\"Christmas\",\"de\":\"Weihnachten\",\"it\":\"Calendario d'Avvento\",\"nl\":\"Christmas\",\"es\":\"Calendario de adviento\",\"pt\":\"Natal\"}",
"is_discover": "true",
"slug": "advent"
},
{
"position": "50",
"genre_tag": null,
"featured_tag_id": "59",
"color": "",
"name_json": "{\"fr\":\"Best of 2022\",\"en\":\"Best of 2022\",\"de\":\"Best of 2022\",\"it\":\"Best of 2022\",\"nl\":\"Best of 2022\",\"es\":\"Best of 2022\",\"pt\":\"Best of 2022\"}",
"is_discover": "true",
"slug": "bestof2022"
},
{
"position": "51",
"genre_tag": null,
"featured_tag_id": "41",
"color": "",
"name_json": "{\"fr\":\"Top playlists\",\"en\":\"Top playlists\",\"de\":\"Top Playlists\",\"it\":\"Top playlists\",\"nl\":\"Top playlists\",\"es\":\"Top playlists\",\"pt\":\"Top playlists\"}",
"is_discover": "true",
"slug": "popular"
}
]}
Only missing the API-Document from Qobuz. was taken offline.
Thanks ,
This should be implanted by Volumio team ?
So, to understand, this should work as an additional filter in QOBUZ playlists?
If it’s filtering, then can’t be done immediately, but we need some refactor. Otherwise can be pretty straightforward by adding another entry in the Playlists Menu. Let me know
Not sure. Don’t have access to the Qobuz code.
It’s just a different cal to Qobuz.
I quess you are normally calling:
https://www.qobuz.com/api.json/0.2/playlist/getFeatured?type=editor-picks&offset=0&limit=24&app_id=xxxxx
the call for what Lintbf is asking:
https://www.qobuz.com/api.json/0.2/playlist/getTags?app_id=xxxxx
Currently playing with the old Qobuz plugin. It’s logging in and I can browse Qobuz with all the old functions. Not sure what have been ported to the Volumio version
And here any feedback please @volumio , at least for me this is a big big addition . Because I will not press the heart icon in qobuz , then make it private … then listen in Volumio …