Fabio Manganiello

Results 175 comments of Fabio Manganiello

My bad, I thought the interaction with auth.mopidy.com was backend-only and only to refresh an existing token, I forgot that it was also the frontend URL for the OAuth grants...

@fooness I have implemented the changes on [my fork](https://github.com/BlackLight/mopidy-spotify.git) - branch name: `feature/playlist_modify`: adding, removing and changing the order of playlist tracks should already work if you use that branch....

If that's the case however I'd expect the issue to occur only when gapless playback is configured (that's not my case) and only when transitioning between songs (while in my...

> That same argument can be applied to what we have here. If something goes wrong in the remove step or the add step then you've got a mess left...

> Now consider adding new tracks sparsely, in the very worst case consider adding a track after every other track. For your 1500 track playlist that's 750 API requests. Less...

> I had intended musicbox-webclient to allow you to manipulate playlists however you want and save all the modifications in one go. Got it - that's more a kind of...

Any chance to resume the discussion about this topic and/or get more developers involved on what's the best strategy to tackle it?

@fatg3erman I totally agree, I also feel that minimizing the number of API calls, by treating as many changes as possible as deltas compared to the current state, should be...

@girst I believe that we eventually want a reasonable trade-off depending on the case - if the user is adding a single track to a playlist then updating the whole...

I usually consider the replication of options between the configuration file and the command line to be a bit redundant (I like the idea of `config.yaml` being the only source...