Hi,
I am using core API to manage my mopidy server through NodeRed, but I have noted that I can’t add playlists with uris starting with “m3u”.
This command works:
{"jsonrpc": "2.0", "id": 1, "method": "core.tracklist.add", "params": {"uris":"spotify:playlist:7gyIPHbKqrNNnMCWjp2cbt","spotify:playlist:8gyIPHbKqrNNnMCWht7tsd"}}
But this one doesn’t:
{"jsonrpc": "2.0", "id": 1, "method": "core.tracklist.add", "params": {"uris":"m3u:random.m3u8","m3u:Kitty%20Margolis%20Playlist.m3u8"}}
I got the uris from the command:
{"jsonrpc": "2.0", "id": 1, "method": "core.playlists.as_list"}