Conversation
|
Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry. |
|
That makes sense. Is this something we want before turning repo public? This means we can almost merge #46 🤩 |
I guess, I have already implemented the hard parts ;) #61
I think we decided this already, add a |
lol. Fair enough, ill take care of the got some hours on the train in the afternoon. |
1bae924 to
6ca5926
Compare
6ca5926 to
11c342d
Compare
8b63c44 to
daac79a
Compare
11c342d to
c31a541
Compare
3c1ccf2 to
4960e04
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Adds migration example to migrate all playlists from tidal to sportify or spotify to tidal.
While working on this example I noticed we desperately need #35 for this example to be usable. Currently each track insert is a single request which is fine for small update but when running on more than a few playlist we get into a rate limits really quickly. And an update which should be quick takes forever.
I would say we prioritize #35 and finish the example afterwards.