Hi Michael,
Thanks for the reply.  So I'm writing a way to control my picore
players and I just wanted a list of songs under the spotify album.  So
the json rpc works to get that as you said for local music, but having
these spotify names as url's is just annoying.  Is there some way to
look up the songs in an album another way versus this command?  I tried
going one level down for each song but that just gives more of the
same:


Code:
--------------------
    {
  "params": [
  "11:22:33:44:55",
  [
  "favorites",
  "items",
  "0",
  "199",
  "item_id:7.0"
  ]
  ],
  "method": "slim.request",
  "id": 0,
  "result": {
  "count": 1,
  "loop_loop": [
  {
  "id": "7.0",
  "name": "spotify://track:7sC9FiCXZHgjTAjFO1ykA",
  "isaudio": 1,
  "value": "spotify://track:7sC9FiCXZHgjTAjFO1ykA",
  "url": "spotify://track:7sC9FiCXZHgjTAjFO1ykA",
  "type": "audio"
  }
  ]
  }
  }
--------------------


------------------------------------------------------------------------
eradicatore's Profile: http://forums.slimdevices.com/member.php?userid=2553
View this thread: http://forums.slimdevices.com/showthread.php?t=113616

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to