Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add items in the same player of the playlist #50

Open
regseb opened this issue Dec 22, 2020 · 0 comments
Open

Add items in the same player of the playlist #50

regseb opened this issue Dec 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@regseb
Copy link

regseb commented Dec 22, 2020

Describe

When you send a SoundCloud playlist to the Kodi video player, the addon adds the items to the music player. The items should be added in the same player of the playlist.
It would allow to create playlists from YouTube videos and SoundCloud music by sending everything in the player video.

To Reproduce

  1. In Kodi, Allow remote control via HTTP (Settings / Services / Control).
  2. Execute (by changing the IP address): curl -d '{ "jsonrpc": "2.0", "method": "Playlist.Clear", "params": { "playlistid": 1 }, "id": 1 }' -H 'Content-type: application/json' -X POST 127.0.0.1:8080/jsonrpc
  3. Execute (by changing the IP address): curl -d '{ "jsonrpc": "2.0", "method": "Playlist.Add", "params": { "playlistid": 1, "item": { "file": "plugin://plugin.audio.soundcloud/play/?url=https%3A%2F%2Fsoundcloud.com%2Fdubioza-kolektiv%2Fsets%2Fdubioza-remixed" } }, "id": 2 }' -H 'Content-type: application/json' -X POST 127.0.0.1:8080/jsonrpc
  4. Execute (by changing the IP address): curl -d '{ "jsonrpc": "2.0", "method": "Player.Open", "params": { "item": { "playlistid": 1 } }, "id": 3 }' -H 'Content-type: application/json' -X POST 127.0.0.1:8080/jsonrpc

Expected Behavior

The musics are in the video player.

Actual Behavior

The musics are in the music player.

@jaylinski jaylinski added the enhancement New feature or request label Dec 22, 2020
@jaylinski jaylinski added this to the v3.3.0 milestone Dec 24, 2020
@jaylinski jaylinski self-assigned this Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants