We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
toIndex
These (particularly the first two) would be very handy in mopidy-tidal.
I guess it's a matter of spinning up MITMProxy again...
The text was updated successfully, but these errors were encountered:
@2e0byo FYI, some of this functionality is already implemented in tidal2: https://github.com/arnesongit/plugin.audio.tidal2
Sorry, something went wrong.
Add support for adding tracks to playlists at an offset. Allow duplic…
77cabd0
…ates argument (Partially fixes #116)
Add support for moving playlist items (Fixes #116)
80d483a
7c2b777
15191b4
tehkillerbee
No branches or pull requests
Currently there is no support for moving items in playlists, inserting, or bulk actions.
From a comment on this pr:
looks promising. I wonder if
toIndex
would let additions work as insertions? In any case it would be nice to support:These (particularly the first two) would be very handy in mopidy-tidal.
I guess it's a matter of spinning up MITMProxy again...
The text was updated successfully, but these errors were encountered: