Questions about native scrobbing API #364
Answered
by
duckfromdiscord
jcorporation
asked this question in
Q&A
-
Hello, I am the developer of myMPD and I want to add support for scrobbling to the native Maloja API. I have read https://github.com/krateng/maloja/blob/master/API.md and have some questions, because the documentation was unclear to me or I can't find the info.
Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Answered by
duckfromdiscord
Jun 9, 2024
Replies: 1 comment 10 replies
-
I see the first question was already answered, so let me attempt the second one. The thing about maloja's native API is that it supports JSON also, which most everyone uses. So you can also do, in JSON, |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
jcorporation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see the first question was already answered, so let me attempt the second one.
The thing about maloja's native API is that it supports JSON also, which most everyone uses. So you can also do, in JSON,
"artists":["a","b"]
.