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

Feature: support playlist edits. #116

Open
3 tasks
2e0byo opened this issue Sep 26, 2022 · 1 comment
Open
3 tasks

Feature: support playlist edits. #116

2e0byo opened this issue Sep 26, 2022 · 1 comment

Comments

@2e0byo
Copy link
Collaborator

2e0byo commented Sep 26, 2022

Currently there is no support for moving items in playlists, inserting, or bulk actions.

From a comment on this pr:

a first look at the call made by the Tidal client shows a POST request to the playlist item URL with the toIndex argument

looks promising. I wonder if toIndex would let additions work as insertions? In any case it would be nice to support:

  • moving tracks
  • inserting at given index
  • bulk actions (if the backend api supports it)

These (particularly the first two) would be very handy in mopidy-tidal.

I guess it's a matter of spinning up MITMProxy again...

@tehkillerbee
Copy link
Collaborator

@2e0byo FYI, some of this functionality is already implemented in tidal2: https://github.com/arnesongit/plugin.audio.tidal2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants