Transfer playlists from your local iTunes library to Spotify
This application parses the xml files of the user's local iTunes music library (Not to be confused with Apple Music), then iteratively queries the Spotify API using the data fetched from the xml file to find matching songs. Songs are then appended to specified playlists on Spotify. Strength of matches can be adjusted while close/no matches are logged.
-
Windows 10 or 11. (MacOs support tentative)
-
Python V3.10 (or later)
-
requests
- License: Apache 2.0
- GitHub Repository
-
Clone Repo or download/unzip folder onto local machine
-
Install dependencies using PIP
pip install -r requirements.txt
Pull requests are welcome. Please specify fixes/changes.
Telling me how trash the code is is also welcome
- Unfinished
- MacOs support