Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1 KB

README.md

File metadata and controls

47 lines (27 loc) · 1 KB

iTunify

Transfer playlists from your local iTunes library to Spotify

Overview

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.

Dependencies

  • Windows 10 or 11. (MacOs support tentative)

  • Python V3.10 (or later)

  • requests

Usage

  1. Clone Repo or download/unzip folder onto local machine

  2. Install dependencies using PIP

pip install -r requirements.txt

Contributing

Pull requests are welcome. Please specify fixes/changes.
Telling me how trash the code is is also welcome

License

GPL-3

Issues

  • Unfinished
  • MacOs support