tobiasfunke;667558 Wrote: > Love this plugin, amazing! > > However, I've been trying to access it with jsonrpc and while I got > most of it working, the only thing missing is playing All Top 100 > Songs, Spotify Radio, Artist Mix and Similar Artist Mix. > > This is the command I'm using and it works to play songs and > playlists. > > Code: -------------------- > > [ "<PLAYER-ID>", ["spotify", "playlist", "play", "item_id:<ITEM-ID>"] ] -------------------- > > > > I'm temporary using curl to the Squeezebox web interface with the > same <ITEM-ID> as a workaround.
I'm not sure this will work directly as those specific items are coded to work with the menu version of the json interface (as used with SP). This returns a specific command to run. The all top 100 tracks is a internal one to LMS, but you could try the following for the others: ["spotifyradio", "artist", <artist uri>] ["spotifyradio", "similar", <artist uri>] Where <artist uri> is the spotify uri for the artist. -- Triode ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=79706 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
