Code Monkey home page Code Monkey logo

node-roon-api-browse's People

Contributors

bcoburn3 avatar dannydulai avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

node-roon-api-browse's Issues

Tag actions are missing `"hint": "action"`

Browsing into the action_list for a Tag the API returns:

{
    "items": [
      {
        "title": "Shuffle",
        "subtitle": null,
        "image_key": null,
        "item_key": "821:0"
      },
      {
        "title": "Start Radio",
        "subtitle": null,
        "image_key": null,
        "item_key": "821:1"
      }
    ],
    "offset": 0,
    "list": {
      "level": 3,
      "title": "Play Tag",
      "subtitle": null,
      "image_key": null,
      "count": 2,
      "display_offset": null,
      "hint": "action_list"
    }
  }

Notice that the Start Radio and Shuffle actions are missing the hint: action field!

Notably if you browse to the Shuffle/Start Radio key, then it will start playing (as expected!, so I think it is a bug that the hint is missing from the response.

For comparison here is the action_list level json for an artist, notice the "hint": "action" exist.

{
    "items": [
      {
        "title": "Shuffle",
        "subtitle": null,
        "image_key": null,
        "item_key": "835:0",
        "hint": "action"
      },
      {
        "title": "Start Radio",
        "subtitle": null,
        "image_key": null,
        "item_key": "835:1",
        "hint": "action"
      }
    ],
    "offset": 0,
    "list": {
      "level": 3,
      "title": "Play Artist",
      "subtitle": null,
      "image_key": null,
      "count": 2,
      "display_offset": null,
      "hint": "action_list"
    }
  }

Related to pavoni/pyroon#59

Browsing subgenres

My music library contains albums with genre Klezmer.
It is a subgenre (International => Jewish Music => Klezmer).
In the Roon App I can browse from genre International down to my Klezmer albums.
But using the browser API genre International does not deliver the subgenres.

Playlist management

Hi,

Is there function/api to create/edit/remove playlist. Adding songs in playlist, reorder songs in playlist, removing songs in playlist, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.