Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kantis/spotify-migrator
Compose desktop (multiplatform soon?) app for migrating your Spotify data to other providers
https://github.com/kantis/spotify-migrator
Last synced: about 2 months ago
JSON representation
Compose desktop (multiplatform soon?) app for migrating your Spotify data to other providers
- Host: GitHub
- URL: https://github.com/kantis/spotify-migrator
- Owner: Kantis
- Created: 2024-05-30T21:17:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T21:23:16.000Z (7 months ago)
- Last Synced: 2024-05-30T23:57:17.818Z (7 months ago)
- Language: Kotlin
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scope
I want to try out Apple Music, and want to bring my music catalogue with me.
I also want to try out [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/) a bit.## Current state
- [x] Spotify OAuth Flow
- [x] Fetching user's followed artists from Spotify
- [ ] Building a UI to display the followed artists
- [ ] Integration with Apple Music
- [ ] Matching artists between Spotify and Apple Music
- [ ] Building a UI to display the artists
- [ ] Artists with no match clearly highlighted
- [ ] Options to filter matched artists before migrating
- [ ] Adding the matched artists to Apple Music## References
- [Spotify API](https://developer.spotify.com/documentation/web-api/)
- [Apple Music API](https://developer.apple.com/documentation/applemusicapi)