Skip to content
Discussion options

You must be logged in to vote

The new mass.get_library and mass.get_queue actions should provide a solution to the above.

Additionally for issue 2. An API is now available in MA 2.4. You can use curl or rest_command from HA to get all the items in the queue. The limit defaults to 500 if you omit it. You are cautioned to not set a value greater then 500 to avoid breaking your system. The practical limit will depend on the resources available on your host. The player_id can be found at the top of the player settings page in MA.

rest_command:
  ma_queue_test:
    url: http://localhost:8095/api
    method: POST
    headers:
      accept: "application/json, text/html"
    payload: >
      {
        "message_id": "1",
     …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@rxritalin
Comment options

@OzGav
Comment options

@OzGav
Comment options

OzGav Nov 6, 2024
Maintainer

Answer selected by OzGav
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants