Qobuz browser and player #6
Replies: 5 comments 14 replies
-
Creating playlists is already feasible with current api. We should first define what functions we need for lua based menus. It involves a custom markup definition (json) and a parser in JavaScript to create the ui elements. |
Beta Was this translation helpful? Give feedback.
-
Are you sure qobuz plugin is still working on mpd? |
Beta Was this translation helpful? Give feedback.
-
I don't think the MPD plugin is needed for this, or at least it is not necessary. |
Beta Was this translation helpful? Give feedback.
-
If the MPD Qobuz plugin isn't working, it can always be done through Lua, though it will surely be difficult. Probably less painful than upstreaming patches to MPD to fix the plugin, however; with the glacial release schedule of MPD, and strict code quality standards Max Kellermann imposes, I am not sure I would want to undertake that. I do not code in C a lot so that would make it extra painful. |
Beta Was this translation helpful? Give feedback.
-
I do not like to support commercial projects with closed APIs, but if you develop scripts I will integrate it and enhance the myMPD scripting support as required. What I like to add:
|
Beta Was this translation helpful? Give feedback.
-
From https://github.com/jcorporation/myMPD/discussions/1276#discussioncomment-9464749:
Earmarking this thread so I don't forget about it. First on the menu should either be investigating the feasibility of menuing via MPD playlists and myMPD script endpoints, or maybe using Lua to create UIs? @jcorporation
Beta Was this translation helpful? Give feedback.
All reactions