Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lapfelix/SpotifyPlaylistImport
Mac app written in Swift that reads an XML iTunes playlist export, searches for the songs on Spotify and puts the song URIs in the clipboard
https://github.com/lapfelix/SpotifyPlaylistImport
itunes itunes-playlist spotify swift
Last synced: 3 months ago
JSON representation
Mac app written in Swift that reads an XML iTunes playlist export, searches for the songs on Spotify and puts the song URIs in the clipboard
- Host: GitHub
- URL: https://github.com/lapfelix/SpotifyPlaylistImport
- Owner: lapfelix
- License: mit
- Created: 2014-11-22T05:54:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T06:09:00.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T06:52:21.647Z (7 months ago)
- Topics: itunes, itunes-playlist, spotify, swift
- Language: Swift
- Homepage:
- Size: 149 KB
- Stars: 18
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpotifyPlaylistImport
=====================Mac app written in Swift that reads an XML iTunes playlist export, searches for the songs on Spotify and puts the song URIs in the clipboard
To use it, export your iTunes playlist to XML (File > Library > Export Playlist) and select it within the app. Once it fetched all the track URIs, the whole thing will be copied to your clipboard so it can easily be pasted in Spotify
Spotify allows drag and drop of songs from iTunes but in some cases this app will do it better.
It is quite buggy right now. Contributions and pull requests are more than welcome.
The main purpose of this app was to learn Swift and it solved a problem for me with Spotify.